From 280c8ad6c11a014661e2d37a6fc7fc54189062c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Tue, 15 Dec 2015 10:16:05 +0100 Subject: GTK3: Menta themes: fix mate-panel separator background --- desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 +- desktop-themes/Menta/gtk-3.0/mate-applications.css | 2 +- 2 files changed, 2 insertions(+), 2 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; } diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 749251a2..c7c5a0eb 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -417,7 +417,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; } -- cgit v1.2.1