2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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
+4 -4
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;
}