mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
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.
This commit is contained in:
8
styles.css
Normal file
8
styles.css
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Globally supress core Moodle maintenance warning message.
|
||||
*
|
||||
* Note that this can be explicitly overridden by themes.
|
||||
*/
|
||||
.box.moodle-has-zindex.maintenancewarning {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user