Answers for "input color custom"

CSS
0

input color custom

input[type="color"] {
	-webkit-appearance: none;
	border: none;
	width: 32px;
	height: 32px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
}
Posted by: Guest on October-13-2020
1

css color of input

input{
  background-color: white; /*The color of your choice here*/
}
Posted by: Guest on November-29-2020

Browse Popular Code Answers by Language