[gnome-shell] theme: Change overview icon shadow inset opacity



commit 8ce599df385c3174c87b052ac03db8e13dabb971
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Mon Sep 9 13:37:36 2013 +0200

    theme: Change overview icon shadow inset opacity
    
    In the commit 9a8bf3b was changed the background opacity of overview
    icons. That cause that the shadow of the checked state of icons
    was too hard, so it seems to be cut off.
    Change the opacity of the shadow to solve this.

 data/theme/gnome-shell.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 07ca59c..b0ab882 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1076,7 +1076,7 @@ StScrollBar StButton#vhandle:active {
     background-gradient-end: rgba(255, 255, 255, .15);
     background-gradient-direction: vertical;
     border-radius: 4px;
-    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 1);
+    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
     transition-duration: 100ms;
 }
 


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