button color
This commit is contained in:
parent
3c4f646d5e
commit
618121641e
1 changed files with 6 additions and 6 deletions
|
@ -3038,9 +3038,9 @@ fieldset[disabled] .btn {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.btn-default {
|
.btn-default {
|
||||||
color: #000000;
|
color: #ffffff;
|
||||||
background-color: #ffffff;
|
background-color: #a0ced7;
|
||||||
border-color: #a0ced7;
|
border-color: #9dc8ce;
|
||||||
}
|
}
|
||||||
.btn-default:hover,
|
.btn-default:hover,
|
||||||
.btn-default:focus,
|
.btn-default:focus,
|
||||||
|
@ -3048,9 +3048,9 @@ fieldset[disabled] .btn {
|
||||||
.btn-default:active,
|
.btn-default:active,
|
||||||
.btn-default.active,
|
.btn-default.active,
|
||||||
.open > .dropdown-toggle.btn-default {
|
.open > .dropdown-toggle.btn-default {
|
||||||
color: #000000;
|
color: #ffffff;
|
||||||
background-color: #e6e6e6;
|
background-color: #1a6687;
|
||||||
border-color: #75b8c5;
|
border-color: #1a6687;
|
||||||
}
|
}
|
||||||
.btn-default:active,
|
.btn-default:active,
|
||||||
.btn-default.active,
|
.btn-default.active,
|
||||||
|
|
Loading…
Reference in a new issue