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:
Damyon Wiese 2014-02-26 14:07:07 +08:00
parent 309ae8921f
commit 2fda38c2ab

View File

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