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
This commit is contained in:
rods%netscape.com 2000-08-04 12:49:16 +00:00
Родитель eb27847005
Коммит 4ce4892490
2 изменённых файлов: 22 добавлений и 0 удалений

Просмотреть файл

@ -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;
}

Просмотреть файл

@ -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;
}