Read the statement by Michael Teeuw here.
Config for a simple clean montly calendar
-
@mlcampbe
Hey. Last days i created my calendar with your helpfull custom.css.Do You know the Code for changing the height of the Event-Bar?
I need it a little bit smaller.Thank You.
-
@Clubjack
I am not quite sure what you mean by the Event-Bar. Is that the height of a row or title size or what exactly are you talking about? I no longer use the calendar as my needs were only for about 1 years time but might be able to help if you can tell me exactly what part you need to modify. -
@mlcampbe
Thank You. But i found it myself. ππΌBut i have another queetion.
I use the calendar in week-View.
The Today-Header has an other Color. Thats good.
But is it possible to change the background-Color of the Today Slot too?
So it is easier to see the actual day. -
I believe one of these should probably work:
.CX2 .today .slotHeader {
background: rgba(64,64,64,0.8);
color: #000;
}.CX2 .today .slotHeader .slotTitle {
color: #FFF;
}.CX2 .today .slotContent {
background: #eeeeee69;
#border: 1px solid white;
} -
@mlcampbe
Thanks a lot.
The last Code was the right. ππΌππΌππΌππΌ -
@Piranha1605 Very nice. What does the config look like?
-
is there any suggestion fpr CalendarExt3?
https://github.com/MMRIZE/MMM-CalendarExt3