mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
.flatpickr-current-month .numInputWrapper{
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
/*overrides above for disabled et2-box*/
|
/*overrides above for disabled et2-box*/
|
||||||
#calendar-sidebox_cat_id ~ et2-box[disabled]{
|
#calendar-sidebox_cat_id ~ et2-box[disabled]{
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
.flatpickr-current-month .numInputWrapper {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
/*overrides above for disabled et2-box*/
|
/*overrides above for disabled et2-box*/
|
||||||
#calendar-sidebox_cat_id ~ et2-box[disabled] {
|
#calendar-sidebox_cat_id ~ et2-box[disabled] {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user