further css fixes
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 59s
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 59s
This commit is contained in:
parent
9992e29ba0
commit
117848c596
@ -192,7 +192,7 @@ body.fullscreen-enabled #autorotateToggle {
|
|||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
color: var(--gcg-color-secondary);
|
color: white;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -209,15 +209,18 @@ body.fullscreen-enabled #autorotateToggle {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sceneList .scene:hover,
|
|
||||||
#sceneList .scene:active {
|
|
||||||
background-color: white !important;
|
|
||||||
color: var(--gcg-color-secondary);
|
|
||||||
transition: 0.3s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sceneList .scene.current {
|
#sceneList .scene.current {
|
||||||
background-color: var(--gcg-color-primary);
|
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 */
|
/* Link hotspot */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user