mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Mate: Fix active indicator in volume and brightness popup
This commit is contained in:
@@ -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
20
gtk-3.0/apps/_mate.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
@@ -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 *
|
||||
***********************/
|
||||
|
||||
@@ -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 *
|
||||
***********************/
|
||||
|
||||
Reference in New Issue
Block a user