mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
grunt
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user