mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
run make on last commit
This commit is contained in:
Vendored
+6
-6
@@ -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