mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
12 lines
362 B
CSS
12 lines
362 B
CSS
/** *******************************************************************
|
|
* 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;
|
|
}
|