summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-09 22:30:50 +0200
committerraveit65 <[email protected]>2016-04-09 22:30:50 +0200
commitac8f215e645cec7a77df7d03bc99fadc8eaad18d (patch)
treec911c9276c7de9ed35b9009c480f14891beb9591 /desktop-themes
parentdc76515c935c18bde913dac5a435015527c86326 (diff)
downloadmate-themes-ac8f215e645cec7a77df7d03bc99fadc8eaad18d.tar.bz2
mate-themes-ac8f215e645cec7a77df7d03bc99fadc8eaad18d.tar.xz
GTK+-3-20 traditional themes: style lock-screen
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css12
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css12
2 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index f7bbcf17..bf198a86 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -377,3 +377,15 @@ EggToolbarEditor.vertical scrolledwindow {
border-style: solid;
}
+.lock-dialog {
+ border-radius: 4px;
+ border-style: solid;
+ border-width: 0px;
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog notebook {
+ border-style: none;
+}
+
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 56b75664..43421795 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -376,3 +376,15 @@ EggToolbarEditor.vertical scrolledwindow {
border-style: solid;
}
+.lock-dialog {
+ border-radius: 4px;
+ border-style: solid;
+ border-width: 0px;
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+}
+
+.lock-dialog notebook {
+ border-style: none;
+}
+