Lighten foreground color for inputs to match the standard body text. Also lighten several other instances of pure black. props helenyhou, fixes #19923.

git-svn-id: https://develop.svn.wordpress.org/trunk@20748 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-05-09 03:25:22 +00:00
parent 548960fe58
commit 36ec8ea7d0
2 changed files with 10 additions and 3 deletions
+4
View File
@@ -45,6 +45,10 @@ input[type="url"],
select {
border-color: #dfdfdf;
background-color: #fff;
color: #333;
}
select {
color: #000;
}