Twenty Fourteen: change the background color of author's avatars in comments to black. Props iamtakashi, fixes #25309.
Built from https://develop.svn.wordpress.org/trunk@25500 git-svn-id: http://core.svn.wordpress.org/trunk@25421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
38fdaaa12b
commit
ffacf38c4c
|
@ -131,7 +131,6 @@ function twentyfourteen_customizer_styles() {
|
||||||
input[type="submit"]:focus,
|
input[type="submit"]:focus,
|
||||||
.header-extra,
|
.header-extra,
|
||||||
.search-toggle,
|
.search-toggle,
|
||||||
.bypostauthor .avatar,
|
|
||||||
.widget-area button,
|
.widget-area button,
|
||||||
.widget-area html input[type="button"],
|
.widget-area html input[type="button"],
|
||||||
.widget-area input[type="reset"],
|
.widget-area input[type="reset"],
|
||||||
|
|
|
@ -1875,7 +1875,7 @@ span > object {
|
||||||
height: 1.8rem;
|
height: 1.8rem;
|
||||||
}
|
}
|
||||||
.bypostauthor .avatar {
|
.bypostauthor .avatar {
|
||||||
background-color: #24890d;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
.says {
|
.says {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue