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