mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 03:49:21 -04:00
grid. Originally the borders disappeared not they don't. A single element is used to contain the drop target marker. This element contains all the position information for the drop handler to determine where the item should be positioned. In addition, the drop target marker is removed when the drag extends outside the grid and is re shown, when the cursor re-enters the thumbnail grid.
17 lines
458 B
CSS
17 lines
458 B
CSS
/** *******************************************************************
|
|
* 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;
|
|
}
|