diff options
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 | ||||
-rw-r--r-- | 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 18b38d20..ea3d5007 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -401,7 +401,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 dab4abba..690f1e38 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -403,7 +403,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; } |