2
0
mirror of https://github.com/frappe/books.git synced 2025-02-13 01:18:37 +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'); background-color: theme('colors.gray.900');
} }
input[type='number']::-webkit-inner-spin-button { html.dark input[type='date']::-webkit-calendar-picker-indicator {
appearance: none; background-color: transparent;
color-scheme: dark;
} }
input[type='date']::-webkit-calendar-picker-indicator { input[type='number']::-webkit-inner-spin-button {
background-color: theme('colors.gray.900'); appearance: none;
} }
.window-drag { .window-drag {