Skip to content

Commit

Permalink
Set foreground color to #000 for form inputs. Props helenyhou, convis…
Browse files Browse the repository at this point in the history
…sor. fixes #19923

git-svn-id: http://svn.automattic.com/wordpress/trunk@20659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Apr 30, 2012
1 parent 23533ab commit 7221a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions wp-admin/css/colors-classic.dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ input[type="url"],
select {
border-color: #dfdfdf;
background-color: #fff;
color: #000;
}

kbd,
Expand Down
1 change: 1 addition & 0 deletions wp-admin/css/colors-fresh.dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ input[type="url"],
select {
border-color: #dfdfdf;
background-color: #fff;
color: #000;
}

textarea:focus,
Expand Down

0 comments on commit 7221a98

Please sign in to comment.