Change important badges/labels to danger

This commit is contained in:
Mark Otto
2012-11-15 09:17:11 -08:00
parent a43bf14ea5
commit fa1c130552
4 changed files with 14 additions and 14 deletions

View File

@@ -4926,13 +4926,13 @@ a.badge:hover {
cursor: pointer;
}
.label-important,
.badge-important {
.label-danger,
.badge-danger {
background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
.label-danger[href],
.badge-danger[href] {
background-color: #953b39;
}