[sushi] style: don't make the selected background invisible



commit 203c6e685c8e323eee7ccc8e6e26abb2dc5d4e0f
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed May 11 14:58:49 2011 -0400

    style: don't make the selected background invisible

 data/style/gtk-style.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/style/gtk-style.css b/data/style/gtk-style.css
index 139144b..91ba2e7 100644
--- a/data/style/gtk-style.css
+++ b/data/style/gtk-style.css
@@ -8,6 +8,10 @@
     background-color: alpha(#000, 0.0);
 }
 
+*:selected {
+    background-color: shade (@np_bg_color, 1.55);
+}
+
 GtkLabel {
     color: #fff;
 }



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