зеркало из https://github.com/mozilla/pjs.git
Do not inherit text-transform into inputs and textareas. Bug 150341,
r=glazman, sr=roc+moz
This commit is contained in:
Родитель
39ed63d1de
Коммит
ae944cb845
|
@ -75,6 +75,7 @@ input {
|
|||
color: -moz-FieldText;
|
||||
font: -moz-field;
|
||||
text-align: start;
|
||||
text-transform: none;
|
||||
vertical-align: text-bottom;
|
||||
cursor: text;
|
||||
-moz-box-sizing: border-box;
|
||||
|
@ -89,6 +90,7 @@ textarea {
|
|||
color: -moz-FieldText;
|
||||
font: medium -moz-fixed;
|
||||
text-align: start;
|
||||
text-transform: none;
|
||||
vertical-align: text-bottom;
|
||||
cursor: text;
|
||||
-moz-box-sizing: border-box;
|
||||
|
|
|
@ -75,6 +75,7 @@ input {
|
|||
color: -moz-FieldText;
|
||||
font: -moz-field;
|
||||
text-align: start;
|
||||
text-transform: none;
|
||||
vertical-align: text-bottom;
|
||||
cursor: text;
|
||||
-moz-box-sizing: border-box;
|
||||
|
@ -89,6 +90,7 @@ textarea {
|
|||
color: -moz-FieldText;
|
||||
font: medium -moz-fixed;
|
||||
text-align: start;
|
||||
text-transform: none;
|
||||
vertical-align: text-bottom;
|
||||
cursor: text;
|
||||
-moz-box-sizing: border-box;
|
||||
|
|
Загрузка…
Ссылка в новой задаче