Answers for "formtextfield input border color"

CSS
1

change input border color when selected

input:focus {
	outline: none;
  	border: 1px solid red;
}
Posted by: Guest on February-05-2021
0

html input type colour internal border

input::-webkit-color-swatch {
    border: none;
}
Posted by: Guest on March-26-2021

Code answers related to "formtextfield input border color"

Browse Popular Code Answers by Language