[sushi] style: fix scrollbar slider colors



commit 429027c34d5fd5d158be987ac8e260c50c372903
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Mar 19 15:31:51 2012 -0400

    style: fix scrollbar slider colors

 data/style/gtk-style.css |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/data/style/gtk-style.css b/data/style/gtk-style.css
index 904e90a..3eb01f3 100644
--- a/data/style/gtk-style.css
+++ b/data/style/gtk-style.css
@@ -25,18 +25,17 @@ GtkSourceView {
 
 .scrollbar.slider,
 .scrollbar.button {
-    border-color: shade (@np_bg_color, 1.30);
+    background-color: shade (@np_bg_color, 1.30);
 }
 
 .scrollbar.button:prelight,
 .scrollbar.slider:prelight {
-    background-color: shade (@np_bg_color, 1.30);
+    background-color: shade (@np_bg_color, 1.45);
 }
 
 .scrollbar.button:prelight:active,
 .scrollbar.slider:prelight:active {
-    background-color: shade (@np_bg_color, 1.55);
-    border-color: shade (@np_bg_color, 1.55);
+    background-color: shade (@np_bg_color, 1.70);
 }
 
 .np-toolbar {



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