diff options
author | raveit65 <[email protected]> | 2016-04-09 20:36:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-09 22:09:58 +0200 |
commit | 76eb0b1112238d06ea95a0d4efe755de11befe02 (patch) | |
tree | 480d3332a5871e7d1fb68f0aa5202e4184c08bd5 /desktop-themes/Menta/gtk-3.0 | |
parent | b2faece614f24a128d5a5555f155876418454438 (diff) | |
download | mate-themes-76eb0b1112238d06ea95a0d4efe755de11befe02.tar.bz2 mate-themes-76eb0b1112238d06ea95a0d4efe755de11befe02.tar.xz |
GTK+-3.20 Menta themes: style mate-screensaver lock-screen
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index a92104ae..5388ee0e 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -708,3 +708,24 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b padding: 0px 0px 0px 10px; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 4px; + 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: 4px; + border-style: none; + border-width: 0px; +} + +.lock-dialog notebook { + background-color: shade (@theme_bg_color, 1.0); +} + |