[gnome-software] Update gtk-style-hc.css as well



commit e970deabb7b3a9d7ef8f2f19d025335c4946f307
Author: Kalev Lember <klember redhat com>
Date:   Thu Dec 17 10:08:21 2015 +0100

    Update gtk-style-hc.css as well
    
    Apply the gtk-style.css changes from the previous commit to
    gtk-style-hc.css as well.

 src/gtk-style-hc.css |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/src/gtk-style-hc.css b/src/gtk-style-hc.css
index d829816..83b4892 100644
--- a/src/gtk-style-hc.css
+++ b/src/gtk-style-hc.css
@@ -66,7 +66,7 @@
 }
 
 /* The rest of the featured-tile CSS is loaded at runtime in gs-feature-tile.c */
-.button.featured-tile {
+.featured-tile {
        all: unset;
        padding: 0;
        border-radius: 0;
@@ -103,6 +103,15 @@
 .application-details-description {
 }
 
+.install-progress {
+       background-image: linear-gradient(to top, @theme_selected_bg_color 2px, 
alpha(@theme_selected_bg_color, 0) 2px);
+       background-repeat: no-repeat;
+       background-position: 0 bottom;
+       transition: none;
+}
+
+.install-progress:dir(rtl) { background-position: 100% bottom; }
+
 .error-label {
        text-shadow: none;
 }
@@ -127,12 +136,12 @@
        background-color: transparent;
 }
 
-GtkBox.star {
+box.star {
        background-color: transparent;
        background-image: none;
 }
 
-.button.star {
+button.star {
        -GtkWidget-focus-padding: 0;
        background-color: transparent;
        background-image: none;


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