Skip to content

Commit

Permalink
MDL-32380 theme_formal_white: just a new style class for wrong config…
Browse files Browse the repository at this point in the history
… parameters
  • Loading branch information
Kordan committed May 21, 2012
1 parent 71d7bc3 commit e201eff
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions theme/formal_white/style/formal_white.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,13 @@ p {margin:0}
#page-enrol-instances .select.menujump {margin-left:0.5em;}

/* environmenttable */
.environmenttable .error {
background-color: red;
}

.environmenttable .warn {
background-color: yellow;
}

.environmenttable .ok {
background-color: lime;
}
.environmenttable .error {background-color:red;}
.environmenttable .warn {background-color:yellow;}
.environmenttable .ok {background-color:lime;}

/* adminsettings */
#adminsettings .form-overridden {
background-color: yellow;
}
#adminsettings .form-overridden {background-color:yellow;}
#adminsettings .form-warning {color:red;}

/* tables */
.editcourse th,
Expand Down

0 comments on commit e201eff

Please sign in to comment.