Mate: Fix active indicator in volume and brightness popup

This commit is contained in:
EliverLara
2020-11-25 13:35:46 -06:00
parent 64e0c83db6
commit 6b5bb76359
4 changed files with 49 additions and 2 deletions

View File

@@ -5710,7 +5710,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
transition: none;
box-shadow: none; }
#gnc-id-main-window .arrow.button.toggle:hover {
border-color: #F67E7D; }
border-color: #c50ed2; }
.xfce4-panel.panel {
background-color: #181b28;
@@ -6136,6 +6136,19 @@ SheetStyleDialog.unity-force-quit {
animation: playbackmenuitem_spinner 1s infinite linear;
color: #c50ed2; }
MsdOsdWindow.background.osd {
border-radius: 2px;
border: 1px solid rgba(12, 14, 21, 0.8); }
MsdOsdWindow.background.osd .progressbar {
background-color: #c50ed2;
border: none;
border-color: #c50ed2;
border-radius: 5px; }
MsdOsdWindow.background.osd .trough {
background-color: rgba(7, 8, 11, 0.98);
border: none;
border-radius: 5px; }
/***********************
* App-Specific Styles *
***********************/