diff options
author | raveit65 <[email protected]> | 2017-03-29 12:50:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-29 12:50:56 +0200 |
commit | 3c1f6f1c4bd55dd1daeac6d7a6c4a2389e1db6f9 (patch) | |
tree | e71a049f70b6fcc1353a727ab939ad5b8da9175a /desktop-themes/BlueMenta/gtk-3.0 | |
parent | afa803ff67d423d08bd9cc7a9b7d5b0e606030c4 (diff) | |
download | mate-themes-3c1f6f1c4bd55dd1daeac6d7a6c4a2389e1db6f9.tar.bz2 mate-themes-3c1f6f1c4bd55dd1daeac6d7a6c4a2389e1db6f9.tar.xz |
Menta themes: eliminate wrong border-color for lockscreen
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index ea7cf5e2..591c4e39 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -826,7 +826,7 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; } -.lock-dialog frame { +.lock-dialog frame border { border-radius: 4px; border-style: none; border-width: 0px; |