[gnome-software/gnome-3-14] Do not show a random white line above the star rating widget



commit 95575edd43a9d9b66445dc225d5ef3622e0d150b
Author: Richard Hughes <richard hughsie com>
Date:   Fri Oct 24 14:20:32 2014 +0100

    Do not show a random white line above the star rating widget
    
    We don't want to inherit this from the GtkButton style.

 src/gtk-style.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index b17da99..7f6c93d 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -136,6 +136,8 @@ GtkBox.star {
        border-radius: 0;
        border-width: 0px;
        padding: 0;
+       box-shadow: none;
+       outline-offset: -1px;
 }
 
 .star {


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