Twenty Eleven: Custom shadows for comment avatars in the dark color scheme, props iandstewart, fixes #18930
git-svn-id: https://develop.svn.wordpress.org/trunk@19347 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4ded511eff
commit
74006f881c
@ -458,6 +458,11 @@ section.recent-posts .other-recent-posts .comments-link a:hover {
|
||||
.comment-meta {
|
||||
color: #999;
|
||||
}
|
||||
.commentlist .avatar {
|
||||
-webkit-box-shadow: 0 1px 2px #222;
|
||||
-moz-box-shadow: 0 1px 2px #222;
|
||||
box-shadow: 0 1px 2px #222;
|
||||
}
|
||||
a.comment-reply-link {
|
||||
background: #242424;
|
||||
color: #bbb;
|
||||
|
Loading…
Reference in New Issue
Block a user