mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +01:00
fix calendar side menu flatpickr year color to match month color
This commit is contained in:
parent
03415c22bb
commit
3c3d25c72a
@ -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]{
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user