mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
MDL-44139 Themes: Add default definitions for .adminwarning and .adminerror to base
These were missing from base, but were defined in standard and canvas, which 99% of old themes inherit from. But they are critical for the proper display of moodle and should at least have a default definition in all themes (e.g. afterburner only inherits from base). This background color has been tested for contrast accessibility.
This commit is contained in:
parent
309ae8921f
commit
2fda38c2ab
@ -134,6 +134,8 @@
|
||||
#page-admin-roles-override .overridenotice,
|
||||
#page-admin-roles-define .definenotice {margin: 1em 10% 2em 10%;text-align: left;}
|
||||
|
||||
#page-admin-index .adminerror,
|
||||
#page-admin-index .adminwarning {background-color:#ffd3d9 }
|
||||
#page-admin-index .adminerror .singlebutton,
|
||||
#page-admin-index .adminwarning .singlebutton,
|
||||
#page-admin-index #layout-table .singlebutton {margin:20px;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user