we set a background color for input tags, but no text color :(

git-svn-id: http://svn.automattic.com/wordpress/trunk@843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi 2004-02-06 21:22:35 +00:00
parent 2d31de1484
commit ddaa35390d
2 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,7 @@ p, dl, dd, dt {
textarea, input, select {
background: #f4f4f4;
color: black;
border: 1px solid #cacaca;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 1px;

View File

@ -174,6 +174,7 @@ p, li, .feedback {
#menu input {
background: #eee;
color: black;
border: 1px solid #999;
letter-spacing: -0.05em;
width: 80%;