Update default buttons

This commit is contained in:
Victor Tran 2017-04-05 23:18:18 +10:00
parent 585c4df4d5
commit 177ce817fe

View file

@ -2031,16 +2031,15 @@ fieldset[disabled] .btn {
}
.btn-default {
color: #ffffff;
background-color: transparent;
/* border-color: #424242; */
background-color: rgba(255, 255, 255, 0.0625);
}
.btn-default:hover,
.btn-default:focus,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: black;
background-color: white;
/* border-color: #232323; */
background-color: rgba(255, 255, 255, 0.25);
border: none;
}
.btn-default:active, {
color: black;