Answers for "how i change the selected combo color"

1

How to change selection color

::selection{
	background-color: red;
    color: white;
}
Posted by: Guest on February-20-2021

Code answers related to "how i change the selected combo color"

Browse Popular Code Answers by Language