Afterburner Theme - Moodle 2.3 Custom Menu Bleed Through

Afterburner Theme - Moodle 2.3 Custom Menu Bleed Through

by Janet Smith -
Number of replies: 3

I'm using the Afterburner Theme in Moodle 2.3. I changed the font color of the custom menu to Blue (the menu that appears across the top of the site) and now it is bleeding through when the 'Add a Resource or Activity' pop-up shows up. I'm attaching a screenshot.

Is there a tweak I can make to the menu.css file to fix this so it doesn't show through?

Many thanks in advance!

Attachment Capture.JPG
Average of ratings: -
In reply to Janet Smith

Re: Afterburner Theme - Moodle 2.3 Custom Menu Bleed Through

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Yes try adding this to your Afterburner Custom CSS setting box...

div.moodle-dialogue-base div.yui3-widget{
    z-index: 600!important;
}

In reply to Mary Evans

Re: Afterburner Theme - Moodle 2.3 Custom Menu Bleed Through

by Janet Smith -

Awesome! That worked great. Thank you!!

In reply to Janet Smith

Re: Afterburner Theme - Moodle 2.3 Custom Menu Bleed Through

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi,

There is a CSS rule in Afterburner but it only fixes one specific page, so thanks for reminding me to get that bug fixed in Base theme.

Cheers

Mary