diff options
author | raveit65 <[email protected]> | 2016-04-09 22:30:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-09 22:30:50 +0200 |
commit | ac8f215e645cec7a77df7d03bc99fadc8eaad18d (patch) | |
tree | c911c9276c7de9ed35b9009c480f14891beb9591 /desktop-themes/TraditionalGreen | |
parent | dc76515c935c18bde913dac5a435015527c86326 (diff) | |
download | mate-themes-ac8f215e645cec7a77df7d03bc99fadc8eaad18d.tar.bz2 mate-themes-ac8f215e645cec7a77df7d03bc99fadc8eaad18d.tar.xz |
GTK+-3-20 traditional themes: style lock-screen
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index f7bbcf17..bf198a86 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -377,3 +377,15 @@ EggToolbarEditor.vertical scrolledwindow { border-style: solid; } +.lock-dialog { + border-radius: 4px; + border-style: solid; + border-width: 0px; + /* not sure if box-shadow works here */ + box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; +} + +.lock-dialog notebook { + border-style: none; +} + |