mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-30 19:05:49 -04:00
Added drop target style, other minor admin dashboard style updates.
This commit is contained in:
@@ -714,6 +714,17 @@ li.gError select {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.gDraggable {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.gDropTarget {
|
||||
background-color: #cfdeff;
|
||||
border: 1px dotted #999;
|
||||
height: 100px;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
/* jQuery UI Dialog ~~~~~~~~~~~~~~~~~~~~~~ */
|
||||
|
||||
#gDialog {
|
||||
|
||||
Reference in New Issue
Block a user