mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
swap last .btn-dark reference
This commit is contained in:
Binary file not shown.
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -1832,7 +1832,7 @@ table .span12 {
|
|||||||
.btn-danger.active,
|
.btn-danger.active,
|
||||||
.btn-success.active,
|
.btn-success.active,
|
||||||
.btn-info.active,
|
.btn-info.active,
|
||||||
.btn-dark.active {
|
.btn-inverse.active {
|
||||||
color: rgba(255, 255, 255, 0.75);
|
color: rgba(255, 255, 255, 0.75);
|
||||||
}
|
}
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
|
@@ -126,7 +126,7 @@
|
|||||||
.btn-danger.active,
|
.btn-danger.active,
|
||||||
.btn-success.active,
|
.btn-success.active,
|
||||||
.btn-info.active,
|
.btn-info.active,
|
||||||
.btn-dark.active {
|
.btn-inverse.active {
|
||||||
color: rgba(255,255,255,.75);
|
color: rgba(255,255,255,.75);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user