Twenty Eleven: Custom shadows for comment avatars in the dark color scheme, props iandstewart, fixes #18930
git-svn-id: http://svn.automattic.com/wordpress/trunk@19347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
78341014f3
commit
7fe6db8931
|
@ -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