further css fixes
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 59s

This commit is contained in:
Denys Konovalov 2024-10-27 10:30:00 +01:00
parent 9992e29ba0
commit 117848c596

@ -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 */