MDL-41506 theme_bootstrapbase: Implement highlight class

This commit is contained in:
Frederic Massart 2014-01-14 11:19:43 +01:00
parent 12efa52762
commit 810a3da133
2 changed files with 4 additions and 1 deletions

View File

@ -114,6 +114,9 @@ a.dimmed_text:visited,
.notifysuccess {
color: @successText;
}
.highlight {
background: @infoBackground;
}
.reportlink {
text-align: right;
}

File diff suppressed because one or more lines are too long