summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-12-24 22:35:42 +0100
committerraveit65 <[email protected]>2016-12-24 22:35:42 +0100
commitbe02489af680ed08474f6939957506a62ca82703 (patch)
treea4bdecf5b47ae85733dd2ff21c93f2a6508514fd /desktop-themes/Blue-Submarine
parent5ca5f8a1bb49fcd01bcbc03777cab7ab6d35e115 (diff)
downloadmate-themes-be02489af680ed08474f6939957506a62ca82703.tar.bz2
mate-themes-be02489af680ed08474f6939957506a62ca82703.tar.xz
Submarine themes: style m-s-d osd in non compositor case
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index b9c4a099..bc765027 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -1283,6 +1283,19 @@ MsdOsdWindow.background.osd .progressbar {
background-size: 40px auto, auto, auto;
}
+/*For mate-settings-daemon noncomposited osd windows*/
+MsdOsdWindow.background.osd.msd-osd-window-solid {
+ border-radius: 0px;
+ border-width: 2px;
+ border-style:solid;
+ border-color: shade(@button_border_active, 1.20);
+}
+
+MsdOsdWindow.background.osd.msd-osd-window-solid progressbar,
+MsdOsdWindow.background.osd.msd-osd-window-solid progressbar trough {
+ border-radius: 3px;
+}
+
/*****************
* mate-terminal *
*****************/