1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00
This commit is contained in:
Mark Otto
2016-08-01 20:26:06 -07:00
parent f41c4f6ef1
commit 8e4f3fe7b9
10 changed files with 298 additions and 15 deletions

View File

@@ -5730,10 +5730,6 @@ button.close {
}
}
.bg-inverse {
background-color: #373a3c;
}
.bg-faded {
background-color: #f7f7f9;
}
@@ -5783,6 +5779,15 @@ a.bg-danger:focus, a.bg-danger:hover {
background-color: #c9302c !important;
}
.bg-inverse {
color: #fff !important;
background-color: #373a3c !important;
}
a.bg-inverse:focus, a.bg-inverse:hover {
background-color: #1f2021 !important;
}
.clearfix::after {
content: "";
display: table;