diff options
-rw-r--r-- | resources/servo.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/servo.css b/resources/servo.css index 5f0bcdf695f..3f4569688b5 100644 --- a/resources/servo.css +++ b/resources/servo.css @@ -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"], |