vkurko/calendar

unique classes in views

piotrm73 opened this issue · 4 comments

I have suggestion to give unique classes in views, because now timeGridDay, timeGridWeek and resourceTimeGridWeek all are in '.ec-week' container nad this makes it difficult to customize views in css...
for example I have many resources in resourceTimeGridWeek and I had to change some css there but it spoils the timeGridDay and timeGridWeek views

vkurko commented

Actually, it has already been implemented in v2.1.0. Please check this comment.

vkurko commented

I hope I can close this issue.

ok. I installed latest version and fortunatelly it's working on older nodejs...but I have just one more suggestion about resource view

image

it would be good to separate .toolbar from the rest (.ec-header, .ece-all-day, ec-body) because when it's many resources you must use oferflow:auto or scroll, and it would be good to attach overflow to container with just resources data, and toolbar should not be scrolled then

vkurko commented

Thanks for the suggestion. For a large number of resources, this view would be more suitable. Hope it gets implemented someday.