Use native date pickers across admin forms

This commit is contained in:
2026-06-05 11:53:16 +08:00
parent 896395b84a
commit 17dc587555
3 changed files with 45 additions and 4 deletions
+14
View File
@@ -10,3 +10,17 @@
* {
font-family: 'DingTalk', sans-serif !important;
}
.native-date-input {
color-scheme: light;
}
.dark .native-date-input {
color-scheme: dark;
}
.native-date-input::-webkit-calendar-picker-indicator {
cursor: pointer;
min-height: 2.75rem;
min-width: 2.75rem;
}