[gnome-software] Don't hardcode colors



commit bdd58bff49b427e4e40fdcf2bd5d800502a89eb4
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Sep 20 18:55:21 2013 -0400

    Don't hardcode colors
    
    We use @theme_selected_bg_color for the blue 'stamps', so
    it only makes sense to use @theme_selected_fg_color for
    the text color.

 src/gtk-style.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 9f667c9..493d286 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -29,7 +29,7 @@ GtkEventBox.gradient_box_software {
        font-size: 80%;
        background-color: @theme_selected_bg_color;
        border-radius: 4px;
-       color: white; /* label color */
+       color: @theme_selected_fg_color;
        text-shadow: 0 1px 0 rgba(0,0,0,0.5);
 }
 


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