diff options
author | raveit65 <[email protected]> | 2017-03-29 12:50:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-29 12:50:06 +0200 |
commit | f01fec9c8ec4d1a92fb67da44fcdf3039e691943 (patch) | |
tree | 19832920ce69fc5f8c646f41f540614f6c001e29 /desktop-themes/Menta | |
parent | 4ddef2d84f250f088663f01db743df54aba3682f (diff) | |
download | mate-themes-f01fec9c8ec4d1a92fb67da44fcdf3039e691943.tar.bz2 mate-themes-f01fec9c8ec4d1a92fb67da44fcdf3039e691943.tar.xz |
Menta themes: eliminate wrong border-color for lockscreen
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 1e31cb20..50ab80bb 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -829,7 +829,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; |