[gnome-shell] StScrollView: Remove default shadow style



commit 670048e5556d61a69a0e0fa758cbb33d53d02e73
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Tue Nov 30 21:57:31 2010 +0100

    StScrollView: Remove default shadow style
    
    Remove the default shadow style but still allow StScrollView users to use a shadow by explicitly setting it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635647

 data/theme/gnome-shell.css |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 13317aa..1eaefbf 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -48,21 +48,6 @@ StScrollView StScrollBar
   min-height: 16px;
 }
 
-StScrollView > .top-shadow
-{
-    background-gradient-direction: vertical;
-    background-gradient-start: #111111;
-    background-gradient-end: rgba(17, 17, 17, 0);
-    height: 30px;
-}
-
-StScrollView > .bottom-shadow
-{
-    background-gradient-direction: vertical;
-    background-gradient-start: rgba(17, 17, 17, 0);
-    background-gradient-end: #111111;
-    height: 30px;
-}
 
 StScrollBar StBin#trough {
     background-color: #080808;



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