зеркало из https://github.com/mozilla/pjs.git
Bug 386759. Text inputs should use text-rendering:optimizeLegibility
This commit is contained in:
Родитель
b63ae34a65
Коммит
6b452a11c8
|
@ -84,6 +84,7 @@ input {
|
|||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
font: -moz-field;
|
||||
text-rendering: optimizeLegibility;
|
||||
line-height: normal !important;
|
||||
text-align: start;
|
||||
text-transform: none;
|
||||
|
@ -105,6 +106,7 @@ textarea {
|
|||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
font: medium -moz-fixed;
|
||||
text-rendering: optimizeLegibility;
|
||||
text-align: start;
|
||||
text-transform: none;
|
||||
word-spacing: normal;
|
||||
|
|
Загрузка…
Ссылка в новой задаче