mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-23 02:35:49 +00:00
run make on last commit
This commit is contained in:
parent
986c22a5c6
commit
112dabb3c2
1 changed files with 6 additions and 6 deletions
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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue