mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-32380 theme_formal_white: just a new style class for wrong config parameters
This commit is contained in:
parent
71d7bc34a8
commit
e201eff9cc
@ -71,22 +71,13 @@ p {margin:0}
|
|||||||
#page-enrol-instances .select.menujump {margin-left:0.5em;}
|
#page-enrol-instances .select.menujump {margin-left:0.5em;}
|
||||||
|
|
||||||
/* environmenttable */
|
/* environmenttable */
|
||||||
.environmenttable .error {
|
.environmenttable .error {background-color:red;}
|
||||||
background-color: red;
|
.environmenttable .warn {background-color:yellow;}
|
||||||
}
|
.environmenttable .ok {background-color:lime;}
|
||||||
|
|
||||||
.environmenttable .warn {
|
|
||||||
background-color: yellow;
|
|
||||||
}
|
|
||||||
|
|
||||||
.environmenttable .ok {
|
|
||||||
background-color: lime;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* adminsettings */
|
/* adminsettings */
|
||||||
#adminsettings .form-overridden {
|
#adminsettings .form-overridden {background-color:yellow;}
|
||||||
background-color: yellow;
|
#adminsettings .form-warning {color:red;}
|
||||||
}
|
|
||||||
|
|
||||||
/* tables */
|
/* tables */
|
||||||
.editcourse th,
|
.editcourse th,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user