mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 02:24:19 +02:00
run make on last commit
This commit is contained in:
12
docs/assets/css/bootstrap.css
vendored
12
docs/assets/css/bootstrap.css
vendored
@@ -1812,16 +1812,16 @@ fieldset[disabled] .btn {
|
|||||||
|
|
||||||
.btn-default {
|
.btn-default {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #a7a9aa;
|
background-color: #474949;
|
||||||
border-color: #a7a9aa;
|
border-color: #474949;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-default:hover,
|
.btn-default:hover,
|
||||||
.btn-default:focus,
|
.btn-default:focus,
|
||||||
.btn-default:active,
|
.btn-default:active,
|
||||||
.btn-default.active {
|
.btn-default.active {
|
||||||
background-color: #9a9c9d;
|
background-color: #3a3c3c;
|
||||||
border-color: #8d9091;
|
border-color: #2e2f2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-default.disabled:hover,
|
.btn-default.disabled:hover,
|
||||||
@@ -1836,8 +1836,8 @@ fieldset[disabled] .btn-default:active,
|
|||||||
.btn-default.disabled.active,
|
.btn-default.disabled.active,
|
||||||
.btn-default[disabled].active,
|
.btn-default[disabled].active,
|
||||||
fieldset[disabled] .btn-default.active {
|
fieldset[disabled] .btn-default.active {
|
||||||
background-color: #a7a9aa;
|
background-color: #474949;
|
||||||
border-color: #a7a9aa;
|
border-color: #474949;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
|
Reference in New Issue
Block a user