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 {
|
textarea, input, select {
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
|
color: black;
|
||||||
border: 1px solid #cacaca;
|
border: 1px solid #cacaca;
|
||||||
font-family: Georgia, "Times New Roman", Times, serif;
|
font-family: Georgia, "Times New Roman", Times, serif;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
|
|
|
@ -174,6 +174,7 @@ p, li, .feedback {
|
||||||
|
|
||||||
#menu input {
|
#menu input {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
|
color: black;
|
||||||
border: 1px solid #999;
|
border: 1px solid #999;
|
||||||
letter-spacing: -0.05em;
|
letter-spacing: -0.05em;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
|
Loading…
Reference in New Issue