From 873b179f205a0f6f1d79c88b9f9e39674b96ceb1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 10 Apr 2016 10:52:17 +0200 Subject: GTK3 all themes: style lock-screen --- .../ContrastHighInverse/gtk-3.0/mate-applications.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'desktop-themes/ContrastHighInverse') diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css index fafbdbdb..2a5860e8 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css @@ -363,3 +363,20 @@ EomThumbNav .frame { border-width: 2px; } +/* 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; +} + -- cgit v1.2.1