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

removed extra background-color for select
r=kmcclusk b 17303


git-svn-id: svn://10.0.0.236/trunk@57548 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 2000-01-12 15:35:10 +00:00
parent 20576d40ef
commit f9c33eabfc
2 changed files with 6 additions and 2 deletions

View File

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

View File

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