summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorBalló György <[email protected]>2015-12-15 10:16:05 +0100
committerWolfgang Ulbrich <[email protected]>2015-12-21 01:28:00 +0100
commit360dec4bb94a3faf4902356ac74dad7edeeb5e97 (patch)
tree6d08de7ca40c12f711eac2149c782dbe03626651 /desktop-themes
parent6c1c194bc220572913192d527c61539c1454f22d (diff)
downloadmate-themes-360dec4bb94a3faf4902356ac74dad7edeeb5e97.tar.bz2
mate-themes-360dec4bb94a3faf4902356ac74dad7edeeb5e97.tar.xz
GTK3: Menta themes: fix mate-panel separator background
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css2
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;
}