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