summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-25 01:18:05 +0200
committerraveit65 <[email protected]>2015-04-25 01:18:05 +0200
commitdc98d61f6c4143cfb0c703564276de07e7294d34 (patch)
treedb4632260a28bcb9e8d1e5994c7e82b3789c8d5e /desktop-themes/BlueMenta
parenta0ac64e93acad1c1e3a86fd12ba4d6511b332a95 (diff)
downloadmate-themes-dc98d61f6c4143cfb0c703564276de07e7294d34.tar.bz2
mate-themes-dc98d61f6c4143cfb0c703564276de07e7294d34.tar.xz
Menta themes GTK3: fix fg color from default button
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css2
1 files changed, 1 insertions, 1 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 {