blob: 3d2897553b6af803b6371e22d5f3e5ccf958360f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/** *******************************************************************
* Organize styles that are theme overrideable
*********************************************************************/
.g-organize-microthumb-grid-cell.ui-selected {
background: #DFEFFC !important;
}
#g-organize-microthumb-grid,
#g-organize-drop-target-marker,
.g-organize-album-text:hover {
border-color: #79B7E7;
}
#g-organize-drop-target-marker {
background-color: #79B7E7;
}
|