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