MDL-45380 theme_bootstrapbase: Restore config override highlight

This commit is contained in:
Frederic Massart 2014-05-12 15:42:17 +08:00
parent 730d717183
commit 2c47e5005b
2 changed files with 6 additions and 1 deletions

View File

@ -773,3 +773,8 @@ img.iconsmall {
border: 2px solid @warningBorder;
}
}
#adminsettings .form-overridden {
color: @infoText;
background-color: @infoBackground;
}

File diff suppressed because one or more lines are too long