[gnome-software/gnome-3-20] css: insensitive kudo-pill backdrop style



commit 48b7c4681abfae3c99a95631b092f6868fcfee98
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Jun 30 11:10:49 2016 +0200

    css: insensitive kudo-pill backdrop style
    
    dim the insensitive kudo-pill in backdrop state.

 src/gtk-style.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index f74425c..f33d057 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -39,6 +39,11 @@
        background-color: mix(@insensitive_fg_color, @theme_bg_color, 0.6);
 }
 
+.kudo-pill:insensitive:backdrop {
+       color: @theme_unfocused_bg_color;
+       background-color: mix(@insensitive_fg_color, @theme_unfocused_bg_color, 0.8);
+}
+
 .kudo-label {
        background-image: none;
        background-color: shade(@theme_selected_bg_color, 1.2);


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