summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-12-24 22:35:42 +0100
committerraveit65 <[email protected]>2016-12-24 22:36:49 +0100
commit65a3259e891eb7e9874f91fe6ff59f19cc47f5de (patch)
treea6e5fab496e13c0e5161f861a324109e14e78259
parentd0a1cc58699d13f5bf3f8fdc512107c6989810d6 (diff)
downloadmate-themes-65a3259e891eb7e9874f91fe6ff59f19cc47f5de.tar.bz2
mate-themes-65a3259e891eb7e9874f91fe6ff59f19cc47f5de.tar.xz
Submarine themes: style m-s-d osd in non compositor case
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css13
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css13
2 files changed, 26 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 *
*****************/
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index b777e676..40774a4e 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -1287,6 +1287,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.10);
+}
+
+MsdOsdWindow.background.osd.msd-osd-window-solid progressbar,
+MsdOsdWindow.background.osd.msd-osd-window-solid progressbar trough {
+ border-radius: 3px;
+}
+
/*****************
* mate-terminal *
*****************/