mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
grunt dist
This commit is contained in:
parent
6e8f08dc67
commit
1dc8583bc5
@ -153,7 +153,8 @@ select {
|
||||
}
|
||||
|
||||
button,
|
||||
html input[type="button"], input[type="reset"],
|
||||
html input[type="button"],
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
cursor: pointer;
|
||||
@ -386,8 +387,7 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:focus,
|
||||
a:hover {
|
||||
a:focus, a:hover {
|
||||
color: #014c8c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
@ -485,37 +485,58 @@ h1, h2, h3, h4, h5, h6,
|
||||
|
||||
h1, .h1,
|
||||
h2, .h2,
|
||||
h3, .h3 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3, .h3,
|
||||
h4, .h4,
|
||||
h5, .h5,
|
||||
h6, .h6 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h1, .h1 {
|
||||
h1 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
h2, .h2 {
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h3, .h3 {
|
||||
h3 {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
|
||||
h4, .h4 {
|
||||
h4 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h5, .h5 {
|
||||
h5 {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
h6, .h6 {
|
||||
h6 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.h1 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
.h2 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.h3 {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
|
||||
.h4 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.h5 {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.h6 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@ -1774,6 +1795,7 @@ pre code {
|
||||
.table-responsive {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-height: .01%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
@ -1884,8 +1906,7 @@ pre code {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.form-control:disabled,
|
||||
.form-control[readonly] {
|
||||
.form-control:disabled, .form-control[readonly] {
|
||||
background-color: #eceeef;
|
||||
opacity: 1;
|
||||
}
|
||||
@ -1914,21 +1935,27 @@ pre code {
|
||||
input[type="date"].input-sm,
|
||||
.input-group-sm input[type="date"].form-control,
|
||||
input[type="time"].input-sm,
|
||||
.input-group-sm input[type="time"].form-control,
|
||||
.input-group-sm
|
||||
input[type="time"].form-control,
|
||||
input[type="datetime-local"].input-sm,
|
||||
.input-group-sm input[type="datetime-local"].form-control,
|
||||
.input-group-sm
|
||||
input[type="datetime-local"].form-control,
|
||||
input[type="month"].input-sm,
|
||||
.input-group-sm input[type="month"].form-control {
|
||||
.input-group-sm
|
||||
input[type="month"].form-control {
|
||||
line-height: 1.825rem;
|
||||
}
|
||||
input[type="date"].input-lg,
|
||||
.input-group-lg input[type="date"].form-control,
|
||||
input[type="time"].input-lg,
|
||||
.input-group-lg input[type="time"].form-control,
|
||||
.input-group-lg
|
||||
input[type="time"].form-control,
|
||||
input[type="datetime-local"].input-lg,
|
||||
.input-group-lg input[type="datetime-local"].form-control,
|
||||
.input-group-lg
|
||||
input[type="datetime-local"].form-control,
|
||||
input[type="month"].input-lg,
|
||||
.input-group-lg input[type="month"].form-control {
|
||||
.input-group-lg
|
||||
input[type="month"].form-control {
|
||||
line-height: 3.166667rem;
|
||||
}
|
||||
}
|
||||
@ -1940,11 +1967,9 @@ pre code {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.form-control-static.form-control-sm,
|
||||
.input-group-sm > .form-control-static.form-control,
|
||||
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
|
||||
.input-group-sm > .form-control-static.input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .form-control-static.btn,
|
||||
.form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
|
||||
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
|
||||
.input-group-lg > .form-control-static.input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .form-control-static.btn {
|
||||
padding-right: 0;
|
||||
@ -2024,8 +2049,7 @@ pre code {
|
||||
margin-left: .75rem;
|
||||
}
|
||||
|
||||
input[type="radio"]:disabled,
|
||||
input[type="radio"].disabled,
|
||||
input[type="radio"]:disabled, input[type="radio"].disabled,
|
||||
input[type="checkbox"]:disabled,
|
||||
input[type="checkbox"].disabled {
|
||||
cursor: not-allowed;
|
||||
@ -2215,19 +2239,13 @@ input[type="checkbox"].disabled {
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.btn:focus,
|
||||
.btn.focus,
|
||||
.btn:active:focus,
|
||||
.btn:active.focus,
|
||||
.btn.active:focus,
|
||||
.btn.active.focus {
|
||||
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
|
||||
outline: thin dotted;
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.btn:focus,
|
||||
.btn:hover {
|
||||
.btn:focus, .btn:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -2235,14 +2253,12 @@ input[type="checkbox"].disabled {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn:active,
|
||||
.btn.active {
|
||||
.btn:active, .btn.active {
|
||||
background-image: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.btn.disabled,
|
||||
.btn:disabled {
|
||||
.btn.disabled, .btn:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: .65;
|
||||
}
|
||||
@ -2264,15 +2280,13 @@ fieldset[disabled] a.btn {
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:focus,
|
||||
.btn-primary.focus {
|
||||
.btn-primary:focus, .btn-primary.focus {
|
||||
color: #fff;
|
||||
background-color: #025aa5;
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
.btn-primary:active, .btn-primary.active,
|
||||
.open > .btn-primary.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #025aa5;
|
||||
@ -2280,12 +2294,7 @@ fieldset[disabled] a.btn {
|
||||
border-color: #01549b;
|
||||
}
|
||||
|
||||
.btn-primary:active:hover,
|
||||
.btn-primary:active:focus,
|
||||
.btn-primary:active.focus,
|
||||
.btn-primary.active:hover,
|
||||
.btn-primary.active:focus,
|
||||
.btn-primary.active.focus,
|
||||
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
|
||||
.open > .btn-primary.dropdown-toggle:hover,
|
||||
.open > .btn-primary.dropdown-toggle:focus,
|
||||
.open > .btn-primary.dropdown-toggle.focus {
|
||||
@ -2294,16 +2303,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #01315a;
|
||||
}
|
||||
|
||||
.btn-primary.disabled:focus,
|
||||
.btn-primary.disabled.focus,
|
||||
.btn-primary:disabled:focus,
|
||||
.btn-primary:disabled.focus {
|
||||
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary.disabled:hover,
|
||||
.btn-primary:disabled:hover {
|
||||
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
|
||||
background-color: #0275d8;
|
||||
border-color: #0275d8;
|
||||
}
|
||||
@ -2320,15 +2325,13 @@ fieldset[disabled] a.btn {
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:focus,
|
||||
.btn-secondary.focus {
|
||||
.btn-secondary:focus, .btn-secondary.focus {
|
||||
color: #373a3c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active,
|
||||
.btn-secondary.active,
|
||||
.btn-secondary:active, .btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
color: #373a3c;
|
||||
background-color: #e6e6e6;
|
||||
@ -2336,12 +2339,7 @@ fieldset[disabled] a.btn {
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active:hover,
|
||||
.btn-secondary:active:focus,
|
||||
.btn-secondary:active.focus,
|
||||
.btn-secondary.active:hover,
|
||||
.btn-secondary.active:focus,
|
||||
.btn-secondary.active.focus,
|
||||
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
|
||||
.open > .btn-secondary.dropdown-toggle:hover,
|
||||
.open > .btn-secondary.dropdown-toggle:focus,
|
||||
.open > .btn-secondary.dropdown-toggle.focus {
|
||||
@ -2350,16 +2348,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #8c8c8c;
|
||||
}
|
||||
|
||||
.btn-secondary.disabled:focus,
|
||||
.btn-secondary.disabled.focus,
|
||||
.btn-secondary:disabled:focus,
|
||||
.btn-secondary:disabled.focus {
|
||||
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary.disabled:hover,
|
||||
.btn-secondary:disabled:hover {
|
||||
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
@ -2376,15 +2370,13 @@ fieldset[disabled] a.btn {
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:focus,
|
||||
.btn-info.focus {
|
||||
.btn-info:focus, .btn-info.focus {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:active,
|
||||
.btn-info.active,
|
||||
.btn-info:active, .btn-info.active,
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #31b0d5;
|
||||
@ -2392,12 +2384,7 @@ fieldset[disabled] a.btn {
|
||||
border-color: #2aabd2;
|
||||
}
|
||||
|
||||
.btn-info:active:hover,
|
||||
.btn-info:active:focus,
|
||||
.btn-info:active.focus,
|
||||
.btn-info.active:hover,
|
||||
.btn-info.active:focus,
|
||||
.btn-info.active.focus,
|
||||
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
|
||||
.open > .btn-info.dropdown-toggle:hover,
|
||||
.open > .btn-info.dropdown-toggle:focus,
|
||||
.open > .btn-info.dropdown-toggle.focus {
|
||||
@ -2406,16 +2393,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #1f7e9a;
|
||||
}
|
||||
|
||||
.btn-info.disabled:focus,
|
||||
.btn-info.disabled.focus,
|
||||
.btn-info:disabled:focus,
|
||||
.btn-info:disabled.focus {
|
||||
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info.disabled:hover,
|
||||
.btn-info:disabled:hover {
|
||||
.btn-info.disabled:hover, .btn-info:disabled:hover {
|
||||
background-color: #5bc0de;
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
@ -2432,15 +2415,13 @@ fieldset[disabled] a.btn {
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:focus,
|
||||
.btn-success.focus {
|
||||
.btn-success:focus, .btn-success.focus {
|
||||
color: #fff;
|
||||
background-color: #449d44;
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:active,
|
||||
.btn-success.active,
|
||||
.btn-success:active, .btn-success.active,
|
||||
.open > .btn-success.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #449d44;
|
||||
@ -2448,12 +2429,7 @@ fieldset[disabled] a.btn {
|
||||
border-color: #419641;
|
||||
}
|
||||
|
||||
.btn-success:active:hover,
|
||||
.btn-success:active:focus,
|
||||
.btn-success:active.focus,
|
||||
.btn-success.active:hover,
|
||||
.btn-success.active:focus,
|
||||
.btn-success.active.focus,
|
||||
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
|
||||
.open > .btn-success.dropdown-toggle:hover,
|
||||
.open > .btn-success.dropdown-toggle:focus,
|
||||
.open > .btn-success.dropdown-toggle.focus {
|
||||
@ -2462,16 +2438,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #2d672d;
|
||||
}
|
||||
|
||||
.btn-success.disabled:focus,
|
||||
.btn-success.disabled.focus,
|
||||
.btn-success:disabled:focus,
|
||||
.btn-success:disabled.focus {
|
||||
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success.disabled:hover,
|
||||
.btn-success:disabled:hover {
|
||||
.btn-success.disabled:hover, .btn-success:disabled:hover {
|
||||
background-color: #5cb85c;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
@ -2488,15 +2460,13 @@ fieldset[disabled] a.btn {
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:focus,
|
||||
.btn-warning.focus {
|
||||
.btn-warning:focus, .btn-warning.focus {
|
||||
color: #fff;
|
||||
background-color: #ec971f;
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:active,
|
||||
.btn-warning.active,
|
||||
.btn-warning:active, .btn-warning.active,
|
||||
.open > .btn-warning.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #ec971f;
|
||||
@ -2504,12 +2474,7 @@ fieldset[disabled] a.btn {
|
||||
border-color: #eb9316;
|
||||
}
|
||||
|
||||
.btn-warning:active:hover,
|
||||
.btn-warning:active:focus,
|
||||
.btn-warning:active.focus,
|
||||
.btn-warning.active:hover,
|
||||
.btn-warning.active:focus,
|
||||
.btn-warning.active.focus,
|
||||
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
|
||||
.open > .btn-warning.dropdown-toggle:hover,
|
||||
.open > .btn-warning.dropdown-toggle:focus,
|
||||
.open > .btn-warning.dropdown-toggle.focus {
|
||||
@ -2518,16 +2483,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #b06d0f;
|
||||
}
|
||||
|
||||
.btn-warning.disabled:focus,
|
||||
.btn-warning.disabled.focus,
|
||||
.btn-warning:disabled:focus,
|
||||
.btn-warning:disabled.focus {
|
||||
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning.disabled:hover,
|
||||
.btn-warning:disabled:hover {
|
||||
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
|
||||
background-color: #f0ad4e;
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
@ -2544,15 +2505,13 @@ fieldset[disabled] a.btn {
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:focus,
|
||||
.btn-danger.focus {
|
||||
.btn-danger:focus, .btn-danger.focus {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:active,
|
||||
.btn-danger.active,
|
||||
.btn-danger:active, .btn-danger.active,
|
||||
.open > .btn-danger.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
@ -2560,12 +2519,7 @@ fieldset[disabled] a.btn {
|
||||
border-color: #c12e2a;
|
||||
}
|
||||
|
||||
.btn-danger:active:hover,
|
||||
.btn-danger:active:focus,
|
||||
.btn-danger:active.focus,
|
||||
.btn-danger.active:hover,
|
||||
.btn-danger.active:focus,
|
||||
.btn-danger.active.focus,
|
||||
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
|
||||
.open > .btn-danger.dropdown-toggle:hover,
|
||||
.open > .btn-danger.dropdown-toggle:focus,
|
||||
.open > .btn-danger.dropdown-toggle.focus {
|
||||
@ -2574,16 +2528,12 @@ fieldset[disabled] a.btn {
|
||||
border-color: #8b211e;
|
||||
}
|
||||
|
||||
.btn-danger.disabled:focus,
|
||||
.btn-danger.disabled.focus,
|
||||
.btn-danger:disabled:focus,
|
||||
.btn-danger:disabled.focus {
|
||||
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger.disabled:hover,
|
||||
.btn-danger:disabled:hover {
|
||||
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
|
||||
background-color: #d9534f;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
@ -2595,10 +2545,7 @@ fieldset[disabled] a.btn {
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary-outline:focus,
|
||||
.btn-primary-outline.focus,
|
||||
.btn-primary-outline:active,
|
||||
.btn-primary-outline.active,
|
||||
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
|
||||
.open > .btn-primary-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #0275d8;
|
||||
@ -2611,15 +2558,11 @@ fieldset[disabled] a.btn {
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.btn-primary-outline.disabled:focus,
|
||||
.btn-primary-outline.disabled.focus,
|
||||
.btn-primary-outline:disabled:focus,
|
||||
.btn-primary-outline:disabled.focus {
|
||||
.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
|
||||
border-color: #43a7fd;
|
||||
}
|
||||
|
||||
.btn-primary-outline.disabled:hover,
|
||||
.btn-primary-outline:disabled:hover {
|
||||
.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
|
||||
border-color: #43a7fd;
|
||||
}
|
||||
|
||||
@ -2630,10 +2573,7 @@ fieldset[disabled] a.btn {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary-outline:focus,
|
||||
.btn-secondary-outline.focus,
|
||||
.btn-secondary-outline:active,
|
||||
.btn-secondary-outline.active,
|
||||
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
|
||||
.open > .btn-secondary-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #ccc;
|
||||
@ -2646,15 +2586,11 @@ fieldset[disabled] a.btn {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary-outline.disabled:focus,
|
||||
.btn-secondary-outline.disabled.focus,
|
||||
.btn-secondary-outline:disabled:focus,
|
||||
.btn-secondary-outline:disabled.focus {
|
||||
.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.btn-secondary-outline.disabled:hover,
|
||||
.btn-secondary-outline:disabled:hover {
|
||||
.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
@ -2665,10 +2601,7 @@ fieldset[disabled] a.btn {
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info-outline:focus,
|
||||
.btn-info-outline.focus,
|
||||
.btn-info-outline:active,
|
||||
.btn-info-outline.active,
|
||||
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
|
||||
.open > .btn-info-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #5bc0de;
|
||||
@ -2681,15 +2614,11 @@ fieldset[disabled] a.btn {
|
||||
border-color: #5bc0de;
|
||||
}
|
||||
|
||||
.btn-info-outline.disabled:focus,
|
||||
.btn-info-outline.disabled.focus,
|
||||
.btn-info-outline:disabled:focus,
|
||||
.btn-info-outline:disabled.focus {
|
||||
.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
|
||||
border-color: #b0e1ef;
|
||||
}
|
||||
|
||||
.btn-info-outline.disabled:hover,
|
||||
.btn-info-outline:disabled:hover {
|
||||
.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
|
||||
border-color: #b0e1ef;
|
||||
}
|
||||
|
||||
@ -2700,10 +2629,7 @@ fieldset[disabled] a.btn {
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success-outline:focus,
|
||||
.btn-success-outline.focus,
|
||||
.btn-success-outline:active,
|
||||
.btn-success-outline.active,
|
||||
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
|
||||
.open > .btn-success-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #5cb85c;
|
||||
@ -2716,15 +2642,11 @@ fieldset[disabled] a.btn {
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
.btn-success-outline.disabled:focus,
|
||||
.btn-success-outline.disabled.focus,
|
||||
.btn-success-outline:disabled:focus,
|
||||
.btn-success-outline:disabled.focus {
|
||||
.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
|
||||
border-color: #a3d7a3;
|
||||
}
|
||||
|
||||
.btn-success-outline.disabled:hover,
|
||||
.btn-success-outline:disabled:hover {
|
||||
.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
|
||||
border-color: #a3d7a3;
|
||||
}
|
||||
|
||||
@ -2735,10 +2657,7 @@ fieldset[disabled] a.btn {
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning-outline:focus,
|
||||
.btn-warning-outline.focus,
|
||||
.btn-warning-outline:active,
|
||||
.btn-warning-outline.active,
|
||||
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
|
||||
.open > .btn-warning-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #f0ad4e;
|
||||
@ -2751,15 +2670,11 @@ fieldset[disabled] a.btn {
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.btn-warning-outline.disabled:focus,
|
||||
.btn-warning-outline.disabled.focus,
|
||||
.btn-warning-outline:disabled:focus,
|
||||
.btn-warning-outline:disabled.focus {
|
||||
.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
|
||||
border-color: #f8d9ac;
|
||||
}
|
||||
|
||||
.btn-warning-outline.disabled:hover,
|
||||
.btn-warning-outline:disabled:hover {
|
||||
.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
|
||||
border-color: #f8d9ac;
|
||||
}
|
||||
|
||||
@ -2770,10 +2685,7 @@ fieldset[disabled] a.btn {
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger-outline:focus,
|
||||
.btn-danger-outline.focus,
|
||||
.btn-danger-outline:active,
|
||||
.btn-danger-outline.active,
|
||||
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
|
||||
.open > .btn-danger-outline.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #d9534f;
|
||||
@ -2786,15 +2698,11 @@ fieldset[disabled] a.btn {
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
.btn-danger-outline.disabled:focus,
|
||||
.btn-danger-outline.disabled.focus,
|
||||
.btn-danger-outline:disabled:focus,
|
||||
.btn-danger-outline:disabled.focus {
|
||||
.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
|
||||
border-color: #eba5a3;
|
||||
}
|
||||
|
||||
.btn-danger-outline.disabled:hover,
|
||||
.btn-danger-outline:disabled:hover {
|
||||
.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
|
||||
border-color: #eba5a3;
|
||||
}
|
||||
|
||||
@ -2804,16 +2712,11 @@ fieldset[disabled] a.btn {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.btn-link,
|
||||
.btn-link:active,
|
||||
.btn-link.active,
|
||||
.btn-link:disabled {
|
||||
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link,
|
||||
.btn-link:focus,
|
||||
.btn-link:active {
|
||||
.btn-link, .btn-link:focus, .btn-link:active {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
@ -2821,15 +2724,13 @@ fieldset[disabled] a.btn {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link:focus,
|
||||
.btn-link:hover {
|
||||
.btn-link:focus, .btn-link:hover {
|
||||
color: #014c8c;
|
||||
text-decoration: underline;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-link:disabled:focus,
|
||||
.btn-link:disabled:hover {
|
||||
.btn-link:disabled:focus, .btn-link:disabled:hover {
|
||||
color: #818a91;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -2964,30 +2865,24 @@ input[type="button"].btn-block {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.dropdown-item:focus,
|
||||
.dropdown-item:hover {
|
||||
.dropdown-item:focus, .dropdown-item:hover {
|
||||
color: #2b2d2f;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.dropdown-item.active,
|
||||
.dropdown-item.active:focus,
|
||||
.dropdown-item.active:hover {
|
||||
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #0275d8;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.dropdown-item.disabled,
|
||||
.dropdown-item.disabled:focus,
|
||||
.dropdown-item.disabled:hover {
|
||||
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.dropdown-item.disabled:focus,
|
||||
.dropdown-item.disabled:hover {
|
||||
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
text-decoration: none;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
@ -3063,9 +2958,7 @@ input[type="button"].btn-block {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.btn-group > .btn:focus,
|
||||
.btn-group > .btn:active,
|
||||
.btn-group > .btn.active,
|
||||
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
|
||||
.btn-group-vertical > .btn:focus,
|
||||
.btn-group-vertical > .btn:active,
|
||||
.btn-group-vertical > .btn.active {
|
||||
@ -3283,14 +3176,16 @@ input[type="button"].btn-block {
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon,
|
||||
.input-group-addon.form-control-sm,
|
||||
.input-group-sm > .input-group-addon,
|
||||
.input-group-sm > .input-group-btn > .input-group-addon.btn {
|
||||
padding: .275rem .75rem;
|
||||
font-size: .85rem;
|
||||
border-radius: .2rem;
|
||||
}
|
||||
|
||||
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon,
|
||||
.input-group-addon.form-control-lg,
|
||||
.input-group-lg > .input-group-addon,
|
||||
.input-group-lg > .input-group-btn > .input-group-addon.btn {
|
||||
padding: .75rem 1.25rem;
|
||||
font-size: 1.25rem;
|
||||
@ -3346,9 +3241,7 @@ input[type="button"].btn-block {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.input-group-btn > .btn:focus,
|
||||
.input-group-btn > .btn:active,
|
||||
.input-group-btn > .btn:hover {
|
||||
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@ -3553,8 +3446,7 @@ input[type="button"].btn-block {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.nav-link:focus,
|
||||
.nav-link:hover {
|
||||
.nav-link:focus, .nav-link:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3562,9 +3454,7 @@ input[type="button"].btn-block {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.nav-link.disabled,
|
||||
.nav-link.disabled:focus,
|
||||
.nav-link.disabled:hover {
|
||||
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
@ -3600,22 +3490,17 @@ input[type="button"].btn-block {
|
||||
border-radius: .25rem .25rem 0 0;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link:focus,
|
||||
.nav-tabs .nav-link:hover {
|
||||
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
|
||||
border-color: #eceeef #eceeef #ddd;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.disabled,
|
||||
.nav-tabs .nav-link.disabled:focus,
|
||||
.nav-tabs .nav-link.disabled:hover {
|
||||
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.active,
|
||||
.nav-tabs .nav-link.active:focus,
|
||||
.nav-tabs .nav-link.active:hover,
|
||||
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
|
||||
.nav-tabs .nav-item.open .nav-link,
|
||||
.nav-tabs .nav-item.open .nav-link:focus,
|
||||
.nav-tabs .nav-item.open .nav-link:hover {
|
||||
@ -3638,9 +3523,7 @@ input[type="button"].btn-block {
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.nav-pills .nav-link.active,
|
||||
.nav-pills .nav-link.active:focus,
|
||||
.nav-pills .nav-link.active:hover,
|
||||
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
|
||||
.nav-pills .nav-item.open .nav-link,
|
||||
.nav-pills .nav-item.open .nav-link:focus,
|
||||
.nav-pills .nav-item.open .nav-link:hover {
|
||||
@ -3745,8 +3628,7 @@ input[type="button"].btn-block {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.navbar-brand:focus,
|
||||
.navbar-brand:hover {
|
||||
.navbar-brand:focus, .navbar-brand:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3777,8 +3659,7 @@ input[type="button"].btn-block {
|
||||
border-radius: .25rem;
|
||||
}
|
||||
|
||||
.navbar-toggler:focus,
|
||||
.navbar-toggler:hover {
|
||||
.navbar-toggler:focus, .navbar-toggler:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -3822,8 +3703,7 @@ input[type="button"].btn-block {
|
||||
color: rgba(0, 0, 0, .8);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-brand:focus,
|
||||
.navbar-light .navbar-brand:hover {
|
||||
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
|
||||
color: rgba(0, 0, 0, .8);
|
||||
}
|
||||
|
||||
@ -3831,14 +3711,11 @@ input[type="button"].btn-block {
|
||||
color: rgba(0, 0, 0, .3);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link:focus,
|
||||
.navbar-light .navbar-nav .nav-link:hover {
|
||||
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
|
||||
color: rgba(0, 0, 0, .6);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .open > .nav-link,
|
||||
.navbar-light .navbar-nav .open > .nav-link:focus,
|
||||
.navbar-light .navbar-nav .open > .nav-link:hover,
|
||||
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
|
||||
.navbar-light .navbar-nav .active > .nav-link,
|
||||
.navbar-light .navbar-nav .active > .nav-link:focus,
|
||||
.navbar-light .navbar-nav .active > .nav-link:hover,
|
||||
@ -3859,8 +3736,7 @@ input[type="button"].btn-block {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-brand:focus,
|
||||
.navbar-dark .navbar-brand:hover {
|
||||
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -3868,14 +3744,11 @@ input[type="button"].btn-block {
|
||||
color: rgba(255, 255, 255, .5);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-nav .nav-link:focus,
|
||||
.navbar-dark .navbar-nav .nav-link:hover {
|
||||
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
|
||||
color: rgba(255, 255, 255, .75);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-nav .open > .nav-link,
|
||||
.navbar-dark .navbar-nav .open > .nav-link:focus,
|
||||
.navbar-dark .navbar-nav .open > .nav-link:hover,
|
||||
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
|
||||
.navbar-dark .navbar-nav .active > .nav-link,
|
||||
.navbar-dark .navbar-nav .active > .nav-link:focus,
|
||||
.navbar-dark .navbar-nav .active > .nav-link:hover,
|
||||
@ -3996,8 +3869,7 @@ input[type="button"].btn-block {
|
||||
color: rgba(255, 255, 255, .65);
|
||||
}
|
||||
|
||||
.card-inverse .card-link:focus,
|
||||
.card-inverse .card-link:hover {
|
||||
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@ -4162,8 +4034,7 @@ input[type="button"].btn-block {
|
||||
border-bottom-right-radius: .25rem;
|
||||
}
|
||||
|
||||
.pagination > li > a:focus,
|
||||
.pagination > li > a:hover,
|
||||
.pagination > li > a:focus, .pagination > li > a:hover,
|
||||
.pagination > li > span:focus,
|
||||
.pagination > li > span:hover {
|
||||
color: #014c8c;
|
||||
@ -4171,9 +4042,7 @@ input[type="button"].btn-block {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > span:focus,
|
||||
.pagination > .active > span:hover {
|
||||
@ -4184,9 +4053,7 @@ input[type="button"].btn-block {
|
||||
border-color: #0275d8;
|
||||
}
|
||||
|
||||
.pagination > .disabled > span,
|
||||
.pagination > .disabled > span:focus,
|
||||
.pagination > .disabled > span:hover,
|
||||
.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover,
|
||||
.pagination > .disabled > a,
|
||||
.pagination > .disabled > a:focus,
|
||||
.pagination > .disabled > a:hover {
|
||||
@ -4261,15 +4128,12 @@ input[type="button"].btn-block {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.pager li > a:focus,
|
||||
.pager li > a:hover {
|
||||
.pager li > a:focus, .pager li > a:hover {
|
||||
text-decoration: none;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.pager .disabled > a,
|
||||
.pager .disabled > a:focus,
|
||||
.pager .disabled > a:hover {
|
||||
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
@ -4313,8 +4177,7 @@ input[type="button"].btn-block {
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
a.label:focus,
|
||||
a.label:hover {
|
||||
a.label:focus, a.label:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
@ -4330,8 +4193,7 @@ a.label:hover {
|
||||
background-color: #818a91;
|
||||
}
|
||||
|
||||
.label-default[href]:focus,
|
||||
.label-default[href]:hover {
|
||||
.label-default[href]:focus, .label-default[href]:hover {
|
||||
background-color: #687077;
|
||||
}
|
||||
|
||||
@ -4339,8 +4201,7 @@ a.label:hover {
|
||||
background-color: #0275d8;
|
||||
}
|
||||
|
||||
.label-primary[href]:focus,
|
||||
.label-primary[href]:hover {
|
||||
.label-primary[href]:focus, .label-primary[href]:hover {
|
||||
background-color: #025aa5;
|
||||
}
|
||||
|
||||
@ -4348,8 +4209,7 @@ a.label:hover {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
.label-success[href]:focus,
|
||||
.label-success[href]:hover {
|
||||
.label-success[href]:focus, .label-success[href]:hover {
|
||||
background-color: #449d44;
|
||||
}
|
||||
|
||||
@ -4357,8 +4217,7 @@ a.label:hover {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
.label-info[href]:focus,
|
||||
.label-info[href]:hover {
|
||||
.label-info[href]:focus, .label-info[href]:hover {
|
||||
background-color: #31b0d5;
|
||||
}
|
||||
|
||||
@ -4366,8 +4225,7 @@ a.label:hover {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.label-warning[href]:focus,
|
||||
.label-warning[href]:hover {
|
||||
.label-warning[href]:focus, .label-warning[href]:hover {
|
||||
background-color: #ec971f;
|
||||
}
|
||||
|
||||
@ -4375,8 +4233,7 @@ a.label:hover {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
.label-danger[href]:focus,
|
||||
.label-danger[href]:hover {
|
||||
.label-danger[href]:focus, .label-danger[href]:hover {
|
||||
background-color: #c9302c;
|
||||
}
|
||||
|
||||
@ -4557,7 +4414,7 @@ a.label:hover {
|
||||
border-bottom-right-radius: .25rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0 \0) {
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress {
|
||||
background-color: #eee;
|
||||
border-radius: .25rem;
|
||||
@ -4594,7 +4451,7 @@ a.label:hover {
|
||||
background-size: 1rem 1rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0 \0) {
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress-bar-striped {
|
||||
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
||||
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
||||
@ -4613,7 +4470,7 @@ a.label:hover {
|
||||
animation: progress-bar-stripes 2s linear infinite;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0 \0) {
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress-animated .progress-bar-striped {
|
||||
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
||||
-o-animation: progress-bar-stripes 2s linear infinite;
|
||||
@ -4629,7 +4486,7 @@ a.label:hover {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0 \0) {
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress-success .progress-bar {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
@ -4643,7 +4500,7 @@ a.label:hover {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0 \0) {
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress-info .progress-bar {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
@ -4657,7 +4514,7 @@ a.label:hover {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0 \0) {
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress-warning .progress-bar {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
@ -4671,7 +4528,7 @@ a.label:hover {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 0 \0) {
|
||||
@media screen and (min-width: 0\0) {
|
||||
.progress-danger .progress-bar {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
@ -4778,8 +4635,7 @@ button.list-group-item .list-group-item-heading {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
a.list-group-item:focus,
|
||||
a.list-group-item:hover,
|
||||
a.list-group-item:focus, a.list-group-item:hover,
|
||||
button.list-group-item:focus,
|
||||
button.list-group-item:hover {
|
||||
color: #555;
|
||||
@ -4787,29 +4643,21 @@ button.list-group-item:hover {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.list-group-item.disabled,
|
||||
.list-group-item.disabled:focus,
|
||||
.list-group-item.disabled:hover {
|
||||
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
|
||||
color: #818a91;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-heading,
|
||||
.list-group-item.disabled:focus .list-group-item-heading,
|
||||
.list-group-item.disabled:hover .list-group-item-heading {
|
||||
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-text,
|
||||
.list-group-item.disabled:focus .list-group-item-text,
|
||||
.list-group-item.disabled:hover .list-group-item-text {
|
||||
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
|
||||
color: #818a91;
|
||||
}
|
||||
|
||||
.list-group-item.active,
|
||||
.list-group-item.active:focus,
|
||||
.list-group-item.active:hover {
|
||||
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
||||
z-index: 2;
|
||||
color: #fff;
|
||||
background-color: #0275d8;
|
||||
@ -4818,19 +4666,15 @@ button.list-group-item:hover {
|
||||
|
||||
.list-group-item.active .list-group-item-heading,
|
||||
.list-group-item.active .list-group-item-heading > small,
|
||||
.list-group-item.active .list-group-item-heading > .small,
|
||||
.list-group-item.active:focus .list-group-item-heading,
|
||||
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
|
||||
.list-group-item.active:focus .list-group-item-heading > small,
|
||||
.list-group-item.active:focus .list-group-item-heading > .small,
|
||||
.list-group-item.active:hover .list-group-item-heading,
|
||||
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
|
||||
.list-group-item.active:hover .list-group-item-heading > small,
|
||||
.list-group-item.active:hover .list-group-item-heading > .small {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.list-group-item.active .list-group-item-text,
|
||||
.list-group-item.active:focus .list-group-item-text,
|
||||
.list-group-item.active:hover .list-group-item-text {
|
||||
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
|
||||
color: #a8d6fe;
|
||||
}
|
||||
|
||||
@ -4849,17 +4693,14 @@ button.list-group-item-success .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-success:focus,
|
||||
a.list-group-item-success:hover,
|
||||
a.list-group-item-success:focus, a.list-group-item-success:hover,
|
||||
button.list-group-item-success:focus,
|
||||
button.list-group-item-success:hover {
|
||||
color: #3c763d;
|
||||
background-color: #d0e9c6;
|
||||
}
|
||||
|
||||
a.list-group-item-success.active,
|
||||
a.list-group-item-success.active:focus,
|
||||
a.list-group-item-success.active:hover,
|
||||
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
|
||||
button.list-group-item-success.active,
|
||||
button.list-group-item-success.active:focus,
|
||||
button.list-group-item-success.active:hover {
|
||||
@ -4883,17 +4724,14 @@ button.list-group-item-info .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-info:focus,
|
||||
a.list-group-item-info:hover,
|
||||
a.list-group-item-info:focus, a.list-group-item-info:hover,
|
||||
button.list-group-item-info:focus,
|
||||
button.list-group-item-info:hover {
|
||||
color: #31708f;
|
||||
background-color: #c4e3f3;
|
||||
}
|
||||
|
||||
a.list-group-item-info.active,
|
||||
a.list-group-item-info.active:focus,
|
||||
a.list-group-item-info.active:hover,
|
||||
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
|
||||
button.list-group-item-info.active,
|
||||
button.list-group-item-info.active:focus,
|
||||
button.list-group-item-info.active:hover {
|
||||
@ -4917,17 +4755,14 @@ button.list-group-item-warning .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-warning:focus,
|
||||
a.list-group-item-warning:hover,
|
||||
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
|
||||
button.list-group-item-warning:focus,
|
||||
button.list-group-item-warning:hover {
|
||||
color: #8a6d3b;
|
||||
background-color: #faf2cc;
|
||||
}
|
||||
|
||||
a.list-group-item-warning.active,
|
||||
a.list-group-item-warning.active:focus,
|
||||
a.list-group-item-warning.active:hover,
|
||||
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
|
||||
button.list-group-item-warning.active,
|
||||
button.list-group-item-warning.active:focus,
|
||||
button.list-group-item-warning.active:hover {
|
||||
@ -4951,17 +4786,14 @@ button.list-group-item-danger .list-group-item-heading {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a.list-group-item-danger:focus,
|
||||
a.list-group-item-danger:hover,
|
||||
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
|
||||
button.list-group-item-danger:focus,
|
||||
button.list-group-item-danger:hover {
|
||||
color: #a94442;
|
||||
background-color: #ebcccc;
|
||||
}
|
||||
|
||||
a.list-group-item-danger.active,
|
||||
a.list-group-item-danger.active:focus,
|
||||
a.list-group-item-danger.active:hover,
|
||||
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
|
||||
button.list-group-item-danger.active,
|
||||
button.list-group-item-danger.active:focus,
|
||||
button.list-group-item-danger.active:hover {
|
||||
@ -5024,8 +4856,7 @@ button.list-group-item-danger.active:hover {
|
||||
opacity: .2;
|
||||
}
|
||||
|
||||
.close:focus,
|
||||
.close:hover {
|
||||
.close:focus, .close:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
@ -5215,14 +5046,12 @@ button.close {
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-top,
|
||||
.tooltip.bs-tether-element-attached-bottom {
|
||||
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
|
||||
padding: 5px 0;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-top .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
||||
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
@ -5230,14 +5059,12 @@ button.close {
|
||||
border-top-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-right,
|
||||
.tooltip.bs-tether-element-attached-left {
|
||||
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
|
||||
padding: 0 5px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-right .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
||||
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
||||
top: 50%;
|
||||
left: 0;
|
||||
margin-top: -5px;
|
||||
@ -5245,14 +5072,12 @@ button.close {
|
||||
border-right-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-bottom,
|
||||
.tooltip.bs-tether-element-attached-top {
|
||||
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
|
||||
padding: 5px 0;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-bottom .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
||||
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
@ -5260,14 +5085,12 @@ button.close {
|
||||
border-bottom-color: #000;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-left,
|
||||
.tooltip.bs-tether-element-attached-right {
|
||||
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
|
||||
padding: 0 5px;
|
||||
margin-left: -3px;
|
||||
}
|
||||
|
||||
.tooltip.tooltip-left .tooltip-arrow,
|
||||
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
||||
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
||||
top: 50%;
|
||||
right: 0;
|
||||
margin-top: -5px;
|
||||
@ -5324,13 +5147,11 @@ button.close {
|
||||
line-break: auto;
|
||||
}
|
||||
|
||||
.popover.popover-top,
|
||||
.popover.bs-tether-element-attached-bottom {
|
||||
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.popover.popover-top .popover-arrow,
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow {
|
||||
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
|
||||
bottom: -11px;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
@ -5338,8 +5159,7 @@ button.close {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-top .popover-arrow::after,
|
||||
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
|
||||
.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
|
||||
bottom: 1px;
|
||||
margin-left: -10px;
|
||||
content: "";
|
||||
@ -5347,13 +5167,11 @@ button.close {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-right,
|
||||
.popover.bs-tether-element-attached-left {
|
||||
.popover.popover-right, .popover.bs-tether-element-attached-left {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.popover.popover-right .popover-arrow,
|
||||
.popover.bs-tether-element-attached-left .popover-arrow {
|
||||
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
|
||||
top: 50%;
|
||||
left: -11px;
|
||||
margin-top: -11px;
|
||||
@ -5361,8 +5179,7 @@ button.close {
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-right .popover-arrow::after,
|
||||
.popover.bs-tether-element-attached-left .popover-arrow::after {
|
||||
.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
|
||||
bottom: -10px;
|
||||
left: 1px;
|
||||
content: "";
|
||||
@ -5370,13 +5187,11 @@ button.close {
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.popover.popover-bottom,
|
||||
.popover.bs-tether-element-attached-top {
|
||||
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.popover.popover-bottom .popover-arrow,
|
||||
.popover.bs-tether-element-attached-top .popover-arrow {
|
||||
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
|
||||
top: -11px;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
@ -5384,8 +5199,7 @@ button.close {
|
||||
border-bottom-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
.popover.popover-bottom .popover-arrow::after,
|
||||
.popover.bs-tether-element-attached-top .popover-arrow::after {
|
||||
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
|
||||
top: 1px;
|
||||
margin-left: -10px;
|
||||
content: "";
|
||||
@ -5393,13 +5207,11 @@ button.close {
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
|
||||
.popover.popover-left,
|
||||
.popover.bs-tether-element-attached-right {
|
||||
.popover.popover-left, .popover.bs-tether-element-attached-right {
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.popover.popover-left .popover-arrow,
|
||||
.popover.bs-tether-element-attached-right .popover-arrow {
|
||||
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
|
||||
top: 50%;
|
||||
right: -11px;
|
||||
margin-top: -11px;
|
||||
@ -5407,8 +5219,7 @@ button.close {
|
||||
border-left-color: rgba(0, 0, 0, .25);
|
||||
}
|
||||
|
||||
.popover.popover-left .popover-arrow::after,
|
||||
.popover.bs-tether-element-attached-right .popover-arrow::after {
|
||||
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
|
||||
right: 1px;
|
||||
bottom: -10px;
|
||||
content: "";
|
||||
@ -5429,8 +5240,7 @@ button.close {
|
||||
padding: 9px 14px;
|
||||
}
|
||||
|
||||
.popover-arrow,
|
||||
.popover-arrow::after {
|
||||
.popover-arrow, .popover-arrow::after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 0;
|
||||
@ -5482,21 +5292,17 @@ button.close {
|
||||
-webkit-perspective: 1000px;
|
||||
perspective: 1000px;
|
||||
}
|
||||
.carousel-inner > .carousel-item.next,
|
||||
.carousel-inner > .carousel-item.active.right {
|
||||
.carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
|
||||
left: 0;
|
||||
-webkit-transform: translate3d(100%, 0, 0);
|
||||
transform: translate3d(100%, 0, 0);
|
||||
}
|
||||
.carousel-inner > .carousel-item.prev,
|
||||
.carousel-inner > .carousel-item.active.left {
|
||||
.carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
|
||||
left: 0;
|
||||
-webkit-transform: translate3d(-100%, 0, 0);
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
}
|
||||
.carousel-inner > .carousel-item.next.left,
|
||||
.carousel-inner > .carousel-item.prev.right,
|
||||
.carousel-inner > .carousel-item.active {
|
||||
.carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
|
||||
left: 0;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
@ -5574,8 +5380,7 @@ button.close {
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.carousel-control:focus,
|
||||
.carousel-control:hover {
|
||||
.carousel-control:focus, .carousel-control:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
outline: 0;
|
||||
@ -5716,8 +5521,7 @@ button.close {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.sr-only-focusable:active,
|
||||
.sr-only-focusable:focus {
|
||||
.sr-only-focusable:active, .sr-only-focusable:focus {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
@ -5848,8 +5652,7 @@ button.close {
|
||||
color: #0275d8;
|
||||
}
|
||||
|
||||
a.text-primary:focus,
|
||||
a.text-primary:hover {
|
||||
a.text-primary:focus, a.text-primary:hover {
|
||||
color: #025aa5;
|
||||
}
|
||||
|
||||
@ -5857,8 +5660,7 @@ a.text-primary:hover {
|
||||
color: #5cb85c;
|
||||
}
|
||||
|
||||
a.text-success:focus,
|
||||
a.text-success:hover {
|
||||
a.text-success:focus, a.text-success:hover {
|
||||
color: #449d44;
|
||||
}
|
||||
|
||||
@ -5866,8 +5668,7 @@ a.text-success:hover {
|
||||
color: #5bc0de;
|
||||
}
|
||||
|
||||
a.text-info:focus,
|
||||
a.text-info:hover {
|
||||
a.text-info:focus, a.text-info:hover {
|
||||
color: #31b0d5;
|
||||
}
|
||||
|
||||
@ -5875,8 +5676,7 @@ a.text-info:hover {
|
||||
color: #f0ad4e;
|
||||
}
|
||||
|
||||
a.text-warning:focus,
|
||||
a.text-warning:hover {
|
||||
a.text-warning:focus, a.text-warning:hover {
|
||||
color: #ec971f;
|
||||
}
|
||||
|
||||
@ -5884,8 +5684,7 @@ a.text-warning:hover {
|
||||
color: #d9534f;
|
||||
}
|
||||
|
||||
a.text-danger:focus,
|
||||
a.text-danger:hover {
|
||||
a.text-danger:focus, a.text-danger:hover {
|
||||
color: #c9302c;
|
||||
}
|
||||
|
||||
@ -5903,8 +5702,7 @@ a.text-danger:hover {
|
||||
background-color: #0275d8;
|
||||
}
|
||||
|
||||
a.bg-primary:focus,
|
||||
a.bg-primary:hover {
|
||||
a.bg-primary:focus, a.bg-primary:hover {
|
||||
background-color: #025aa5;
|
||||
}
|
||||
|
||||
@ -5913,8 +5711,7 @@ a.bg-primary:hover {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
a.bg-success:focus,
|
||||
a.bg-success:hover {
|
||||
a.bg-success:focus, a.bg-success:hover {
|
||||
background-color: #449d44;
|
||||
}
|
||||
|
||||
@ -5923,8 +5720,7 @@ a.bg-success:hover {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
a.bg-info:focus,
|
||||
a.bg-info:hover {
|
||||
a.bg-info:focus, a.bg-info:hover {
|
||||
background-color: #31b0d5;
|
||||
}
|
||||
|
||||
@ -5933,8 +5729,7 @@ a.bg-info:hover {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
a.bg-warning:focus,
|
||||
a.bg-warning:hover {
|
||||
a.bg-warning:focus, a.bg-warning:hover {
|
||||
background-color: #ec971f;
|
||||
}
|
||||
|
||||
@ -5943,8 +5738,7 @@ a.bg-warning:hover {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
a.bg-danger:focus,
|
||||
a.bg-danger:hover {
|
||||
a.bg-danger:focus, a.bg-danger:hover {
|
||||
background-color: #c9302c;
|
||||
}
|
||||
|
||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
@ -27,7 +27,7 @@ if (typeof jQuery === 'undefined') {
|
||||
|
||||
'use strict';
|
||||
|
||||
var _get = function get(_x, _x2, _x3) { var _again = true; _function: while (_again) { var object = _x, property = _x2, receiver = _x3; desc = parent = getter = undefined; _again = false; if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { _x = parent; _x2 = property; _x3 = receiver; _again = true; continue _function; } } else if ('value' in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } } };
|
||||
var _get = function get(_x, _x2, _x3) { var _again = true; _function: while (_again) { var object = _x, property = _x2, receiver = _x3; _again = false; if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { _x = parent; _x2 = property; _x3 = receiver; _again = true; desc = parent = undefined; continue _function; } } else if ('value' in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } } };
|
||||
|
||||
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
|
||||
|
||||
|
217
dist/js/bootstrap.min.js
vendored
217
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/umd/popover.js
vendored
2
dist/js/umd/popover.js
vendored
@ -15,7 +15,7 @@
|
||||
|
||||
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
|
||||
|
||||
var _get = function get(_x, _x2, _x3) { var _again = true; _function: while (_again) { var object = _x, property = _x2, receiver = _x3; desc = parent = getter = undefined; _again = false; if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { _x = parent; _x2 = property; _x3 = receiver; _again = true; continue _function; } } else if ('value' in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } } };
|
||||
var _get = function get(_x, _x2, _x3) { var _again = true; _function: while (_again) { var object = _x, property = _x2, receiver = _x3; _again = false; if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { _x = parent; _x2 = property; _x3 = receiver; _again = true; desc = parent = undefined; continue _function; } } else if ('value' in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } } };
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
||||
|
||||
|
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
js/dist/popover.js
vendored
2
js/dist/popover.js
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
|
||||
|
||||
var _get = function get(_x, _x2, _x3) { var _again = true; _function: while (_again) { var object = _x, property = _x2, receiver = _x3; desc = parent = getter = undefined; _again = false; if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { _x = parent; _x2 = property; _x3 = receiver; _again = true; continue _function; } } else if ('value' in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } } };
|
||||
var _get = function get(_x, _x2, _x3) { var _again = true; _function: while (_again) { var object = _x, property = _x2, receiver = _x3; _again = false; if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { _x = parent; _x2 = property; _x3 = receiver; _again = true; desc = parent = undefined; continue _function; } } else if ('value' in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } } };
|
||||
|
||||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user