[gnome-software] css: insensitive kudo-pill backdrop style
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] css: insensitive kudo-pill backdrop style
- Date: Thu, 30 Jun 2016 09:11:42 +0000 (UTC)
commit a7688d0a9f3155e5bd701c0418715a9a4c54c786
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 bab3bc7..bae1fb4 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -49,6 +49,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]