mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +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;
|
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,
|
||||||
|
|
Loading…
Reference in a new issue