minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-01-31 02:33:35 +03:00
parent eb5cb0f23d
commit 6e56333d49

View File

@ -385,14 +385,23 @@ button:hover {
/* Custom buttons... */ /* Custom buttons... */
/* XXX do we need both this and the active update??? */ /* XXX do we need both this and the active update??? */
.crop-mode:not(.slideshow-running) .buttons:not(:hover) .button.crop, /* XXX this seems a bit overcomplicated... */
.collection-mode:not(.slideshow-running) .buttons:not(:hover) .button.collections { .crop-mode:not(.slideshow-running) .buttons .button.crop,
.collection-mode:not(.slideshow-running) .buttons .button.collections {
opacity: 0.7; opacity: 0.7;
} }
.single-image-mode:not(.slideshow-running).crop-mode .buttons:not(:hover) .button.crop, .crop-mode:not(.slideshow-running) .buttons:hover .button.crop,
.single-image-mode:not(.slideshow-running).collection-mode .buttons:not(:hover) .button.collections { .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; 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 { .buttons .button.ui-settings {
opacity: 0.5; opacity: 0.5;