mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Set a default ::selection style
This commit is contained in:
parent
ed9c64e827
commit
53250b3827
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
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; }
|
||||
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::selection,
|
||||
textarea::selection { background: rgba(176, 214, 255, 1.0); color: black; }
|
||||
button,
|
||||
input[type="button"],
|
||||
input[type="submit"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue