added border-box and font-family to the default "input"

removed extra background-color for select
r=kmcclusk b 17303
This commit is contained in:
rods%netscape.com 2000-01-12 15:35:10 +00:00
parent 447398d394
commit 6ef251973e
2 changed files with 6 additions and 2 deletions

View File

@ -458,7 +458,10 @@ input {
border: 2px inset rgb(204, 204, 204); border: 2px inset rgb(204, 204, 204);
color: black; color: black;
background-color: white; background-color: white;
box-sizing: border-box;
font-family:-moz-fixed;
} }
input[type=hidden] { input[type=hidden] {
border: none; border: none;
visibility: collapse; visibility: collapse;
@ -974,7 +977,6 @@ select, select[size="1"] {
padding-bottom: 0px; padding-bottom: 0px;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
vertical-align: bottom; vertical-align: bottom;
background-color:rgb(204, 204, 204);
color:black; color:black;
white-space:nowrap; white-space:nowrap;
text-align: left; text-align: left;

View File

@ -458,7 +458,10 @@ input {
border: 2px inset rgb(204, 204, 204); border: 2px inset rgb(204, 204, 204);
color: black; color: black;
background-color: white; background-color: white;
box-sizing: border-box;
font-family:-moz-fixed;
} }
input[type=hidden] { input[type=hidden] {
border: none; border: none;
visibility: collapse; visibility: collapse;
@ -974,7 +977,6 @@ select, select[size="1"] {
padding-bottom: 0px; padding-bottom: 0px;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
vertical-align: bottom; vertical-align: bottom;
background-color:rgb(204, 204, 204);
color:black; color:black;
white-space:nowrap; white-space:nowrap;
text-align: left; text-align: left;