summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-09 20:36:10 +0200
committerraveit65 <[email protected]>2016-04-09 22:09:58 +0200
commit76eb0b1112238d06ea95a0d4efe755de11befe02 (patch)
tree480d3332a5871e7d1fb68f0aa5202e4184c08bd5 /desktop-themes
parentb2faece614f24a128d5a5555f155876418454438 (diff)
downloadmate-themes-76eb0b1112238d06ea95a0d4efe755de11befe02.tar.bz2
mate-themes-76eb0b1112238d06ea95a0d4efe755de11befe02.tar.xz
GTK+-3.20 Menta themes: style mate-screensaver lock-screen
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css21
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css21
2 files changed, 42 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 61e32b9b..229eafd0 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -711,3 +711,24 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b
padding: 0px 0px 0px 10px;
}
+/* mate-screensaver lock dialog */
+
+.lock-dialog {
+ border-radius: 4px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: @wm_csd_solid_border_color;
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog frame {
+ border-radius: 4px;
+ border-style: none;
+ border-width: 0px;
+}
+
+.lock-dialog notebook {
+ background-color: shade (@theme_bg_color, 1.0);
+}
+
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index a92104ae..5388ee0e 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -708,3 +708,24 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b
padding: 0px 0px 0px 10px;
}
+/* mate-screensaver lock dialog */
+
+.lock-dialog {
+ border-radius: 4px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: @wm_csd_solid_border_color;
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog frame {
+ border-radius: 4px;
+ border-style: none;
+ border-width: 0px;
+}
+
+.lock-dialog notebook {
+ background-color: shade (@theme_bg_color, 1.0);
+}
+