openequella / moodle-mod_openEQUELLA

Moodle module for integration with openEQUELLA
https://openequella.github.io/moodle-mod_openEQUELLA/
GNU General Public License v3.0
6 stars 16 forks source link

styles.css overwrites Moodle's CSS #10

Closed alex-rowe closed 11 years ago

alex-rowe commented 11 years ago

This setting to make the background an opaque blue color:

.yui3-skin-sam .yui3-widget-mask {
    background-color: #223460;
    opacity: 0.9;
}

Currently overwrites the CSS for Moodle and makes all Yui3 modal pop ups have that colour background. Might be worth looking at a specific Equella ID or class or removing it and using Moodle's.

Thanks Alex

dcai commented 11 years ago

Hi @agrowe, thanks for report, this issue has been fixed :-)