[gnome-shell/wip/sassWithSomeFixes: 33/62] theme: fine tune scrollbars



commit 7da9e56e51343b0703f61a655eb0a36599780150
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Oct 2 18:13:53 2014 +0200

    theme: fine tune scrollbars

 data/theme/_common.scss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 528c0cb..439197e 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -71,13 +71,13 @@ StScrollBar {
   
   StBin#trough {
     border-radius: 0;
-    background-color: $osd_bg_color;
+    background-color: darken($osd_bg_color,10%);
   }
   
   StButton#vhandle, StButton#hhandle {
-    border-radius: 6px;
+    border-radius: 8px;
     background-color: $bg_color;
-    border: 3px solid $osd_bg_color;
+    border: 3px solid darken($osd_bg_color,10%); //would be nice to margin or at least to transparent
     &:hover { background-color: lighten($bg_color,10%); }
     &:active { background-color: $selected_bg_color; }
   }


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