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:
commit
266f11574d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user