[gnome-themes-standard] a11y: fix missing background for combobox entries on toolbars



commit ecf1ad12ed29b69dfa6c23c4fe55c8f600c122bf
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Jun 7 00:37:12 2012 -0400

    a11y: fix missing background for combobox entries on toolbars

 themes/a11y-base.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index 67e3e21..9f8f5bb 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -219,7 +219,8 @@ GtkComboBox .button {
     padding: 0 4px;
 }
 
-.combobox-entry .button {
+.combobox-entry .button,
+.toolbar .combobox-entry .button {
     background-color: @theme_entry_bg;
     color: @theme_fg_color;
     border-width: 1px;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]