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/Green-Submarine/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/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index f50547d4..9f8628a7 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1405,3 +1405,20 @@ EomThumbNav .button.flat:insensitive { border-color: transparent; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 3px; + border-style: solid; + border-width: 2px; + border-color: shade(@button_border, 1.0); + /* 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; +} + |