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:24:20 +0100
commita957c98bb513d2c3f4db3f737e54d061a05d42bc (patch)
treef20dfee1d40d246987672e1262993df8c149fa6f /desktop-themes
parent5a3c764337142d218fa458344e5a737d4811ad29 (diff)
downloadmate-themes-a957c98bb513d2c3f4db3f737e54d061a05d42bc.tar.bz2
mate-themes-a957c98bb513d2c3f4db3f737e54d061a05d42bc.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 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;
}