From 6ef251973ebad0b1ec2ccc82735a895f9fb671ce Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Wed, 12 Jan 2000 15:35:10 +0000 Subject: [PATCH] added border-box and font-family to the default "input" removed extra background-color for select r=kmcclusk b 17303 --- layout/html/document/src/html.css | 4 +++- layout/style/html.css | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/layout/html/document/src/html.css b/layout/html/document/src/html.css index bed22feb49e2..a049f25d5bdd 100644 --- a/layout/html/document/src/html.css +++ b/layout/html/document/src/html.css @@ -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; diff --git a/layout/style/html.css b/layout/style/html.css index bed22feb49e2..a049f25d5bdd 100644 --- a/layout/style/html.css +++ b/layout/style/html.css @@ -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;