Don't inherit text-transform on input elements

This commit is contained in:
Manish Goregaokar 2016-05-24 17:00:28 +05:30
parent caada0fb33
commit 227bdfaeb2
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98

View file

@ -252,6 +252,7 @@ table:matches(
input, select, option, optgroup, button, textarea, keygen {
text-indent: initial;
text-transform: none;
}
textarea { white-space: pre-wrap; }