[gnome-software] css: insensitive kudo-pill tweaks



commit 11a63fbfcf2e1e33a1871655e51bcd05a3460edf
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Jun 30 11:04:45 2016 +0200

    css: insensitive kudo-pill tweaks
    
    make it look more, well, insensitive.

 src/gtk-style.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 1b1b654..bab3bc7 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -45,7 +45,8 @@
 
 /* should be :disabled but we need to support older versions of GTK */
 .kudo-pill:insensitive {
-       background-color: shade(@theme_bg_color, 0.8);
+       color: @theme_bg_color;
+       background-color: mix(@insensitive_fg_color, @theme_bg_color, 0.6);
 }
 
 .kudo-label {


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