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:
parent
70ed355a2b
commit
8ead9ca329
@ -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;
|
||||
|
@ -174,6 +174,7 @@ p, li, .feedback {
|
||||
|
||||
#menu input {
|
||||
background: #eee;
|
||||
color: black;
|
||||
border: 1px solid #999;
|
||||
letter-spacing: -0.05em;
|
||||
width: 80%;
|
||||
|
Loading…
Reference in New Issue
Block a user