Login screen support and various fixes when theme is set globally

This commit is contained in:
Vladyslav Hroshev
2023-12-16 18:10:58 +02:00
parent 407aa299e0
commit bd83e6ebf9
10 changed files with 264 additions and 22 deletions
+2 -3
View File
@@ -81,6 +81,7 @@
.button:insensitive {
box-shadow: none;
color: TEXT-SECONDARY-COLOR;
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
}
.button:hover,
@@ -104,12 +105,10 @@
.slider,
.level {
height: 16px;
-barlevel-height: 16px;
-barlevel-background-color: ACCENT-DISABLED-COLOR;
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
/* fill */
-barlevel-active-background-color: BUTTON-COLOR;
-barlevel-border-width: 0px;
/* overfill */
-barlevel-overdrive-color: #c01c28;
-barlevel-overdrive-separator-width: 2px;