Fix light gnome-shell theme, volume dialog's barlevel not visible

This commit is contained in:
Daniel Ruiz de Alegría
2020-01-13 13:34:28 +01:00
parent daef267b80
commit 8a92c4e5f6
3 changed files with 5 additions and 5 deletions
@@ -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; }