mirror of
https://github.com/frappe/books.git
synced 2024-12-22 10:58:59 +00:00
fix: update date input calendar icon color
This commit is contained in:
parent
657c1e8423
commit
e79b75da80
@ -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…
Reference in New Issue
Block a user