Mate: Fix active indicator in volume and brightness popup

This commit is contained in:
EliverLara
2020-11-25 13:35:46 -06:00
parent 92fd97aa7c
commit 89a537eb5b
4 changed files with 49 additions and 2 deletions

View File

@@ -5713,7 +5713,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: #1c2124;
@@ -6139,6 +6139,19 @@ SheetStyleDialog.unity-force-quit {
animation: playbackmenuitem_spinner 1s infinite linear;
color: #F67E7D; }
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 *
***********************/