2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 02:49:03 +00:00

Merge pull request #1044 from AbleKSaju/fix-date

fix: dark mode support for date input calendar
This commit is contained in:
Akshay 2024-12-10 09:31:35 +05:30 committed by GitHub
commit 266f11574d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,9 @@ html {
}
html.dark {
color: theme('colors.white');
color: theme('colors.black');
background-color: theme('colors.gray.900');
color-scheme: dark;
}
html.dark input[type='date']::-webkit-calendar-picker-indicator {