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

git-svn-id: http://svn.automattic.com/wordpress/trunk@20659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2012-04-30 21:45:10 +00:00
parent 23533ab628
commit 7221a98a89
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,