mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
Fix overlapping calendar icons on Firefox
This commit is contained in:
parent
94bc0fc199
commit
62e5c41d74
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user