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:
parent
2d31de1484
commit
ddaa35390d
|
@ -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