mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Fix date field background for sidebar and main content
This commit is contained in:
parent
6696aba481
commit
eaccb60732
@ -18,7 +18,14 @@
|
||||
}
|
||||
|
||||
.elm-datepicker--input {
|
||||
@apply pl-10 placeholder-gray-400 bg-blue-50 dark:text-bluegray-200 dark:bg-bluegray-700 dark:border-bluegray-500 border-gray-500 rounded w-full;
|
||||
@apply pl-10 rounded w-full placeholder-gray-400 dark:text-bluegray-200 dark:border-bluegray-500;
|
||||
}
|
||||
#sidebar .elm-datepicker--input {
|
||||
@apply dark:bg-bluegray-700 border-gray-500 bg-blue-50;
|
||||
}
|
||||
|
||||
#content .elm-datepicker--input {
|
||||
@apply dark:bg-bluegray-800 border-gray-400;
|
||||
}
|
||||
|
||||
.elm-datepicker--container {
|
||||
|
Loading…
x
Reference in New Issue
Block a user