|
@ -253,14 +253,10 @@ th { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
* { |
|
|
* { |
|
|
-webkit-box-sizing: border-box; |
|
|
|
|
|
-moz-box-sizing: border-box; |
|
|
|
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
} |
|
|
} |
|
|
*:before, |
|
|
*:before, |
|
|
*:after { |
|
|
*:after { |
|
|
-webkit-box-sizing: border-box; |
|
|
|
|
|
-moz-box-sizing: border-box; |
|
|
|
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
} |
|
|
} |
|
|
html { |
|
|
html { |
|
@ -316,8 +312,6 @@ img { |
|
|
background-color: var(--body-bg); |
|
|
background-color: var(--body-bg); |
|
|
border: 1px solid #ddd; |
|
|
border: 1px solid #ddd; |
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
-webkit-transition: all 0.2s ease-in-out; |
|
|
|
|
|
-o-transition: all 0.2s ease-in-out; |
|
|
|
|
|
transition: all 0.2s ease-in-out; |
|
|
transition: all 0.2s ease-in-out; |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
max-width: 100%; |
|
|
max-width: 100%; |
|
@ -1784,8 +1778,6 @@ label { |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
} |
|
|
} |
|
|
input[type="search"] { |
|
|
input[type="search"] { |
|
|
-webkit-box-sizing: border-box; |
|
|
|
|
|
-moz-box-sizing: border-box; |
|
|
|
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
} |
|
|
} |
|
|
input[type="radio"], |
|
|
input[type="radio"], |
|
@ -1831,24 +1823,19 @@ output { |
|
|
background-image: none; |
|
|
background-image: none; |
|
|
border: 1px solid var(--input-border); |
|
|
border: 1px solid var(--input-border); |
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
} |
|
|
} |
|
|
.form-control:focus { |
|
|
.form-control:focus { |
|
|
border-color: #66afe9; |
|
|
border-color: #66afe9; |
|
|
outline: 0; |
|
|
outline: 0; |
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 4px rgba(102, 175, 233, 0.2); |
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 4px rgba(102, 175, 233, 0.2); |
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 4px rgba(102, 175, 233, 0.2); |
|
|
} |
|
|
} |
|
|
.form-control::-moz-placeholder { |
|
|
|
|
|
color: var(--text-muted); |
|
|
|
|
|
opacity: 1; |
|
|
|
|
|
} |
|
|
|
|
|
.form-control:-ms-input-placeholder { |
|
|
.form-control:-ms-input-placeholder { |
|
|
color: var(--text-muted); |
|
|
color: var(--text-muted); |
|
|
} |
|
|
} |
|
|
.form-control::-webkit-input-placeholder { |
|
|
|
|
|
|
|
|
.form-control::placeholder { |
|
|
color: var(--text-muted); |
|
|
color: var(--text-muted); |
|
|
|
|
|
opacity: 1; |
|
|
} |
|
|
} |
|
|
.form-control::-ms-expand { |
|
|
.form-control::-ms-expand { |
|
|
border: 0; |
|
|
border: 0; |
|
@ -2094,12 +2081,10 @@ select[multiple].input-lg { |
|
|
} |
|
|
} |
|
|
.has-success .form-control { |
|
|
.has-success .form-control { |
|
|
border-color: #3c763d; |
|
|
border-color: #3c763d; |
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
} |
|
|
} |
|
|
.has-success .form-control:focus { |
|
|
.has-success .form-control:focus { |
|
|
border-color: #2b542c; |
|
|
border-color: #2b542c; |
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(60, 118, 61, 0.2); |
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(60, 118, 61, 0.2); |
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(60, 118, 61, 0.2); |
|
|
} |
|
|
} |
|
|
.has-success .input-group-addon { |
|
|
.has-success .input-group-addon { |
|
@ -2124,12 +2109,10 @@ select[multiple].input-lg { |
|
|
} |
|
|
} |
|
|
.has-warning .form-control { |
|
|
.has-warning .form-control { |
|
|
border-color: #8a6d3b; |
|
|
border-color: #8a6d3b; |
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
} |
|
|
} |
|
|
.has-warning .form-control:focus { |
|
|
.has-warning .form-control:focus { |
|
|
border-color: #66512c; |
|
|
border-color: #66512c; |
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(138, 109, 59, 0.2); |
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(138, 109, 59, 0.2); |
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(138, 109, 59, 0.2); |
|
|
} |
|
|
} |
|
|
.has-warning .input-group-addon { |
|
|
.has-warning .input-group-addon { |
|
@ -2154,12 +2137,10 @@ select[multiple].input-lg { |
|
|
} |
|
|
} |
|
|
.has-error .form-control { |
|
|
.has-error .form-control { |
|
|
border-color: #a94442; |
|
|
border-color: #a94442; |
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
|
} |
|
|
} |
|
|
.has-error .form-control:focus { |
|
|
.has-error .form-control:focus { |
|
|
border-color: #843534; |
|
|
border-color: #843534; |
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(169, 68, 66, 0.2); |
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(169, 68, 66, 0.2); |
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(169, 68, 66, 0.2); |
|
|
} |
|
|
} |
|
|
.has-error .input-group-addon { |
|
|
.has-error .input-group-addon { |
|
@ -2310,7 +2291,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); |
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
|
|
} |
|
|
} |
|
|
.btn.disabled, |
|
|
.btn.disabled, |
|
@ -2318,7 +2298,6 @@ select[multiple].input-lg { |
|
|
fieldset[disabled] .btn { |
|
|
fieldset[disabled] .btn { |
|
|
cursor: not-allowed; |
|
|
cursor: not-allowed; |
|
|
opacity: 0.65; |
|
|
opacity: 0.65; |
|
|
-webkit-box-shadow: none; |
|
|
|
|
|
box-shadow: none; |
|
|
box-shadow: none; |
|
|
} |
|
|
} |
|
|
a.btn.disabled, |
|
|
a.btn.disabled, |
|
@ -2678,7 +2657,6 @@ fieldset[disabled] .btn-danger.focus { |
|
|
.btn-link[disabled], |
|
|
.btn-link[disabled], |
|
|
fieldset[disabled] .btn-link { |
|
|
fieldset[disabled] .btn-link { |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
-webkit-box-shadow: none; |
|
|
|
|
|
box-shadow: none; |
|
|
box-shadow: none; |
|
|
} |
|
|
} |
|
|
.btn-link, |
|
|
.btn-link, |
|
@ -2735,8 +2713,6 @@ input[type="button"].btn-block { |
|
|
} |
|
|
} |
|
|
.fade { |
|
|
.fade { |
|
|
opacity: 0; |
|
|
opacity: 0; |
|
|
-webkit-transition: opacity 0.15s linear; |
|
|
|
|
|
-o-transition: opacity 0.15s linear; |
|
|
|
|
|
transition: opacity 0.15s linear; |
|
|
transition: opacity 0.15s linear; |
|
|
} |
|
|
} |
|
|
.fade.in { |
|
|
.fade.in { |
|
@ -2758,11 +2734,8 @@ tbody.collapse.in { |
|
|
position: relative; |
|
|
position: relative; |
|
|
height: 0; |
|
|
height: 0; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
-webkit-transition-property: height, visibility; |
|
|
|
|
|
transition-property: height, visibility; |
|
|
transition-property: height, visibility; |
|
|
-webkit-transition-duration: 0.35s; |
|
|
|
|
|
transition-duration: 0.35s; |
|
|
transition-duration: 0.35s; |
|
|
-webkit-transition-timing-function: ease; |
|
|
|
|
|
transition-timing-function: ease; |
|
|
transition-timing-function: ease; |
|
|
} |
|
|
} |
|
|
.caret { |
|
|
.caret { |
|
@ -2800,7 +2773,6 @@ tbody.collapse.in { |
|
|
border: 1px solid #ccc; |
|
|
border: 1px solid #ccc; |
|
|
border: 1px solid rgba(0, 0, 0, 0.15); |
|
|
border: 1px solid rgba(0, 0, 0, 0.15); |
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); |
|
|
|
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); |
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); |
|
|
background-clip: padding-box; |
|
|
background-clip: padding-box; |
|
|
} |
|
|
} |
|
@ -2989,11 +2961,9 @@ tbody.collapse.in { |
|
|
padding-right: 12px; |
|
|
padding-right: 12px; |
|
|
} |
|
|
} |
|
|
.btn-group.open .dropdown-toggle { |
|
|
.btn-group.open .dropdown-toggle { |
|
|
-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); |
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
|
|
} |
|
|
} |
|
|
.btn-group.open .dropdown-toggle.btn-link { |
|
|
.btn-group.open .dropdown-toggle.btn-link { |
|
|
-webkit-box-shadow: none; |
|
|
|
|
|
box-shadow: none; |
|
|
box-shadow: none; |
|
|
} |
|
|
} |
|
|
.btn .caret { |
|
|
.btn .caret { |
|
@ -4177,7 +4147,6 @@ button.list-group-item-danger.active:focus { |
|
|
background-color: var(--panel-bg); |
|
|
background-color: var(--panel-bg); |
|
|
border: 1px solid transparent; |
|
|
border: 1px solid transparent; |
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); |
|
|
|
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); |
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); |
|
|
} |
|
|
} |
|
|
.panel-body { |
|
|
.panel-body { |
|
@ -4554,19 +4523,10 @@ button.close { |
|
|
outline: 0; |
|
|
outline: 0; |
|
|
} |
|
|
} |
|
|
.modal.fade .modal-dialog { |
|
|
.modal.fade .modal-dialog { |
|
|
-webkit-transform: translate(0, -25%); |
|
|
|
|
|
-ms-transform: translate(0, -25%); |
|
|
|
|
|
-o-transform: translate(0, -25%); |
|
|
|
|
|
transform: translate(0, -25%); |
|
|
transform: translate(0, -25%); |
|
|
-webkit-transition: -webkit-transform 0.3s ease-out; |
|
|
|
|
|
-moz-transition: -moz-transform 0.3s ease-out; |
|
|
|
|
|
-o-transition: -o-transform 0.3s ease-out; |
|
|
|
|
|
transition: transform 0.3s ease-out; |
|
|
transition: transform 0.3s ease-out; |
|
|
} |
|
|
} |
|
|
.modal.in .modal-dialog { |
|
|
.modal.in .modal-dialog { |
|
|
-webkit-transform: translate(0, 0); |
|
|
|
|
|
-ms-transform: translate(0, 0); |
|
|
|
|
|
-o-transform: translate(0, 0); |
|
|
|
|
|
transform: translate(0, 0); |
|
|
transform: translate(0, 0); |
|
|
} |
|
|
} |
|
|
.modal-open .modal { |
|
|
.modal-open .modal { |
|
@ -4584,7 +4544,6 @@ button.close { |
|
|
border: 1px solid #999; |
|
|
border: 1px solid #999; |
|
|
border: 1px solid rgba(0, 0, 0, 0.2); |
|
|
border: 1px solid rgba(0, 0, 0, 0.2); |
|
|
border-radius: 3px; |
|
|
border-radius: 3px; |
|
|
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); |
|
|
|
|
|
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); |
|
|
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); |
|
|
background-clip: padding-box; |
|
|
background-clip: padding-box; |
|
|
outline: 0; |
|
|
outline: 0; |
|
@ -4647,7 +4606,6 @@ button.close { |
|
|
margin: 30px auto; |
|
|
margin: 30px auto; |
|
|
} |
|
|
} |
|
|
.modal-content { |
|
|
.modal-content { |
|
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); |
|
|
|
|
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); |
|
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); |
|
|
} |
|
|
} |
|
|
.modal-sm { |
|
|
.modal-sm { |
|
|