i have installed the module...its great...although have a minor issue i just cant resolve
when altering the event.css i managed to change all the necessary colors other than the purple shaded cell that denotes the first day of the month in the calendar
i have tried altering 'event-calendar td.selected' but this doesnt change it...is it hard coded somewhere?
using Moodle developer toolbar, when i hover over the cell, the latter part of the path is (if the date is Tues, May 1):
>td # may1.may tue selected > div.event-empty
.. i expect it something to do with the "td # may1.may tue selected " part of the path, which is why i changed 'event-calendar td.selected', but im just having no luck....i even found the hex of the color which is 9999ff, so did a 'find' in the css, but that couldnt find it either
how do you change the color of the cell that represents the first day of the month? im baffled
any help very appreciated
Comments
Comment #1
SaxxIng commentedFirst day OR today?
For today is line 63: .event-calendar td.today (but the color is #ff9999, not #9999ff)
Saxx
Comment #2
djax80 commentedhi
thanks for your reply
no it wasnt that.....my fault....it did turn out to be event.calendar td.selected after all...the problem was me ...i was using the shortened #fff hex version...when i tried #ffffff in full it changed the background of the cell to white
thank you for trying to help though...much appreciated
djax
Comment #3
killes@www.drop.org commentedseems fixed
Comment #4
(not verified) commented