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
This commit is contained in:
Allan Day 2012-11-17 23:06:48 +00:00
parent c48a246ccb
commit 5eae1851a1

View File

@ -2129,7 +2129,7 @@ StScrollBar StButton#vhandle:active {
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
padding-left: 15px; padding-left: 15px;
text-shadow: black 4px 4px 3px 0px; text-shadow: black 0px 4px 3px 0px;
} }
.login-dialog-prompt-layout { .login-dialog-prompt-layout {