mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-26 22:39:10 -04:00
Update the organize module to use the release version of jquery Selectable. Unfortunately this does not have the functionality to select additional thumbnails using the ctrl or alt-keys, it is preferable to forking the Selectable component. This functionality should arrive with ui.jquery 1.8.x
This commit is contained in:
@@ -102,12 +102,13 @@
|
||||
width: 9em;
|
||||
}
|
||||
|
||||
.gOrganizeMicroThumbGridCell.ui-state-selected {
|
||||
.gOrganizeMicroThumbGridCell.ui-selecting,
|
||||
.gOrganizeMicroThumbGridCell.ui-selected {
|
||||
margin: 2px;
|
||||
border: 2px solid #13A;
|
||||
}
|
||||
|
||||
.ui-selectable-lasso {
|
||||
.ui-selectable-helper {
|
||||
z-index: 2000 !important;
|
||||
border: 1px dashed #00F;
|
||||
opacity: 0.25;
|
||||
|
||||
Reference in New Issue
Block a user