Do not inherit text-transform into inputs and textareas. Bug 150341,

r=glazman, sr=roc+moz
This commit is contained in:
bzbarsky%mit.edu 2002-08-31 04:38:57 +00:00
Родитель 39ed63d1de
Коммит ae944cb845
2 изменённых файлов: 4 добавлений и 0 удалений

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

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