Setting up some special NavQuirks rules for input type=text

part of the checkin for 44656 making the NavQuirks font moz-fixed
b=25580 r=kmcclusk


git-svn-id: svn://10.0.0.236/trunk@75582 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
2000-08-04 12:49:16 +00:00
parent 5070ddccdf
commit e8c4114f94
2 changed files with 22 additions and 0 deletions

View File

@@ -69,3 +69,14 @@ li > ol:first-node {
padding-top: 1em;
}
/* text input */
input[type="text"] {
font-family:-moz-fixed;
border-width: 2px !important;
border-width: inset !important;
border-color: rgb(204, 204, 204);
padding-top: 1px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

View File

@@ -69,3 +69,14 @@ li > ol:first-node {
padding-top: 1em;
}
/* text input */
input[type="text"] {
font-family:-moz-fixed;
border-width: 2px !important;
border-width: inset !important;
border-color: rgb(204, 204, 204);
padding-top: 1px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}