Changed default buttons

This commit is contained in:
Victor Tran 2017-04-05 23:06:00 +10:00
parent 2eb80adefa
commit f626414006

View file

@ -1995,11 +1995,12 @@ select[multiple].input-lg {
padding: 8px 12px; padding: 8px 12px;
font-size: 14px; font-size: 14px;
line-height: 1.42857143; line-height: 1.42857143;
border-radius: 4px; border-radius: 0px;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
text-decoration: none !important;
} }
.btn:focus, .btn:focus,
.btn:active:focus, .btn:active:focus,
@ -2017,8 +2018,6 @@ select[multiple].input-lg {
.btn.active { .btn.active {
outline: 0; outline: 0;
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
.btn.disabled, .btn.disabled,
.btn[disabled], .btn[disabled],
@ -2032,17 +2031,20 @@ fieldset[disabled] .btn {
} }
.btn-default { .btn-default {
color: #ffffff; color: #ffffff;
background-color: #424242; background-color: transparent;
border-color: #424242; /* border-color: #424242; */
} }
.btn-default:hover, .btn-default:hover,
.btn-default:focus, .btn-default:focus,
.btn-default:active,
.btn-default.active, .btn-default.active,
.open .dropdown-toggle.btn-default { .open .dropdown-toggle.btn-default {
color: #ffffff; color: black;
background-color: #2d2d2d; background-color: white;
border-color: #232323; /* border-color: #232323; */
}
.btn-default:active, {
color: black;
background-color: rgb(200, 200, 200);
} }
.btn-default:active, .btn-default:active,
.btn-default.active, .btn-default.active,