2
0
mirror of https://github.com/frappe/books.git synced 2025-02-02 12:08:27 +00:00

Merge pull request #984 from AbleKSaju/fix-date

fix: update date input calendar icon
This commit is contained in:
Akshay 2024-10-22 16:12:32 +05:30 committed by GitHub
commit d7aeaeb50e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,12 +29,13 @@ html.dark {
background-color: theme('colors.gray.900');
}
input[type='number']::-webkit-inner-spin-button {
appearance: none;
html.dark input[type='date']::-webkit-calendar-picker-indicator {
background-color: transparent;
color-scheme: dark;
}
input[type='date']::-webkit-calendar-picker-indicator {
background-color: theme('colors.gray.900');
input[type='number']::-webkit-inner-spin-button {
appearance: none;
}
.window-drag {