Set foreground color to #000 for form inputs. Props helenyhou, convissor. fixes #19923

git-svn-id: https://develop.svn.wordpress.org/trunk@20659 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-04-30 21:45:10 +00:00
parent 00d6e93374
commit 5891008f9e
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ input[type="url"],
select {
border-color: #dfdfdf;
background-color: #fff;
color: #000;
}
kbd,

View File

@ -40,6 +40,7 @@ input[type="url"],
select {
border-color: #dfdfdf;
background-color: #fff;
color: #000;
}
textarea:focus,