fix the color input styles on chrome
parent
61c456eceb
commit
e43184ab49
|
@ -359,10 +359,19 @@ button.small-button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="color"]::-moz-color-swatch,
|
input[type="color"]::-moz-color-swatch {
|
||||||
input[type="color"]::-webkit-color-swatch,
|
border: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="color"]::-webkit-color-swatch {
|
||||||
|
border: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="color"]::-webkit-color-swatch-wrapper {
|
input[type="color"]::-webkit-color-swatch-wrapper {
|
||||||
/* This *should* be working in Chrome, but it doesn't for reasons that are beyond me. */
|
|
||||||
border: none;
|
border: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue