Files
moodle-auth_outage/styles.css
Adam Riddell 55e7836cfd Add global CSS to hide core maintenance warning
- 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.
2017-07-13 11:29:18 +10:00

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;
}