Fixes to GtkComboBox

This commit is contained in:
Satyajit Sahoo
2013-03-08 00:42:05 +05:30
parent 002c219b33
commit 19808d4803
2 changed files with 8 additions and 15 deletions
-10
View File
@@ -670,16 +670,6 @@ style "murrine-nautilus-location" {
widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location"
style "menuitem-text-is-fg-color-workaround" {
text[NORMAL] = @text_color
text[PRELIGHT] = @selected_fg_color
text[SELECTED] = @selected_fg_color
text[ACTIVE] = @fg_color
text[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
}
widget "*.gtk-combobox-popup-menu.*" style "menuitem-text-is-fg-color-workaround"
style "text-is-fg-color-workaround" {
text[NORMAL] = @text_color
text[PRELIGHT] = @fg_color