button color

This commit is contained in:
Sanghee Kim 2016-03-02 00:09:14 +01:00
parent 6cd443c568
commit fa5c914c40
1 changed files with 6 additions and 6 deletions

View File

@ -3038,9 +3038,9 @@ fieldset[disabled] .btn {
box-shadow: none;
}
.btn-default {
color: #000000;
background-color: #ffffff;
border-color: #a0ced7;
color: #ffffff;
background-color: #a0ced7;
border-color: #9dc8ce;
}
.btn-default:hover,
.btn-default:focus,
@ -3048,9 +3048,9 @@ fieldset[disabled] .btn {
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #000000;
background-color: #e6e6e6;
border-color: #75b8c5;
color: #ffffff;
background-color: #1a6687;
border-color: #1a6687;
}
.btn-default:active,
.btn-default.active,