fix calendar side menu flatpickr year color to match month color

This commit is contained in:
milan 2024-11-08 12:06:06 +01:00
parent b287d54149
commit 4a1af18783
2 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,9 @@
border: none;
box-shadow: none;
}
.flatpickr-current-month .numInputWrapper{
color: inherit;
}
/*overrides above for disabled et2-box*/
#calendar-sidebox_cat_id ~ et2-box[disabled]{

View File

@ -85,6 +85,9 @@
border: none;
box-shadow: none;
}
.flatpickr-current-month .numInputWrapper {
color: inherit;
}
/*overrides above for disabled et2-box*/
#calendar-sidebox_cat_id ~ et2-box[disabled] {
display: none;