diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index b8f1057d74..6a8dde1ede 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c3e0c00539..105dfa401e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1832,7 +1832,7 @@ table .span12 { .btn-danger.active, .btn-success.active, .btn-info.active, -.btn-dark.active { +.btn-inverse.active { color: rgba(255, 255, 255, 0.75); } .btn-primary { diff --git a/less/buttons.less b/less/buttons.less index 55e9fbf1c1..7b29f22bb2 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -126,7 +126,7 @@ .btn-danger.active, .btn-success.active, .btn-info.active, -.btn-dark.active { +.btn-inverse.active { color: rgba(255,255,255,.75); }