Fix overlapping calendar icons on Firefox

This commit is contained in:
Kalle 2026-01-06 07:50:47 +02:00
parent 94bc0fc199
commit 62e5c41d74

View File

@ -342,6 +342,16 @@ select {
opacity: 0;
}
@-moz-document url-prefix() {
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
background-image: none;
}
}
input[type="color"]::-webkit-color-swatch-wrapper {
padding: calc(var(--input-height) / 8) 0;
}