зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
eb27847005
Коммит
4ce4892490
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче