summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-10 13:31:47 +0200
committerraveit65 <[email protected]>2016-04-10 13:31:47 +0200
commitc366ef65250f399d7ce58d02f42514c660e98962 (patch)
treeb3adfd1e3b95edead3b09ca1e6ee15a26ebe8e98
parente3a998949f284e17572832bdf10f2ea1620083bf (diff)
downloadmate-themes-c366ef65250f399d7ce58d02f42514c660e98962.tar.bz2
mate-themes-c366ef65250f399d7ce58d02f42514c660e98962.tar.xz
GTK+-3.20 Menta themes: fix fg color of flat buttons in rhythmbox
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css1
2 files changed, 0 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index b1b79e31..ee446257 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -2159,7 +2159,6 @@ notebook tab.reorderable-page:hover {
/* close button styling */
notebook button.flat,
notebook button.flat.small-button {
- color: mix (@theme_fg_color, @theme_bg_color, 0.85);
border-image: none;
background-image: none;
background-color: transparent;
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 729f2bc7..2acad086 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -2159,7 +2159,6 @@ notebook tab.reorderable-page:hover {
/* close button styling */
notebook button.flat,
notebook button.flat.small-button {
- color: mix (@theme_fg_color, @theme_bg_color, 0.85);
border-image: none;
background-image: none;
background-color: transparent;