diff options
author | raveit65 <[email protected]> | 2017-03-29 12:38:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-29 12:38:57 +0200 |
commit | afa803ff67d423d08bd9cc7a9b7d5b0e606030c4 (patch) | |
tree | 58f55c79eb4f9ce0f0d2ecc17fe434179c0fca8c /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | ecb0ff802baa6bce4416602f1e32a29018f8811a (diff) | |
download | mate-themes-afa803ff67d423d08bd9cc7a9b7d5b0e606030c4.tar.bz2 mate-themes-afa803ff67d423d08bd9cc7a9b7d5b0e606030c4.tar.xz |
Gtk+-3.20 submarine: eliminate wrong border-color for lockscreen
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 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 3b101f3c..be22ffd3 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1227,7 +1227,7 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b background-color: @theme_dark_dialog_bg_color; } -.lock-dialog frame { +.lock-dialog frame border { border-radius: 10px; border-style: none; border-width: 0px; |