mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
eb5cb0f23d
commit
6e56333d49
@ -385,14 +385,23 @@ button:hover {
|
||||
/* Custom buttons... */
|
||||
|
||||
/* XXX do we need both this and the active update??? */
|
||||
.crop-mode:not(.slideshow-running) .buttons:not(:hover) .button.crop,
|
||||
.collection-mode:not(.slideshow-running) .buttons:not(:hover) .button.collections {
|
||||
/* XXX this seems a bit overcomplicated... */
|
||||
.crop-mode:not(.slideshow-running) .buttons .button.crop,
|
||||
.collection-mode:not(.slideshow-running) .buttons .button.collections {
|
||||
opacity: 0.7;
|
||||
}
|
||||
.single-image-mode:not(.slideshow-running).crop-mode .buttons:not(:hover) .button.crop,
|
||||
.single-image-mode:not(.slideshow-running).collection-mode .buttons:not(:hover) .button.collections {
|
||||
.crop-mode:not(.slideshow-running) .buttons:hover .button.crop,
|
||||
.collection-mode:not(.slideshow-running) .buttons:hover .button.collections {
|
||||
opacity: 1;
|
||||
}
|
||||
.single-image-mode:not(.slideshow-running).crop-mode .buttons .button.crop,
|
||||
.single-image-mode:not(.slideshow-running).collection-mode .buttons .button.collections {
|
||||
opacity: 0.2;
|
||||
}
|
||||
.single-image-mode:not(.slideshow-running).crop-mode .buttons:hover .button.crop,
|
||||
.single-image-mode:not(.slideshow-running).collection-mode .buttons:hover .button.collections {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.buttons .button.ui-settings {
|
||||
opacity: 0.5;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user