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

@@ -7,6 +7,7 @@
@import 'apps/xfce';
@import 'apps/pantheon';
@import 'apps/unity';
@import 'apps/mate';
/***********************
* App-Specific Styles *

20
gtk-3.0/apps/_mate.scss Normal file
View File

@@ -0,0 +1,20 @@
//
// 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;
}
}

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 *
***********************/

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 *
***********************/