Make input text color change to black when selected

This commit is contained in:
David Rowe 2016-03-31 12:32:36 +13:00
parent ba43843340
commit 4189f46156

View file

@ -201,6 +201,7 @@ input:focus, textarea:focus {
}
input::selection, textarea::selection {
color: #000000;
background-color: #00b4ef;
}
@ -810,6 +811,7 @@ textarea:enabled[scrolling="true"]::-webkit-resizer {
}
#property-id::selection {
color: #000000;
background-color: #00b4ef;
}