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