зеркало из https://github.com/mozilla/gecko-dev.git
added textarea with -moz-fixed so it has the proper default font in quirks mode
b=44656 r=kmcclusk
This commit is contained in:
Родитель
054af17366
Коммит
97e073283f
|
@ -80,3 +80,8 @@ input[type="text"] {
|
|||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
/* text input */
|
||||
textarea {
|
||||
font-family:-moz-fixed;
|
||||
}
|
||||
|
|
|
@ -80,3 +80,8 @@ input[type="text"] {
|
|||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
/* text input */
|
||||
textarea {
|
||||
font-family:-moz-fixed;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче