mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 03:04:08 -04:00
Convert the old organize to the new flex based organize
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
/** *******************************************************************
|
||||
* Organize styles that are theme overrideable
|
||||
*********************************************************************/
|
||||
.g-organize-microthumb-grid-cell.ui-selected {
|
||||
background: #DFEFFC !important;
|
||||
#g-organize {
|
||||
background-color: #FFFFFF;
|
||||
border: 0px solid #000000;
|
||||
color: #0E2B52;
|
||||
}
|
||||
|
||||
#g-organize-microthumb-grid,
|
||||
#g-organize-drop-target-marker,
|
||||
.g-organize-album-text:hover {
|
||||
border-color: #79B7E7;
|
||||
#g-organize-hover {
|
||||
background-color: #CFDEFF;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#g-organize-drop-target-marker {
|
||||
background-color: #79B7E7;
|
||||
#g-organize-active {
|
||||
background-color: #6699CC;
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user