dmuneras / moodle-theme_archaius

Moodle theme
5 stars 9 forks source link

Archaius calendar block - dates do not hightlight #24

Closed roybentley closed 9 years ago

roybentley commented 9 years ago

I cannot find a way of making events I have creates in 'upcoming events' show as highlights on the calendar. If I change my theme to something else I can then see the highlights, so the problem may be with Archaius. Calendar functionality is of crucial importance to schools, so I would value your help here.

dmuneras commented 9 years ago

screen shot 2014-09-25 at 9 21 10 am

If you add this in custom CSS they will be highlighted

screen shot 2014-09-25 at 9 22 48 am

dmuneras commented 9 years ago

This is the hexcode of the color Moodle use by default: #DCE7EC

dmuneras commented 9 years ago

Hi Again,

This is a better solution:

screen shot 2014-09-25 at 9 29 34 am

screen shot 2014-09-25 at 9 29 50 am

Code:

.day.hasevent.calendar_event_global{background-color: #D6F8CD;}

.day.hasevent.calendar_event_user{background-color:#DCE7EC;}

.day.hasevent.calendar_event_course{background-color: #FFD3BD;}

.day.hasevent{background-color:#D5FC87;}

roybentley commented 9 years ago

Thank you very much for sorting out the Moodle calendar issue so quickly. I am really grateful.

dmuneras commented 9 years ago

You welcome,

And thank you for reporting the issue.

If you have time, could you answer this short survey? https://docs.google.com/forms/d/1Q_jXA_rPq0nGbHLn8mSsAA37dnD_A254S712reczFm0/viewform

Best regards, Daniel.