diff options
author | raveit65 <[email protected]> | 2015-04-25 01:18:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-25 01:18:05 +0200 |
commit | dc98d61f6c4143cfb0c703564276de07e7294d34 (patch) | |
tree | db4632260a28bcb9e8d1e5994c7e82b3789c8d5e | |
parent | a0ac64e93acad1c1e3a86fd12ba4d6511b332a95 (diff) | |
download | mate-themes-dc98d61f6c4143cfb0c703564276de07e7294d34.tar.bz2 mate-themes-dc98d61f6c4143cfb0c703564276de07e7294d34.tar.xz |
Menta themes GTK3: fix fg color from default button
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 2 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 2 |
2 files changed, 2 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 82427577..bed054ba 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -1042,7 +1042,7 @@ GtkComboBox.combobox-entry .button { .button.default { text-shadow: none; - color: @theme_selected_fg_color; + color: @theme_fg_color; } .button.flat { diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index e7cedb4e..ed46bda3 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -1044,7 +1044,7 @@ GtkComboBox.combobox-entry .button { .button.default { text-shadow: none; - color: @theme_selected_fg_color; + color: @theme_fg_color; } .button.flat { |