[gnome-shell] Login dialog - tweak the user name text shadow



commit 5eae1851a1db9a7e52bdc0d6d6eec7baf36008a4
Author: Allan Day <allanpday gmail com>
Date:   Sat Nov 17 23:06:48 2012 +0000

    Login dialog - tweak the user name text shadow
    
    The shadow under the user name should suggest that the light source
    is directly above.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688557

 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 7a0a988..54b83ac 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -2129,7 +2129,7 @@ StScrollBar StButton#vhandle:active {
     font-weight: bold;
     text-align: left;
     padding-left: 15px;
-    text-shadow: black 4px 4px 3px 0px;
+    text-shadow: black 0px 4px 3px 0px;
 }
 
 .login-dialog-prompt-layout {



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