mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Fix date picker css in home page
This commit is contained in:
parent
a41558642e
commit
8811fe40da
@ -27,6 +27,9 @@
|
|||||||
#content .elm-datepicker--input {
|
#content .elm-datepicker--input {
|
||||||
@apply dark:bg-bluegray-800 border-gray-400;
|
@apply dark:bg-bluegray-800 border-gray-400;
|
||||||
}
|
}
|
||||||
|
#item-card-list .elm-datepicker--input {
|
||||||
|
@apply dark:bg-bluegray-800 border-gray-400;
|
||||||
|
}
|
||||||
|
|
||||||
.elm-datepicker--container {
|
.elm-datepicker--container {
|
||||||
@apply w-full;
|
@apply w-full;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user