Fix text and link colors in submit box. Props ffemtcj. fixes #5778
git-svn-id: http://svn.automattic.com/wordpress/trunk@6906 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
63f8aaa1ec
commit
f2c3aac262
|
@ -140,6 +140,10 @@ form#upload #post_content {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.submit a{
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.unapproved {
|
.unapproved {
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
@ -1081,6 +1085,7 @@ html, body {
|
||||||
.submitbox .submit {
|
.submitbox .submit {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: #464646;
|
background-color: #464646;
|
||||||
|
color: #fff;
|
||||||
padding: 15px 10px;
|
padding: 15px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue