mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
fix calendar side menu flatpickr year color to match month color
This commit is contained in:
parent
b287d54149
commit
4a1af18783
@ -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