From 117848c59610023b3df5911b4abd103e94ea5ebd Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 27 Oct 2024 10:30:00 +0100 Subject: [PATCH] further css fixes --- assets/style.css | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/assets/style.css b/assets/style.css index b6235fcb..2fbaaffc 100644 --- a/assets/style.css +++ b/assets/style.css @@ -192,7 +192,7 @@ body.fullscreen-enabled #autorotateToggle { gap: 0.5rem; padding: 0.5rem; border-radius: 10px; - color: var(--gcg-color-secondary); + color: white; font-weight: 700; height: 40px; cursor: pointer; @@ -209,15 +209,18 @@ body.fullscreen-enabled #autorotateToggle { overflow: hidden; } -#sceneList .scene:hover, -#sceneList .scene:active { - background-color: white !important; - color: var(--gcg-color-secondary); - transition: 0.3s ease; -} - #sceneList .scene.current { background-color: var(--gcg-color-primary); + color: var(--gcg-color-secondary); +} + +#sceneList .scene:hover, +#sceneList .scene:active, +#sceneList .scene.current:hover, +#sceneList .scene.current:active { + background-color: white; + color: var(--gcg-color-secondary); + transition: 0.3s ease; } /* Link hotspot */