mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Fourteen: change the background color of author's avatars in comments to black. Props iamtakashi, fixes #25309.
git-svn-id: https://develop.svn.wordpress.org/trunk@25500 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3aa2add766
commit
9c45c7da75
@ -131,7 +131,6 @@ function twentyfourteen_customizer_styles() {
|
||||
input[type="submit"]:focus,
|
||||
.header-extra,
|
||||
.search-toggle,
|
||||
.bypostauthor .avatar,
|
||||
.widget-area button,
|
||||
.widget-area html input[type="button"],
|
||||
.widget-area input[type="reset"],
|
||||
|
||||
@ -1875,7 +1875,7 @@ span > object {
|
||||
height: 1.8rem;
|
||||
}
|
||||
.bypostauthor .avatar {
|
||||
background-color: #24890d;
|
||||
background-color: #000;
|
||||
}
|
||||
.says {
|
||||
display: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user