Fix textarea selection highlight

This commit is contained in:
David Rowe 2016-03-30 19:25:45 +13:00
parent db72e3efbb
commit 0a83df2281

View file

@ -196,7 +196,7 @@ input:focus, textarea:focus {
outline-offset: -1px;
}
input::selection {
input::selection, textarea::selection {
background-color: #00b4ef;
}