mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
13345-Fix datepicker styles dark theme
This commit is contained in:
parent
376c94a015
commit
4a8d7ec585
@ -1935,3 +1935,12 @@ div.events-refresh-pure {
|
||||
#tree-controller-recipient .tree-node:last-of-type > .leaf-icon {
|
||||
background-image: url(../../images/tree/corner@tree-dark.svg);
|
||||
}
|
||||
|
||||
/* Datepicker */
|
||||
#ui-datepicker-div .ui-datepicker-header,
|
||||
#ui-datepicker-div .ui-datepicker-header select option,
|
||||
.ui-datepicker-calendar th,
|
||||
.ui-datepicker-calendar th * {
|
||||
background-color: var(--secondary-color);
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user