I just started to experiment how to use CSS in styling my moodle theme. I would like to share with you the css code on how to change the colour of the popup event when you rollover over a particular date.
.cal_popup_caption
{background-color:#7DBD00; font-size:0.8em;} /*Change the Header's color*/
.cal_popup_fg {
font-size:0.8em;
background-color:#FFFFFF; /*Change the content's background colour*/
}
I have attached the image of the above code would to the pop-up.
Hope this would be useful for other beginners who are customizing their own theme.
Thanks.
