Calendar pop-up menu color changes

Calendar pop-up menu color changes

by Pat Headen -
Number of replies: 4

I've made color changes in the user_styles css files of the Chameleon theme.  At this time only Global events have been added but the calendar pop-up menu is only partially visible.  Where can I make changes to fix this problem?  A screen shot is attached.

Attachment calpopup.jpg
Average of ratings: -
In reply to Pat Headen

Re: Calendar pop-up menu color changes

by Mauno Korpelainen -

You must have made some other changes too (written some extra signs or taken off something). Could you attach your user_styles.css? It is much easier to find a solution if that css can be seen?

In reply to Pat Headen

Re: Calendar pop-up menu color changes

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hi Pat,

This looks like a "transparency" problem. Try this: in the user_styles.css file of your chameleon theme folder, put the following. You can change the background-color to something else than white, of course.

table.cal_popup_bg {
 background-color: white;
}

Joseph

In reply to Joseph Rézeau

Re: Calendar pop-up menu color changes

by Mauno Korpelainen -

That works!

You are a genius,

Joseph!

(I did not have any clue that those lines in the middle were popup...although Pat told it)

In reply to Joseph Rézeau

Re: Calendar pop-up menu color changes

by Pat Headen -

Thanks Joseph...It works and white is just fine : )

I knew it was a transparency issue but figured I just couldn't 'see' the appropriate style to edit. 

Pat