Fix light gnome-shell theme, volume dialog's barlevel not visible
This commit is contained in:
parent
daef267b80
commit
8a92c4e5f6
@ -587,7 +587,7 @@ StScrollBar {
|
||||
height: 0.6em;
|
||||
-barlevel-height: 0.6em;
|
||||
-barlevel-background-color: rgba(238, 238, 236, 0.1);
|
||||
-barlevel-active-background-color: #eeeeec;
|
||||
-barlevel-active-background-color: white;
|
||||
-barlevel-overdrive-color: #a61414;
|
||||
-barlevel-overdrive-separator-width: 0.2em; }
|
||||
|
||||
|
||||
@ -586,8 +586,8 @@ StScrollBar {
|
||||
.osd-window .level {
|
||||
height: 0.6em;
|
||||
-barlevel-height: 0.6em;
|
||||
-barlevel-background-color: rgba(92, 97, 108, 0.8);
|
||||
-barlevel-active-background-color: #eeeeec;
|
||||
-barlevel-background-color: rgba(92, 97, 108, 0.5);
|
||||
-barlevel-active-background-color: black;
|
||||
-barlevel-overdrive-color: #d41919;
|
||||
-barlevel-overdrive-separator-width: 0.2em; }
|
||||
|
||||
|
||||
@ -656,8 +656,8 @@ StScrollBar {
|
||||
.level {
|
||||
height: 0.6em;
|
||||
-barlevel-height: 0.6em;
|
||||
-barlevel-background-color: transparentize($fg_color, if($variant=='light', 0.2, 0.9));
|
||||
-barlevel-active-background-color: $osd_fg_color;
|
||||
-barlevel-background-color: transparentize($fg_color, if($variant=='light', 0.5, 0.9));
|
||||
-barlevel-active-background-color: if($variant=='light', black, white);
|
||||
-barlevel-overdrive-color: $destructive_color;
|
||||
-barlevel-overdrive-separator-width: 0.2em;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user