mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Fix text and link colors in submit box. Props ffemtcj. fixes #5778
git-svn-id: https://develop.svn.wordpress.org/trunk@6906 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -140,6 +140,10 @@ form#upload #post_content {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.submit a{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.unapproved {
|
||||
color: #888;
|
||||
}
|
||||
@@ -1081,6 +1085,7 @@ html, body {
|
||||
.submitbox .submit {
|
||||
text-align: left;
|
||||
background-color: #464646;
|
||||
color: #fff;
|
||||
padding: 15px 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user