diff options
author | raveit65 <[email protected]> | 2016-04-10 10:52:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-10 10:53:30 +0200 |
commit | e276942773b3d668cf68c8a573170a8dd7256aaa (patch) | |
tree | 75c2a6435b45840e8f6e025b21638ed1765e9a3d /desktop-themes/ContrastHigh/gtk-3.0 | |
parent | c68099e98a879c55bec775dcd4435d55a5b2bbc3 (diff) | |
download | mate-themes-e276942773b3d668cf68c8a573170a8dd7256aaa.tar.bz2 mate-themes-e276942773b3d668cf68c8a573170a8dd7256aaa.tar.xz |
GTK3 all themes: style lock-screen
Diffstat (limited to 'desktop-themes/ContrastHigh/gtk-3.0')
-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 dd4441ed..b7ce268c 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; |