diff options
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css index 11f96cc0..5c23f189 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css @@ -32,6 +32,23 @@ EelEditableLabel.entry { border-radius: 3px; } +/* 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; +} + EelEditableLabel.entry { text-shadow: none; color: @theme_fg_color; |