[gnome-themes-standard] highcontrast: fix background color for inline/raised toolbar buttons



commit 41a020c389c9ccaf4a7b15596fcedd477f9d725d
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Apr 25 15:05:18 2012 -0400

    highcontrast: fix background color for inline/raised toolbar buttons

 themes/a11y-base.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index 502b1dc..c5a7ec1 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -257,6 +257,12 @@ GtkComboBox .button {
     -GtkToolbar-button-relief: normal;
 }
 
+.raised .button,
+.raised.button,
+.inline-toolbar .button {
+    background-color: @theme_button_bg;
+}
+
 .primary-toolbar .button {
     border-color: transparent;
 }



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