styles.css overwrites Moodle's CSS
alex-rowe opened this issue · 1 comments
alex-rowe commented
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