mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
Changed default buttons
This commit is contained in:
parent
2eb80adefa
commit
f626414006
1 changed files with 11 additions and 9 deletions
20
Project-Unite/Content/bootstrap-theme.css
vendored
20
Project-Unite/Content/bootstrap-theme.css
vendored
|
@ -1995,11 +1995,12 @@ select[multiple].input-lg {
|
|||
padding: 8px 12px;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
border-radius: 4px;
|
||||
border-radius: 0px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
.btn:focus,
|
||||
.btn:active:focus,
|
||||
|
@ -2017,8 +2018,6 @@ select[multiple].input-lg {
|
|||
.btn.active {
|
||||
outline: 0;
|
||||
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],
|
||||
|
@ -2032,17 +2031,20 @@ fieldset[disabled] .btn {
|
|||
}
|
||||
.btn-default {
|
||||
color: #ffffff;
|
||||
background-color: #424242;
|
||||
border-color: #424242;
|
||||
background-color: transparent;
|
||||
/* border-color: #424242; */
|
||||
}
|
||||
.btn-default:hover,
|
||||
.btn-default:focus,
|
||||
.btn-default:active,
|
||||
.btn-default.active,
|
||||
.open .dropdown-toggle.btn-default {
|
||||
color: #ffffff;
|
||||
background-color: #2d2d2d;
|
||||
border-color: #232323;
|
||||
color: black;
|
||||
background-color: white;
|
||||
/* border-color: #232323; */
|
||||
}
|
||||
.btn-default:active, {
|
||||
color: black;
|
||||
background-color: rgb(200, 200, 200);
|
||||
}
|
||||
.btn-default:active,
|
||||
.btn-default.active,
|
||||
|
|
Loading…
Reference in a new issue