mirror of
https://github.com/servo/servo.git
synced 2025-06-04 07:35:36 +00:00
Don't inherit text-transform on input elements
This commit is contained in:
parent
caada0fb33
commit
227bdfaeb2
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ table:matches(
|
|||
|
||||
input, select, option, optgroup, button, textarea, keygen {
|
||||
text-indent: initial;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
textarea { white-space: pre-wrap; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue