Use native date pickers across admin forms
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user