[gnome-software] Disable text shadow for the updates counter label



commit 848fc04476b0a9fc9fb407cd1db0acedec77a013
Author: Kalev Lember <kalevlember gmail com>
Date:   Mon Oct 6 09:22:49 2014 +0200

    Disable text shadow for the updates counter label
    
    White text with white shadow makes it look fuzzy. Fix this by adding
    "text-shadow: none;" to the counter-label css class as suggested by
    Sebastian Keller.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737357

 src/gtk-style-hc.css |    1 +
 src/gtk-style.css    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gtk-style-hc.css b/src/gtk-style-hc.css
index b74d7a8..fe61298 100644
--- a/src/gtk-style-hc.css
+++ b/src/gtk-style-hc.css
@@ -42,6 +42,7 @@
 }
 
 .counter-label {
+    text-shadow: none;
     color: @theme_selected_fg_color;
     background-color: @theme_highlight_color;
     font-size: smaller;
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 5c60d59..b17da99 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -147,6 +147,7 @@ GtkBox.star {
 }
 
 .counter-label {
+    text-shadow: none;
     color: @theme_selected_fg_color;
     background-color: mix(@theme_selected_bg_color, @theme_selected_fg_color, 0.3);
     font-size: smaller;


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