mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
- The core maintenance mode message is redundant and appears
in some circumstances that are undesirable - e.g. inside
active SCORM activities or prior to the defined warning
message period.
9 lines
195 B
CSS
9 lines
195 B
CSS
/**
|
|
* Globally supress core Moodle maintenance warning message.
|
|
*
|
|
* Note that this can be explicitly overridden by themes.
|
|
*/
|
|
.box.moodle-has-zindex.maintenancewarning {
|
|
display: none;
|
|
}
|