diff options
author | Balló György <[email protected]> | 2015-12-15 10:16:05 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-21 01:27:46 +0100 |
commit | 280c8ad6c11a014661e2d37a6fc7fc54189062c6 (patch) | |
tree | 7a0bd40a459e7e46e4d282fd107a99440b88f80e /desktop-themes/BlueMenta | |
parent | 0745e8a7ac2859a0cf9a4899b6db3bbb07673cb4 (diff) | |
download | mate-themes-280c8ad6c11a014661e2d37a6fc7fc54189062c6.tar.bz2 mate-themes-280c8ad6c11a014661e2d37a6fc7fc54189062c6.tar.xz |
GTK3: Menta themes: fix mate-panel separator background
Diffstat (limited to 'desktop-themes/BlueMenta')
-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 fa2ac0e5..19867c15 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -415,7 +415,7 @@ MatePanelApplet { MatePanelAppletFrameDBus PanelSeparator, PanelSeparator { border-width: 0; - background-color: @theme_fg_color; + background-color: @theme_bg_color; color: shade (@theme_fg_color, 4.30); text-shadow: none; } |