[gnome-themes-standard] Provide a text color for plain model buttons



commit 73d48ebfb1c08f13a4f881904b90c18b2ab38668
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 9 23:38:47 2014 -0500

    Provide a text color for plain model buttons
    
    Otherwise, we might inherit an unsuitable one.
    See https://bugzilla.gnome.org/show_bug.cgi?id=723963

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 0e0c75b..9668557 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -4105,6 +4105,11 @@ GtkPopover.osd > .toolbar .button {
     background-color: transparent;
 }
 
+GtkModelButton.button
+{
+    color: @theme_fg_color;
+}
+
 GtkModelButton.button:active,
 GtkModelButton.button:insensitive,
 GtkModelButton.button:active:insensitive,


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