diff options
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css | 17 |
1 files changed, 17 insertions, 0 deletions
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; +} + |