mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 08: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/xfce';
|
||||||
@import 'apps/pantheon';
|
@import 'apps/pantheon';
|
||||||
@import 'apps/unity';
|
@import 'apps/unity';
|
||||||
|
@import 'apps/mate';
|
||||||
|
|
||||||
/***********************
|
/***********************
|
||||||
* App-Specific Styles *
|
* 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -5710,7 +5710,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
transition: none;
|
transition: none;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
#gnc-id-main-window .arrow.button.toggle:hover {
|
#gnc-id-main-window .arrow.button.toggle:hover {
|
||||||
border-color: #F67E7D; }
|
border-color: #c50ed2; }
|
||||||
|
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: #181b28;
|
background-color: #181b28;
|
||||||
@@ -6136,6 +6136,19 @@ SheetStyleDialog.unity-force-quit {
|
|||||||
animation: playbackmenuitem_spinner 1s infinite linear;
|
animation: playbackmenuitem_spinner 1s infinite linear;
|
||||||
color: #c50ed2; }
|
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 *
|
* App-Specific Styles *
|
||||||
***********************/
|
***********************/
|
||||||
|
|||||||
@@ -5710,7 +5710,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
transition: none;
|
transition: none;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
#gnc-id-main-window .arrow.button.toggle:hover {
|
#gnc-id-main-window .arrow.button.toggle:hover {
|
||||||
border-color: #F67E7D; }
|
border-color: #c50ed2; }
|
||||||
|
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
background-color: #181b28;
|
background-color: #181b28;
|
||||||
@@ -6136,6 +6136,19 @@ SheetStyleDialog.unity-force-quit {
|
|||||||
animation: playbackmenuitem_spinner 1s infinite linear;
|
animation: playbackmenuitem_spinner 1s infinite linear;
|
||||||
color: #c50ed2; }
|
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 *
|
* App-Specific Styles *
|
||||||
***********************/
|
***********************/
|
||||||
|
|||||||
Reference in New Issue
Block a user