From 0a83df22816d350bff00e76681467b47ab2a9c04 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 30 Mar 2016 19:25:45 +1300 Subject: [PATCH] Fix textarea selection highlight --- examples/html/edit-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/html/edit-style.css b/examples/html/edit-style.css index 9da1b5d47c..6d4235091c 100644 --- a/examples/html/edit-style.css +++ b/examples/html/edit-style.css @@ -196,7 +196,7 @@ input:focus, textarea:focus { outline-offset: -1px; } -input::selection { +input::selection, textarea::selection { background-color: #00b4ef; }