Set a default ::selection style

This commit is contained in:
Matt Brubeck 2016-03-30 18:05:34 -07:00
parent ed9c64e827
commit 53250b3827

View file

@ -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"],