mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
c48a246ccb
commit
5eae1851a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue