mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fixed line-height for input and textarea + use correct font
* [fix] Input line height and styling * [new] Input line height ref test * [fix] Test for input in manifest * Updated CSS tests with new expected failures.
This commit is contained in:
parent
990dd72da7
commit
adf68626bd
6 changed files with 55 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
input { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; white-space: nowrap; text-align: left; }
|
||||
textarea { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; white-space: pre; }
|
||||
input { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; font-family: sans-serif; font-size: 0.7em; white-space: nowrap; text-align: left; line-height: 1.8; }
|
||||
textarea { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; font-family: sans-serif; font-size: 0.7em; white-space: pre; }
|
||||
input::selection,
|
||||
textarea::selection { background: rgba(176, 214, 255, 1.0); color: black; }
|
||||
button,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue