[sushi] style: don't make the selected background invisible
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sushi] style: don't make the selected background invisible
- Date: Wed, 11 May 2011 19:01:43 +0000 (UTC)
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]