Mate: Fix active indicator in volume and brightness popup

This commit is contained in:
EliverLara
2020-11-25 13:35:46 -06:00
parent 496f02a801
commit 5b08b518b0
3 changed files with 48 additions and 1 deletions

View File

@@ -35,4 +35,25 @@ panel-toplevel.background {
-NaTrayApplet-icon-padding: 0;
-NaTrayApplet-icon-size: 16px;
}
}
}
//
// Mate OSD Window
//
MsdOsdWindow.background.osd {
border-radius: 2px;
border: 1px solid $borders_color;
.progressbar {
background-color: $selected_bg_color;
border: none;
border-color: $selected_bg_color;
border-radius: 5px;
}
.trough {
background-color: darken($osd_bg_color, 5%);
border: none;
border-radius: 5px;
}
}