blob: 727dca97107b316a2e1b34ea0feba7f4a36516f2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/** *******************************************************************
* Organize styles that are theme overrideable
*********************************************************************/
.g-organize-microthumb-grid-cell.ui-selected {
background: #DFEFFC !important;
}
#g-organize-microthumb-grid {
border: 1px solid #79B7E7;
}
|