From dc98d61f6c4143cfb0c703564276de07e7294d34 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 25 Apr 2015 01:18:05 +0200 Subject: Menta themes GTK3: fix fg color from default button --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-themes/BlueMenta') 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 { -- cgit v1.2.1