summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css17
1 files changed, 17 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 fb540270..22d4b087 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -903,3 +903,20 @@ EomThumbNav .button.flat:insensitive {
border-color: transparent;
}
+/* mate-screensaver lock dialog */
+
+.lock-dialog {
+ border-radius: 3px;
+ 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: 3px;
+ border-style: none;
+ border-width: 0px;
+}
+