summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-11 17:27:08 +0200
committerraveit65 <[email protected]>2015-08-11 17:28:06 +0200
commitbb3f0b094106d8e7b862aef37e7342de6d716f2b (patch)
tree751ea4052e3e81b17982c606bdee8adf8e81b7e6 /desktop-themes/BlueMenta/gtk-3.0
parent2a1fdecce01c1e2227946c6c02012467edef0d5f (diff)
downloadmate-themes-bb3f0b094106d8e7b862aef37e7342de6d716f2b.tar.bz2
mate-themes-bb3f0b094106d8e7b862aef37e7342de6d716f2b.tar.xz
Gtk+-3.18 meta themes: fix GtkComboBox font color
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 9f913688..03b9c138 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -2181,11 +2181,7 @@ GtkComboBox.combobox-entry .button:active:hover {
}
GtkComboBox .button {
- color: @internal_element_color;
-}
-
-GtkComboBox .button:hover {
- color: shade (@theme_selected_bg_color, 0.80);
+ color: @theme_fg_color;
}
/********************