Add subtle shadows to notifications too.

This commit is contained in:
Nicolas Stepien 2013-02-12 00:41:26 +01:00
parent 82249ef3ec
commit 9588a7e86f
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -123,6 +123,7 @@ a[href="javascript:;"] {
color: #FFF;
font-weight: 700;
text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
border-radius: 2px;
margin: 1px auto;
width: 500px;