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

git-svn-id: https://develop.svn.wordpress.org/trunk@843 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
michelvaldrighi 2004-02-06 21:22:35 +00:00
parent 70ed355a2b
commit 8ead9ca329
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%;