mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Run grunt
.
[ci skip]
This commit is contained in:
parent
1b645ef686
commit
eea6690d0e
@ -153,7 +153,8 @@ select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
html input[type="button"], input[type="reset"],
|
html input[type="button"],
|
||||||
|
input[type="reset"],
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
-webkit-appearance: button;
|
-webkit-appearance: button;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -386,8 +387,7 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:focus,
|
a:focus, a:hover {
|
||||||
a:hover {
|
|
||||||
color: #014c8c;
|
color: #014c8c;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
@ -415,6 +415,19 @@ img {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a,
|
||||||
|
area,
|
||||||
|
button,
|
||||||
|
[role="button"],
|
||||||
|
input,
|
||||||
|
label,
|
||||||
|
select,
|
||||||
|
summary,
|
||||||
|
textarea {
|
||||||
|
-ms-touch-action: manipulation;
|
||||||
|
touch-action: manipulation;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
@ -1902,8 +1915,7 @@ pre code {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control:disabled,
|
.form-control:disabled, .form-control[readonly] {
|
||||||
.form-control[readonly] {
|
|
||||||
background-color: #eceeef;
|
background-color: #eceeef;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
@ -1932,21 +1944,27 @@ pre code {
|
|||||||
input[type="date"].input-sm,
|
input[type="date"].input-sm,
|
||||||
.input-group-sm input[type="date"].form-control,
|
.input-group-sm input[type="date"].form-control,
|
||||||
input[type="time"].input-sm,
|
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[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[type="month"].input-sm,
|
||||||
.input-group-sm input[type="month"].form-control {
|
.input-group-sm
|
||||||
|
input[type="month"].form-control {
|
||||||
line-height: 1.8625rem;
|
line-height: 1.8625rem;
|
||||||
}
|
}
|
||||||
input[type="date"].input-lg,
|
input[type="date"].input-lg,
|
||||||
.input-group-lg input[type="date"].form-control,
|
.input-group-lg input[type="date"].form-control,
|
||||||
input[type="time"].input-lg,
|
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[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[type="month"].input-lg,
|
||||||
.input-group-lg input[type="month"].form-control {
|
.input-group-lg
|
||||||
|
input[type="month"].form-control {
|
||||||
line-height: 3.166667rem;
|
line-height: 3.166667rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1958,11 +1976,9 @@ pre code {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control-static.form-control-sm,
|
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
|
||||||
.input-group-sm > .form-control-static.form-control,
|
|
||||||
.input-group-sm > .form-control-static.input-group-addon,
|
.input-group-sm > .form-control-static.input-group-addon,
|
||||||
.input-group-sm > .input-group-btn > .form-control-static.btn,
|
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
|
||||||
.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 > .form-control-static.input-group-addon,
|
||||||
.input-group-lg > .input-group-btn > .form-control-static.btn {
|
.input-group-lg > .input-group-btn > .form-control-static.btn {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
@ -2042,8 +2058,7 @@ pre code {
|
|||||||
margin-left: .75rem;
|
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,
|
||||||
input[type="checkbox"].disabled {
|
input[type="checkbox"].disabled {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
@ -2222,8 +2237,6 @@ input[type="checkbox"].disabled {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
-ms-touch-action: manipulation;
|
|
||||||
touch-action: manipulation;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
@ -2233,19 +2246,13 @@ input[type="checkbox"].disabled {
|
|||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:focus,
|
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
|
||||||
.btn.focus,
|
|
||||||
.btn:active:focus,
|
|
||||||
.btn:active.focus,
|
|
||||||
.btn.active:focus,
|
|
||||||
.btn.active.focus {
|
|
||||||
outline: thin dotted;
|
outline: thin dotted;
|
||||||
outline: 5px auto -webkit-focus-ring-color;
|
outline: 5px auto -webkit-focus-ring-color;
|
||||||
outline-offset: -2px;
|
outline-offset: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:focus,
|
.btn:focus, .btn:hover {
|
||||||
.btn:hover {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2253,14 +2260,12 @@ input[type="checkbox"].disabled {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:active,
|
.btn:active, .btn.active {
|
||||||
.btn.active {
|
|
||||||
background-image: none;
|
background-image: none;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.disabled,
|
.btn.disabled, .btn:disabled {
|
||||||
.btn:disabled {
|
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
opacity: .65;
|
opacity: .65;
|
||||||
}
|
}
|
||||||
@ -2282,15 +2287,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #01549b;
|
border-color: #01549b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:focus,
|
.btn-primary:focus, .btn-primary.focus {
|
||||||
.btn-primary.focus {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #025aa5;
|
background-color: #025aa5;
|
||||||
border-color: #01549b;
|
border-color: #01549b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:active,
|
.btn-primary:active, .btn-primary.active,
|
||||||
.btn-primary.active,
|
|
||||||
.open > .btn-primary.dropdown-toggle {
|
.open > .btn-primary.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #025aa5;
|
background-color: #025aa5;
|
||||||
@ -2298,12 +2301,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #01549b;
|
border-color: #01549b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:active:hover,
|
.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: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:hover,
|
||||||
.open > .btn-primary.dropdown-toggle:focus,
|
.open > .btn-primary.dropdown-toggle:focus,
|
||||||
.open > .btn-primary.dropdown-toggle.focus {
|
.open > .btn-primary.dropdown-toggle.focus {
|
||||||
@ -2312,16 +2310,12 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #01315a;
|
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;
|
background-color: #0275d8;
|
||||||
border-color: #0275d8;
|
border-color: #0275d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary.disabled:hover,
|
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
|
||||||
.btn-primary:disabled:hover {
|
|
||||||
background-color: #0275d8;
|
background-color: #0275d8;
|
||||||
border-color: #0275d8;
|
border-color: #0275d8;
|
||||||
}
|
}
|
||||||
@ -2338,15 +2332,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #adadad;
|
border-color: #adadad;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary:focus,
|
.btn-secondary:focus, .btn-secondary.focus {
|
||||||
.btn-secondary.focus {
|
|
||||||
color: #373a3c;
|
color: #373a3c;
|
||||||
background-color: #e6e6e6;
|
background-color: #e6e6e6;
|
||||||
border-color: #adadad;
|
border-color: #adadad;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary:active,
|
.btn-secondary:active, .btn-secondary.active,
|
||||||
.btn-secondary.active,
|
|
||||||
.open > .btn-secondary.dropdown-toggle {
|
.open > .btn-secondary.dropdown-toggle {
|
||||||
color: #373a3c;
|
color: #373a3c;
|
||||||
background-color: #e6e6e6;
|
background-color: #e6e6e6;
|
||||||
@ -2354,12 +2346,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #adadad;
|
border-color: #adadad;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary:active:hover,
|
.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: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:hover,
|
||||||
.open > .btn-secondary.dropdown-toggle:focus,
|
.open > .btn-secondary.dropdown-toggle:focus,
|
||||||
.open > .btn-secondary.dropdown-toggle.focus {
|
.open > .btn-secondary.dropdown-toggle.focus {
|
||||||
@ -2368,16 +2355,12 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #8c8c8c;
|
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;
|
background-color: #fff;
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary.disabled:hover,
|
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
|
||||||
.btn-secondary:disabled:hover {
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
@ -2394,15 +2377,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #2aabd2;
|
border-color: #2aabd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info:focus,
|
.btn-info:focus, .btn-info.focus {
|
||||||
.btn-info.focus {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #31b0d5;
|
background-color: #31b0d5;
|
||||||
border-color: #2aabd2;
|
border-color: #2aabd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info:active,
|
.btn-info:active, .btn-info.active,
|
||||||
.btn-info.active,
|
|
||||||
.open > .btn-info.dropdown-toggle {
|
.open > .btn-info.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #31b0d5;
|
background-color: #31b0d5;
|
||||||
@ -2410,12 +2391,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #2aabd2;
|
border-color: #2aabd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info:active:hover,
|
.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: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:hover,
|
||||||
.open > .btn-info.dropdown-toggle:focus,
|
.open > .btn-info.dropdown-toggle:focus,
|
||||||
.open > .btn-info.dropdown-toggle.focus {
|
.open > .btn-info.dropdown-toggle.focus {
|
||||||
@ -2424,16 +2400,12 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #1f7e9a;
|
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;
|
background-color: #5bc0de;
|
||||||
border-color: #5bc0de;
|
border-color: #5bc0de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info.disabled:hover,
|
.btn-info.disabled:hover, .btn-info:disabled:hover {
|
||||||
.btn-info:disabled:hover {
|
|
||||||
background-color: #5bc0de;
|
background-color: #5bc0de;
|
||||||
border-color: #5bc0de;
|
border-color: #5bc0de;
|
||||||
}
|
}
|
||||||
@ -2450,15 +2422,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #419641;
|
border-color: #419641;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success:focus,
|
.btn-success:focus, .btn-success.focus {
|
||||||
.btn-success.focus {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #449d44;
|
background-color: #449d44;
|
||||||
border-color: #419641;
|
border-color: #419641;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success:active,
|
.btn-success:active, .btn-success.active,
|
||||||
.btn-success.active,
|
|
||||||
.open > .btn-success.dropdown-toggle {
|
.open > .btn-success.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #449d44;
|
background-color: #449d44;
|
||||||
@ -2466,12 +2436,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #419641;
|
border-color: #419641;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success:active:hover,
|
.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: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:hover,
|
||||||
.open > .btn-success.dropdown-toggle:focus,
|
.open > .btn-success.dropdown-toggle:focus,
|
||||||
.open > .btn-success.dropdown-toggle.focus {
|
.open > .btn-success.dropdown-toggle.focus {
|
||||||
@ -2480,16 +2445,12 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #2d672d;
|
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;
|
background-color: #5cb85c;
|
||||||
border-color: #5cb85c;
|
border-color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success.disabled:hover,
|
.btn-success.disabled:hover, .btn-success:disabled:hover {
|
||||||
.btn-success:disabled:hover {
|
|
||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
border-color: #5cb85c;
|
border-color: #5cb85c;
|
||||||
}
|
}
|
||||||
@ -2506,15 +2467,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #eb9316;
|
border-color: #eb9316;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning:focus,
|
.btn-warning:focus, .btn-warning.focus {
|
||||||
.btn-warning.focus {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #ec971f;
|
background-color: #ec971f;
|
||||||
border-color: #eb9316;
|
border-color: #eb9316;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning:active,
|
.btn-warning:active, .btn-warning.active,
|
||||||
.btn-warning.active,
|
|
||||||
.open > .btn-warning.dropdown-toggle {
|
.open > .btn-warning.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #ec971f;
|
background-color: #ec971f;
|
||||||
@ -2522,12 +2481,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #eb9316;
|
border-color: #eb9316;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning:active:hover,
|
.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: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:hover,
|
||||||
.open > .btn-warning.dropdown-toggle:focus,
|
.open > .btn-warning.dropdown-toggle:focus,
|
||||||
.open > .btn-warning.dropdown-toggle.focus {
|
.open > .btn-warning.dropdown-toggle.focus {
|
||||||
@ -2536,16 +2490,12 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #b06d0f;
|
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;
|
background-color: #f0ad4e;
|
||||||
border-color: #f0ad4e;
|
border-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning.disabled:hover,
|
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
|
||||||
.btn-warning:disabled:hover {
|
|
||||||
background-color: #f0ad4e;
|
background-color: #f0ad4e;
|
||||||
border-color: #f0ad4e;
|
border-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
@ -2562,15 +2512,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #c12e2a;
|
border-color: #c12e2a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger:focus,
|
.btn-danger:focus, .btn-danger.focus {
|
||||||
.btn-danger.focus {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #c9302c;
|
background-color: #c9302c;
|
||||||
border-color: #c12e2a;
|
border-color: #c12e2a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger:active,
|
.btn-danger:active, .btn-danger.active,
|
||||||
.btn-danger.active,
|
|
||||||
.open > .btn-danger.dropdown-toggle {
|
.open > .btn-danger.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #c9302c;
|
background-color: #c9302c;
|
||||||
@ -2578,12 +2526,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #c12e2a;
|
border-color: #c12e2a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger:active:hover,
|
.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: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:hover,
|
||||||
.open > .btn-danger.dropdown-toggle:focus,
|
.open > .btn-danger.dropdown-toggle:focus,
|
||||||
.open > .btn-danger.dropdown-toggle.focus {
|
.open > .btn-danger.dropdown-toggle.focus {
|
||||||
@ -2592,16 +2535,12 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #8b211e;
|
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;
|
background-color: #d9534f;
|
||||||
border-color: #d9534f;
|
border-color: #d9534f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger.disabled:hover,
|
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
|
||||||
.btn-danger:disabled:hover {
|
|
||||||
background-color: #d9534f;
|
background-color: #d9534f;
|
||||||
border-color: #d9534f;
|
border-color: #d9534f;
|
||||||
}
|
}
|
||||||
@ -2613,10 +2552,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #0275d8;
|
border-color: #0275d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary-outline:focus,
|
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
|
||||||
.btn-primary-outline.focus,
|
|
||||||
.btn-primary-outline:active,
|
|
||||||
.btn-primary-outline.active,
|
|
||||||
.open > .btn-primary-outline.dropdown-toggle {
|
.open > .btn-primary-outline.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #0275d8;
|
background-color: #0275d8;
|
||||||
@ -2629,15 +2565,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #0275d8;
|
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;
|
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;
|
border-color: #43a7fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2648,10 +2580,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary-outline:focus,
|
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
|
||||||
.btn-secondary-outline.focus,
|
|
||||||
.btn-secondary-outline:active,
|
|
||||||
.btn-secondary-outline.active,
|
|
||||||
.open > .btn-secondary-outline.dropdown-toggle {
|
.open > .btn-secondary-outline.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
@ -2664,15 +2593,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #ccc;
|
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;
|
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;
|
border-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2683,10 +2608,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #5bc0de;
|
border-color: #5bc0de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info-outline:focus,
|
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
|
||||||
.btn-info-outline.focus,
|
|
||||||
.btn-info-outline:active,
|
|
||||||
.btn-info-outline.active,
|
|
||||||
.open > .btn-info-outline.dropdown-toggle {
|
.open > .btn-info-outline.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #5bc0de;
|
background-color: #5bc0de;
|
||||||
@ -2699,15 +2621,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #5bc0de;
|
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;
|
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;
|
border-color: #b0e1ef;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2718,10 +2636,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #5cb85c;
|
border-color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success-outline:focus,
|
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
|
||||||
.btn-success-outline.focus,
|
|
||||||
.btn-success-outline:active,
|
|
||||||
.btn-success-outline.active,
|
|
||||||
.open > .btn-success-outline.dropdown-toggle {
|
.open > .btn-success-outline.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
@ -2734,15 +2649,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #5cb85c;
|
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;
|
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;
|
border-color: #a3d7a3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2753,10 +2664,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #f0ad4e;
|
border-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning-outline:focus,
|
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
|
||||||
.btn-warning-outline.focus,
|
|
||||||
.btn-warning-outline:active,
|
|
||||||
.btn-warning-outline.active,
|
|
||||||
.open > .btn-warning-outline.dropdown-toggle {
|
.open > .btn-warning-outline.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #f0ad4e;
|
background-color: #f0ad4e;
|
||||||
@ -2769,15 +2677,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #f0ad4e;
|
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;
|
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;
|
border-color: #f8d9ac;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2788,10 +2692,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #d9534f;
|
border-color: #d9534f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger-outline:focus,
|
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
|
||||||
.btn-danger-outline.focus,
|
|
||||||
.btn-danger-outline:active,
|
|
||||||
.btn-danger-outline.active,
|
|
||||||
.open > .btn-danger-outline.dropdown-toggle {
|
.open > .btn-danger-outline.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #d9534f;
|
background-color: #d9534f;
|
||||||
@ -2804,15 +2705,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #d9534f;
|
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;
|
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;
|
border-color: #eba5a3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2822,16 +2719,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-link,
|
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
|
||||||
.btn-link:active,
|
|
||||||
.btn-link.active,
|
|
||||||
.btn-link:disabled {
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-link,
|
.btn-link, .btn-link:focus, .btn-link:active {
|
||||||
.btn-link:focus,
|
|
||||||
.btn-link:active {
|
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2839,15 +2731,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-link:focus,
|
.btn-link:focus, .btn-link:hover {
|
||||||
.btn-link:hover {
|
|
||||||
color: #014c8c;
|
color: #014c8c;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-link:disabled:focus,
|
.btn-link:disabled:focus, .btn-link:disabled:hover {
|
||||||
.btn-link:disabled:hover {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@ -2984,30 +2874,24 @@ input[type="button"].btn-block {
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item:focus,
|
.dropdown-item:focus, .dropdown-item:hover {
|
||||||
.dropdown-item:hover {
|
|
||||||
color: #2b2d2f;
|
color: #2b2d2f;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item.active,
|
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
|
||||||
.dropdown-item.active:focus,
|
|
||||||
.dropdown-item.active:hover {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #0275d8;
|
background-color: #0275d8;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item.disabled,
|
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||||
.dropdown-item.disabled:focus,
|
|
||||||
.dropdown-item.disabled:hover {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item.disabled:focus,
|
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||||
.dropdown-item.disabled:hover {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -3083,9 +2967,7 @@ input[type="button"].btn-block {
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group > .btn:focus,
|
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
|
||||||
.btn-group > .btn:active,
|
|
||||||
.btn-group > .btn.active,
|
|
||||||
.btn-group-vertical > .btn:focus,
|
.btn-group-vertical > .btn:focus,
|
||||||
.btn-group-vertical > .btn:active,
|
.btn-group-vertical > .btn:active,
|
||||||
.btn-group-vertical > .btn.active {
|
.btn-group-vertical > .btn.active {
|
||||||
@ -3303,14 +3185,16 @@ input[type="button"].btn-block {
|
|||||||
border-radius: .25rem;
|
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 {
|
.input-group-sm > .input-group-btn > .input-group-addon.btn {
|
||||||
padding: .275rem .75rem;
|
padding: .275rem .75rem;
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
border-radius: .2rem;
|
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 {
|
.input-group-lg > .input-group-btn > .input-group-addon.btn {
|
||||||
padding: .75rem 1.25rem;
|
padding: .75rem 1.25rem;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
@ -3366,9 +3250,7 @@ input[type="button"].btn-block {
|
|||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group-btn > .btn:focus,
|
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
|
||||||
.input-group-btn > .btn:active,
|
|
||||||
.input-group-btn > .btn:hover {
|
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3573,8 +3455,7 @@ input[type="button"].btn-block {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link:focus,
|
.nav-link:focus, .nav-link:hover {
|
||||||
.nav-link:hover {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3582,9 +3463,7 @@ input[type="button"].btn-block {
|
|||||||
color: #818a91;
|
color: #818a91;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link.disabled,
|
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
|
||||||
.nav-link.disabled:focus,
|
|
||||||
.nav-link.disabled:hover {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -3620,22 +3499,17 @@ input[type="button"].btn-block {
|
|||||||
border-radius: .25rem .25rem 0 0;
|
border-radius: .25rem .25rem 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs .nav-link:focus,
|
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
|
||||||
.nav-tabs .nav-link:hover {
|
|
||||||
border-color: #eceeef #eceeef #ddd;
|
border-color: #eceeef #eceeef #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs .nav-link.disabled,
|
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
|
||||||
.nav-tabs .nav-link.disabled:focus,
|
|
||||||
.nav-tabs .nav-link.disabled:hover {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs .nav-link.active,
|
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
|
||||||
.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,
|
||||||
.nav-tabs .nav-item.open .nav-link:focus,
|
.nav-tabs .nav-item.open .nav-link:focus,
|
||||||
.nav-tabs .nav-item.open .nav-link:hover {
|
.nav-tabs .nav-item.open .nav-link:hover {
|
||||||
@ -3664,9 +3538,7 @@ input[type="button"].btn-block {
|
|||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-pills .nav-link.active,
|
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
|
||||||
.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,
|
||||||
.nav-pills .nav-item.open .nav-link:focus,
|
.nav-pills .nav-item.open .nav-link:focus,
|
||||||
.nav-pills .nav-item.open .nav-link:hover {
|
.nav-pills .nav-item.open .nav-link:hover {
|
||||||
@ -3771,8 +3643,7 @@ input[type="button"].btn-block {
|
|||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-brand:focus,
|
.navbar-brand:focus, .navbar-brand:hover {
|
||||||
.navbar-brand:hover {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3803,8 +3674,7 @@ input[type="button"].btn-block {
|
|||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-toggler:focus,
|
.navbar-toggler:focus, .navbar-toggler:hover {
|
||||||
.navbar-toggler:hover {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3848,8 +3718,7 @@ input[type="button"].btn-block {
|
|||||||
color: rgba(0, 0, 0, .8);
|
color: rgba(0, 0, 0, .8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-light .navbar-brand:focus,
|
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
|
||||||
.navbar-light .navbar-brand:hover {
|
|
||||||
color: rgba(0, 0, 0, .8);
|
color: rgba(0, 0, 0, .8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3857,14 +3726,11 @@ input[type="button"].btn-block {
|
|||||||
color: rgba(0, 0, 0, .3);
|
color: rgba(0, 0, 0, .3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-light .navbar-nav .nav-link:focus,
|
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
|
||||||
.navbar-light .navbar-nav .nav-link:hover {
|
|
||||||
color: rgba(0, 0, 0, .6);
|
color: rgba(0, 0, 0, .6);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-light .navbar-nav .open > .nav-link,
|
.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:focus,
|
|
||||||
.navbar-light .navbar-nav .open > .nav-link:hover,
|
|
||||||
.navbar-light .navbar-nav .active > .nav-link,
|
.navbar-light .navbar-nav .active > .nav-link,
|
||||||
.navbar-light .navbar-nav .active > .nav-link:focus,
|
.navbar-light .navbar-nav .active > .nav-link:focus,
|
||||||
.navbar-light .navbar-nav .active > .nav-link:hover,
|
.navbar-light .navbar-nav .active > .nav-link:hover,
|
||||||
@ -3885,8 +3751,7 @@ input[type="button"].btn-block {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-dark .navbar-brand:focus,
|
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
|
||||||
.navbar-dark .navbar-brand:hover {
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3894,14 +3759,11 @@ input[type="button"].btn-block {
|
|||||||
color: rgba(255, 255, 255, .5);
|
color: rgba(255, 255, 255, .5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-dark .navbar-nav .nav-link:focus,
|
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
|
||||||
.navbar-dark .navbar-nav .nav-link:hover {
|
|
||||||
color: rgba(255, 255, 255, .75);
|
color: rgba(255, 255, 255, .75);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-dark .navbar-nav .open > .nav-link,
|
.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:focus,
|
|
||||||
.navbar-dark .navbar-nav .open > .nav-link:hover,
|
|
||||||
.navbar-dark .navbar-nav .active > .nav-link,
|
.navbar-dark .navbar-nav .active > .nav-link,
|
||||||
.navbar-dark .navbar-nav .active > .nav-link:focus,
|
.navbar-dark .navbar-nav .active > .nav-link:focus,
|
||||||
.navbar-dark .navbar-nav .active > .nav-link:hover,
|
.navbar-dark .navbar-nav .active > .nav-link:hover,
|
||||||
@ -3920,6 +3782,7 @@ input[type="button"].btn-block {
|
|||||||
|
|
||||||
.card {
|
.card {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: block;
|
||||||
margin-bottom: .75rem;
|
margin-bottom: .75rem;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: .0625rem solid #e5e5e5;
|
border: .0625rem solid #e5e5e5;
|
||||||
@ -4022,8 +3885,7 @@ input[type="button"].btn-block {
|
|||||||
color: rgba(255, 255, 255, .65);
|
color: rgba(255, 255, 255, .65);
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-inverse .card-link:focus,
|
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
|
||||||
.card-inverse .card-link:hover {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4196,8 +4058,7 @@ input[type="button"].btn-block {
|
|||||||
border-bottom-right-radius: .25rem;
|
border-bottom-right-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination > li > a:focus,
|
.pagination > li > a:focus, .pagination > li > a:hover,
|
||||||
.pagination > li > a:hover,
|
|
||||||
.pagination > li > span:focus,
|
.pagination > li > span:focus,
|
||||||
.pagination > li > span:hover {
|
.pagination > li > span:hover {
|
||||||
color: #014c8c;
|
color: #014c8c;
|
||||||
@ -4205,9 +4066,7 @@ input[type="button"].btn-block {
|
|||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination > .active > a,
|
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
|
||||||
.pagination > .active > a:focus,
|
|
||||||
.pagination > .active > a:hover,
|
|
||||||
.pagination > .active > span,
|
.pagination > .active > span,
|
||||||
.pagination > .active > span:focus,
|
.pagination > .active > span:focus,
|
||||||
.pagination > .active > span:hover {
|
.pagination > .active > span:hover {
|
||||||
@ -4218,9 +4077,7 @@ input[type="button"].btn-block {
|
|||||||
border-color: #0275d8;
|
border-color: #0275d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination > .disabled > span,
|
.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover,
|
||||||
.pagination > .disabled > span:focus,
|
|
||||||
.pagination > .disabled > span:hover,
|
|
||||||
.pagination > .disabled > a,
|
.pagination > .disabled > a,
|
||||||
.pagination > .disabled > a:focus,
|
.pagination > .disabled > a:focus,
|
||||||
.pagination > .disabled > a:hover {
|
.pagination > .disabled > a:hover {
|
||||||
@ -4295,15 +4152,12 @@ input[type="button"].btn-block {
|
|||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager li > a:focus,
|
.pager li > a:focus, .pager li > a:hover {
|
||||||
.pager li > a:hover {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #eceeef;
|
background-color: #eceeef;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager .disabled > a,
|
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
|
||||||
.pager .disabled > a:focus,
|
|
||||||
.pager .disabled > a:hover {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -4347,8 +4201,7 @@ input[type="button"].btn-block {
|
|||||||
top: -1px;
|
top: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.label:focus,
|
a.label:focus, a.label:hover {
|
||||||
a.label:hover {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -4357,15 +4210,14 @@ a.label:hover {
|
|||||||
.label-pill {
|
.label-pill {
|
||||||
padding-right: .6em;
|
padding-right: .6em;
|
||||||
padding-left: .6em;
|
padding-left: .6em;
|
||||||
border-radius: 1rem;
|
border-radius: 10rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-default {
|
.label-default {
|
||||||
background-color: #818a91;
|
background-color: #818a91;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-default[href]:focus,
|
.label-default[href]:focus, .label-default[href]:hover {
|
||||||
.label-default[href]:hover {
|
|
||||||
background-color: #687077;
|
background-color: #687077;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4373,8 +4225,7 @@ a.label:hover {
|
|||||||
background-color: #0275d8;
|
background-color: #0275d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-primary[href]:focus,
|
.label-primary[href]:focus, .label-primary[href]:hover {
|
||||||
.label-primary[href]:hover {
|
|
||||||
background-color: #025aa5;
|
background-color: #025aa5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4382,8 +4233,7 @@ a.label:hover {
|
|||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-success[href]:focus,
|
.label-success[href]:focus, .label-success[href]:hover {
|
||||||
.label-success[href]:hover {
|
|
||||||
background-color: #449d44;
|
background-color: #449d44;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4391,8 +4241,7 @@ a.label:hover {
|
|||||||
background-color: #5bc0de;
|
background-color: #5bc0de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-info[href]:focus,
|
.label-info[href]:focus, .label-info[href]:hover {
|
||||||
.label-info[href]:hover {
|
|
||||||
background-color: #31b0d5;
|
background-color: #31b0d5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4400,8 +4249,7 @@ a.label:hover {
|
|||||||
background-color: #f0ad4e;
|
background-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-warning[href]:focus,
|
.label-warning[href]:focus, .label-warning[href]:hover {
|
||||||
.label-warning[href]:hover {
|
|
||||||
background-color: #ec971f;
|
background-color: #ec971f;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4409,8 +4257,7 @@ a.label:hover {
|
|||||||
background-color: #d9534f;
|
background-color: #d9534f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-danger[href]:focus,
|
.label-danger[href]:focus, .label-danger[href]:hover {
|
||||||
.label-danger[href]:hover {
|
|
||||||
background-color: #c9302c;
|
background-color: #c9302c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4591,7 +4438,7 @@ a.label:hover {
|
|||||||
border-bottom-right-radius: .25rem;
|
border-bottom-right-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
@media screen and (min-width: 0\0) {
|
||||||
.progress {
|
.progress {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
@ -4628,7 +4475,7 @@ a.label:hover {
|
|||||||
background-size: 1rem 1rem;
|
background-size: 1rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
@media screen and (min-width: 0\0) {
|
||||||
.progress-bar-striped {
|
.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: -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);
|
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);
|
||||||
@ -4647,7 +4494,7 @@ a.label:hover {
|
|||||||
animation: progress-bar-stripes 2s linear infinite;
|
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 {
|
.progress-animated .progress-bar-striped {
|
||||||
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
||||||
-o-animation: progress-bar-stripes 2s linear infinite;
|
-o-animation: progress-bar-stripes 2s linear infinite;
|
||||||
@ -4663,7 +4510,7 @@ a.label:hover {
|
|||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
@media screen and (min-width: 0\0) {
|
||||||
.progress-success .progress-bar {
|
.progress-success .progress-bar {
|
||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
}
|
}
|
||||||
@ -4677,7 +4524,7 @@ a.label:hover {
|
|||||||
background-color: #5bc0de;
|
background-color: #5bc0de;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
@media screen and (min-width: 0\0) {
|
||||||
.progress-info .progress-bar {
|
.progress-info .progress-bar {
|
||||||
background-color: #5bc0de;
|
background-color: #5bc0de;
|
||||||
}
|
}
|
||||||
@ -4691,7 +4538,7 @@ a.label:hover {
|
|||||||
background-color: #f0ad4e;
|
background-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
@media screen and (min-width: 0\0) {
|
||||||
.progress-warning .progress-bar {
|
.progress-warning .progress-bar {
|
||||||
background-color: #f0ad4e;
|
background-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
@ -4705,7 +4552,7 @@ a.label:hover {
|
|||||||
background-color: #d9534f;
|
background-color: #d9534f;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
@media screen and (min-width: 0\0) {
|
||||||
.progress-danger .progress-bar {
|
.progress-danger .progress-bar {
|
||||||
background-color: #d9534f;
|
background-color: #d9534f;
|
||||||
}
|
}
|
||||||
@ -4812,8 +4659,7 @@ button.list-group-item .list-group-item-heading {
|
|||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item:focus,
|
a.list-group-item:focus, a.list-group-item:hover,
|
||||||
a.list-group-item:hover,
|
|
||||||
button.list-group-item:focus,
|
button.list-group-item:focus,
|
||||||
button.list-group-item:hover {
|
button.list-group-item:hover {
|
||||||
color: #555;
|
color: #555;
|
||||||
@ -4821,29 +4667,21 @@ button.list-group-item:hover {
|
|||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.disabled,
|
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
|
||||||
.list-group-item.disabled:focus,
|
|
||||||
.list-group-item.disabled:hover {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: #eceeef;
|
background-color: #eceeef;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.disabled .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 {
|
||||||
.list-group-item.disabled:focus .list-group-item-heading,
|
|
||||||
.list-group-item.disabled:hover .list-group-item-heading {
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.disabled .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 {
|
||||||
.list-group-item.disabled:focus .list-group-item-text,
|
|
||||||
.list-group-item.disabled:hover .list-group-item-text {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.active,
|
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
||||||
.list-group-item.active:focus,
|
|
||||||
.list-group-item.active:hover {
|
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #0275d8;
|
background-color: #0275d8;
|
||||||
@ -4852,19 +4690,15 @@ button.list-group-item:hover {
|
|||||||
|
|
||||||
.list-group-item.active .list-group-item-heading,
|
.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 .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: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: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: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,
|
||||||
.list-group-item.active:hover .list-group-item-heading > .small {
|
.list-group-item.active:hover .list-group-item-heading > .small {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.active .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 {
|
||||||
.list-group-item.active:focus .list-group-item-text,
|
|
||||||
.list-group-item.active:hover .list-group-item-text {
|
|
||||||
color: #a8d6fe;
|
color: #a8d6fe;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4883,17 +4717,14 @@ button.list-group-item-success .list-group-item-heading {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-success:focus,
|
a.list-group-item-success:focus, a.list-group-item-success:hover,
|
||||||
a.list-group-item-success:hover,
|
|
||||||
button.list-group-item-success:focus,
|
button.list-group-item-success:focus,
|
||||||
button.list-group-item-success:hover {
|
button.list-group-item-success:hover {
|
||||||
color: #3c763d;
|
color: #3c763d;
|
||||||
background-color: #d0e9c6;
|
background-color: #d0e9c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-success.active,
|
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:focus,
|
|
||||||
a.list-group-item-success.active:hover,
|
|
||||||
button.list-group-item-success.active,
|
button.list-group-item-success.active,
|
||||||
button.list-group-item-success.active:focus,
|
button.list-group-item-success.active:focus,
|
||||||
button.list-group-item-success.active:hover {
|
button.list-group-item-success.active:hover {
|
||||||
@ -4917,17 +4748,14 @@ button.list-group-item-info .list-group-item-heading {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-info:focus,
|
a.list-group-item-info:focus, a.list-group-item-info:hover,
|
||||||
a.list-group-item-info:hover,
|
|
||||||
button.list-group-item-info:focus,
|
button.list-group-item-info:focus,
|
||||||
button.list-group-item-info:hover {
|
button.list-group-item-info:hover {
|
||||||
color: #31708f;
|
color: #31708f;
|
||||||
background-color: #c4e3f3;
|
background-color: #c4e3f3;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-info.active,
|
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:focus,
|
|
||||||
a.list-group-item-info.active:hover,
|
|
||||||
button.list-group-item-info.active,
|
button.list-group-item-info.active,
|
||||||
button.list-group-item-info.active:focus,
|
button.list-group-item-info.active:focus,
|
||||||
button.list-group-item-info.active:hover {
|
button.list-group-item-info.active:hover {
|
||||||
@ -4951,17 +4779,14 @@ button.list-group-item-warning .list-group-item-heading {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-warning:focus,
|
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
|
||||||
a.list-group-item-warning:hover,
|
|
||||||
button.list-group-item-warning:focus,
|
button.list-group-item-warning:focus,
|
||||||
button.list-group-item-warning:hover {
|
button.list-group-item-warning:hover {
|
||||||
color: #8a6d3b;
|
color: #8a6d3b;
|
||||||
background-color: #faf2cc;
|
background-color: #faf2cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-warning.active,
|
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:focus,
|
|
||||||
a.list-group-item-warning.active:hover,
|
|
||||||
button.list-group-item-warning.active,
|
button.list-group-item-warning.active,
|
||||||
button.list-group-item-warning.active:focus,
|
button.list-group-item-warning.active:focus,
|
||||||
button.list-group-item-warning.active:hover {
|
button.list-group-item-warning.active:hover {
|
||||||
@ -4985,17 +4810,14 @@ button.list-group-item-danger .list-group-item-heading {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-danger:focus,
|
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
|
||||||
a.list-group-item-danger:hover,
|
|
||||||
button.list-group-item-danger:focus,
|
button.list-group-item-danger:focus,
|
||||||
button.list-group-item-danger:hover {
|
button.list-group-item-danger:hover {
|
||||||
color: #a94442;
|
color: #a94442;
|
||||||
background-color: #ebcccc;
|
background-color: #ebcccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-danger.active,
|
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:focus,
|
|
||||||
a.list-group-item-danger.active:hover,
|
|
||||||
button.list-group-item-danger.active,
|
button.list-group-item-danger.active,
|
||||||
button.list-group-item-danger.active:focus,
|
button.list-group-item-danger.active:focus,
|
||||||
button.list-group-item-danger.active:hover {
|
button.list-group-item-danger.active:hover {
|
||||||
@ -5058,8 +4880,7 @@ button.list-group-item-danger.active:hover {
|
|||||||
opacity: .2;
|
opacity: .2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.close:focus,
|
.close:focus, .close:hover {
|
||||||
.close:hover {
|
|
||||||
color: #000;
|
color: #000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -5251,14 +5072,12 @@ button.close {
|
|||||||
opacity: .9;
|
opacity: .9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-top,
|
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
|
||||||
.tooltip.bs-tether-element-attached-bottom {
|
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
margin-top: -3px;
|
margin-top: -3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-top .tooltip-arrow,
|
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
||||||
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
@ -5266,14 +5085,12 @@ button.close {
|
|||||||
border-top-color: #000;
|
border-top-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-right,
|
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
|
||||||
.tooltip.bs-tether-element-attached-left {
|
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-right .tooltip-arrow,
|
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
||||||
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
@ -5281,14 +5098,12 @@ button.close {
|
|||||||
border-right-color: #000;
|
border-right-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-bottom,
|
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
|
||||||
.tooltip.bs-tether-element-attached-top {
|
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-bottom .tooltip-arrow,
|
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
||||||
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
@ -5296,14 +5111,12 @@ button.close {
|
|||||||
border-bottom-color: #000;
|
border-bottom-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-left,
|
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
|
||||||
.tooltip.bs-tether-element-attached-right {
|
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
margin-left: -3px;
|
margin-left: -3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-left .tooltip-arrow,
|
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
||||||
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
@ -5360,13 +5173,11 @@ button.close {
|
|||||||
line-break: auto;
|
line-break: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-top,
|
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
|
||||||
.popover.bs-tether-element-attached-bottom {
|
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-top .popover-arrow,
|
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
|
||||||
.popover.bs-tether-element-attached-bottom .popover-arrow {
|
|
||||||
bottom: -11px;
|
bottom: -11px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -11px;
|
margin-left: -11px;
|
||||||
@ -5374,8 +5185,7 @@ button.close {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-top .popover-arrow::after,
|
.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
|
||||||
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
|
|
||||||
bottom: 1px;
|
bottom: 1px;
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
content: "";
|
content: "";
|
||||||
@ -5383,13 +5193,11 @@ button.close {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-right,
|
.popover.popover-right, .popover.bs-tether-element-attached-left {
|
||||||
.popover.bs-tether-element-attached-left {
|
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-right .popover-arrow,
|
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
|
||||||
.popover.bs-tether-element-attached-left .popover-arrow {
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: -11px;
|
left: -11px;
|
||||||
margin-top: -11px;
|
margin-top: -11px;
|
||||||
@ -5397,8 +5205,7 @@ button.close {
|
|||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-right .popover-arrow::after,
|
.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
|
||||||
.popover.bs-tether-element-attached-left .popover-arrow::after {
|
|
||||||
bottom: -10px;
|
bottom: -10px;
|
||||||
left: 1px;
|
left: 1px;
|
||||||
content: "";
|
content: "";
|
||||||
@ -5406,13 +5213,11 @@ button.close {
|
|||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-bottom,
|
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
|
||||||
.popover.bs-tether-element-attached-top {
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-bottom .popover-arrow,
|
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
|
||||||
.popover.bs-tether-element-attached-top .popover-arrow {
|
|
||||||
top: -11px;
|
top: -11px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -11px;
|
margin-left: -11px;
|
||||||
@ -5420,8 +5225,7 @@ button.close {
|
|||||||
border-bottom-color: rgba(0, 0, 0, .25);
|
border-bottom-color: rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-bottom .popover-arrow::after,
|
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
|
||||||
.popover.bs-tether-element-attached-top .popover-arrow::after {
|
|
||||||
top: 1px;
|
top: 1px;
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
content: "";
|
content: "";
|
||||||
@ -5429,13 +5233,11 @@ button.close {
|
|||||||
border-bottom-color: #fff;
|
border-bottom-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-left,
|
.popover.popover-left, .popover.bs-tether-element-attached-right {
|
||||||
.popover.bs-tether-element-attached-right {
|
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-left .popover-arrow,
|
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
|
||||||
.popover.bs-tether-element-attached-right .popover-arrow {
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
right: -11px;
|
right: -11px;
|
||||||
margin-top: -11px;
|
margin-top: -11px;
|
||||||
@ -5443,8 +5245,7 @@ button.close {
|
|||||||
border-left-color: rgba(0, 0, 0, .25);
|
border-left-color: rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-left .popover-arrow::after,
|
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
|
||||||
.popover.bs-tether-element-attached-right .popover-arrow::after {
|
|
||||||
right: 1px;
|
right: 1px;
|
||||||
bottom: -10px;
|
bottom: -10px;
|
||||||
content: "";
|
content: "";
|
||||||
@ -5465,8 +5266,7 @@ button.close {
|
|||||||
padding: 9px 14px;
|
padding: 9px 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-arrow,
|
.popover-arrow, .popover-arrow::after {
|
||||||
.popover-arrow::after {
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
width: 0;
|
width: 0;
|
||||||
@ -5520,21 +5320,17 @@ button.close {
|
|||||||
-webkit-perspective: 1000px;
|
-webkit-perspective: 1000px;
|
||||||
perspective: 1000px;
|
perspective: 1000px;
|
||||||
}
|
}
|
||||||
.carousel-inner > .carousel-item.next,
|
.carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
|
||||||
.carousel-inner > .carousel-item.active.right {
|
|
||||||
left: 0;
|
left: 0;
|
||||||
-webkit-transform: translate3d(100%, 0, 0);
|
-webkit-transform: translate3d(100%, 0, 0);
|
||||||
transform: translate3d(100%, 0, 0);
|
transform: translate3d(100%, 0, 0);
|
||||||
}
|
}
|
||||||
.carousel-inner > .carousel-item.prev,
|
.carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
|
||||||
.carousel-inner > .carousel-item.active.left {
|
|
||||||
left: 0;
|
left: 0;
|
||||||
-webkit-transform: translate3d(-100%, 0, 0);
|
-webkit-transform: translate3d(-100%, 0, 0);
|
||||||
transform: translate3d(-100%, 0, 0);
|
transform: translate3d(-100%, 0, 0);
|
||||||
}
|
}
|
||||||
.carousel-inner > .carousel-item.next.left,
|
.carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
|
||||||
.carousel-inner > .carousel-item.prev.right,
|
|
||||||
.carousel-inner > .carousel-item.active {
|
|
||||||
left: 0;
|
left: 0;
|
||||||
-webkit-transform: translate3d(0, 0, 0);
|
-webkit-transform: translate3d(0, 0, 0);
|
||||||
transform: translate3d(0, 0, 0);
|
transform: translate3d(0, 0, 0);
|
||||||
@ -5612,8 +5408,7 @@ button.close {
|
|||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-control:focus,
|
.carousel-control:focus, .carousel-control:hover {
|
||||||
.carousel-control:hover {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
@ -5754,8 +5549,7 @@ button.close {
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sr-only-focusable:active,
|
.sr-only-focusable:active, .sr-only-focusable:focus {
|
||||||
.sr-only-focusable:focus {
|
|
||||||
position: static;
|
position: static;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
@ -5882,8 +5676,7 @@ button.close {
|
|||||||
color: #0275d8 !important;
|
color: #0275d8 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.text-primary:focus,
|
a.text-primary:focus, a.text-primary:hover {
|
||||||
a.text-primary:hover {
|
|
||||||
color: #025aa5;
|
color: #025aa5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5891,8 +5684,7 @@ a.text-primary:hover {
|
|||||||
color: #5cb85c !important;
|
color: #5cb85c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.text-success:focus,
|
a.text-success:focus, a.text-success:hover {
|
||||||
a.text-success:hover {
|
|
||||||
color: #449d44;
|
color: #449d44;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5900,8 +5692,7 @@ a.text-success:hover {
|
|||||||
color: #5bc0de !important;
|
color: #5bc0de !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.text-info:focus,
|
a.text-info:focus, a.text-info:hover {
|
||||||
a.text-info:hover {
|
|
||||||
color: #31b0d5;
|
color: #31b0d5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5909,8 +5700,7 @@ a.text-info:hover {
|
|||||||
color: #f0ad4e !important;
|
color: #f0ad4e !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.text-warning:focus,
|
a.text-warning:focus, a.text-warning:hover {
|
||||||
a.text-warning:hover {
|
|
||||||
color: #ec971f;
|
color: #ec971f;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5918,8 +5708,7 @@ a.text-warning:hover {
|
|||||||
color: #d9534f !important;
|
color: #d9534f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.text-danger:focus,
|
a.text-danger:focus, a.text-danger:hover {
|
||||||
a.text-danger:hover {
|
|
||||||
color: #c9302c;
|
color: #c9302c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5937,8 +5726,7 @@ a.text-danger:hover {
|
|||||||
background-color: #0275d8 !important;
|
background-color: #0275d8 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.bg-primary:focus,
|
a.bg-primary:focus, a.bg-primary:hover {
|
||||||
a.bg-primary:hover {
|
|
||||||
background-color: #025aa5;
|
background-color: #025aa5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5947,8 +5735,7 @@ a.bg-primary:hover {
|
|||||||
background-color: #5cb85c !important;
|
background-color: #5cb85c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.bg-success:focus,
|
a.bg-success:focus, a.bg-success:hover {
|
||||||
a.bg-success:hover {
|
|
||||||
background-color: #449d44;
|
background-color: #449d44;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5957,8 +5744,7 @@ a.bg-success:hover {
|
|||||||
background-color: #5bc0de !important;
|
background-color: #5bc0de !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.bg-info:focus,
|
a.bg-info:focus, a.bg-info:hover {
|
||||||
a.bg-info:hover {
|
|
||||||
background-color: #31b0d5;
|
background-color: #31b0d5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5967,8 +5753,7 @@ a.bg-info:hover {
|
|||||||
background-color: #f0ad4e !important;
|
background-color: #f0ad4e !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.bg-warning:focus,
|
a.bg-warning:focus, a.bg-warning:hover {
|
||||||
a.bg-warning:hover {
|
|
||||||
background-color: #ec971f;
|
background-color: #ec971f;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5977,8 +5762,7 @@ a.bg-warning:hover {
|
|||||||
background-color: #d9534f !important;
|
background-color: #d9534f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.bg-danger:focus,
|
a.bg-danger:focus, a.bg-danger:hover {
|
||||||
a.bg-danger:hover {
|
|
||||||
background-color: #c9302c;
|
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
@ -10,8 +10,8 @@ if (typeof jQuery === 'undefined') {
|
|||||||
|
|
||||||
+function ($) {
|
+function ($) {
|
||||||
var version = $.fn.jquery.split(' ')[0].split('.')
|
var version = $.fn.jquery.split(' ')[0].split('.')
|
||||||
if (version[0] !== '2') {
|
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] >= 3)) {
|
||||||
throw new Error('Bootstrap\'s JavaScript requires jQuery version 2.x.x')
|
throw new Error('Bootstrap\'s JavaScript requires at least jQuery v1.9.1 but less than v3.0.0')
|
||||||
}
|
}
|
||||||
}(jQuery);
|
}(jQuery);
|
||||||
|
|
||||||
@ -2768,8 +2768,8 @@ var Tooltip = (function ($) {
|
|||||||
* Check for Tether dependency
|
* Check for Tether dependency
|
||||||
* Tether - http://github.hubspot.com/tether/
|
* Tether - http://github.hubspot.com/tether/
|
||||||
*/
|
*/
|
||||||
if (!window.Tether) {
|
if (window.Tether === undefined) {
|
||||||
throw new Error("Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)");
|
throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
4
dist/js/bootstrap.min.js
vendored
4
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
4
dist/js/umd/tooltip.js
vendored
4
dist/js/umd/tooltip.js
vendored
@ -36,8 +36,8 @@
|
|||||||
* Check for Tether dependency
|
* Check for Tether dependency
|
||||||
* Tether - http://github.hubspot.com/tether/
|
* Tether - http://github.hubspot.com/tether/
|
||||||
*/
|
*/
|
||||||
if (!window.Tether) {
|
if (window.Tether === undefined) {
|
||||||
throw new Error("Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)");
|
throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
File diff suppressed because one or more lines are too long
@ -153,7 +153,8 @@ select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
html input[type="button"], input[type="reset"],
|
html input[type="button"],
|
||||||
|
input[type="reset"],
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
-webkit-appearance: button;
|
-webkit-appearance: button;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -386,8 +387,7 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:focus,
|
a:focus, a:hover {
|
||||||
a:hover {
|
|
||||||
color: #014c8c;
|
color: #014c8c;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
@ -415,6 +415,19 @@ img {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a,
|
||||||
|
area,
|
||||||
|
button,
|
||||||
|
[role="button"],
|
||||||
|
input,
|
||||||
|
label,
|
||||||
|
select,
|
||||||
|
summary,
|
||||||
|
textarea {
|
||||||
|
-ms-touch-action: manipulation;
|
||||||
|
touch-action: manipulation;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
@ -1902,8 +1915,7 @@ pre code {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control:disabled,
|
.form-control:disabled, .form-control[readonly] {
|
||||||
.form-control[readonly] {
|
|
||||||
background-color: #eceeef;
|
background-color: #eceeef;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
@ -1932,21 +1944,27 @@ pre code {
|
|||||||
input[type="date"].input-sm,
|
input[type="date"].input-sm,
|
||||||
.input-group-sm input[type="date"].form-control,
|
.input-group-sm input[type="date"].form-control,
|
||||||
input[type="time"].input-sm,
|
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[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[type="month"].input-sm,
|
||||||
.input-group-sm input[type="month"].form-control {
|
.input-group-sm
|
||||||
|
input[type="month"].form-control {
|
||||||
line-height: 1.8625rem;
|
line-height: 1.8625rem;
|
||||||
}
|
}
|
||||||
input[type="date"].input-lg,
|
input[type="date"].input-lg,
|
||||||
.input-group-lg input[type="date"].form-control,
|
.input-group-lg input[type="date"].form-control,
|
||||||
input[type="time"].input-lg,
|
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[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[type="month"].input-lg,
|
||||||
.input-group-lg input[type="month"].form-control {
|
.input-group-lg
|
||||||
|
input[type="month"].form-control {
|
||||||
line-height: 3.166667rem;
|
line-height: 3.166667rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1958,11 +1976,9 @@ pre code {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control-static.form-control-sm,
|
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
|
||||||
.input-group-sm > .form-control-static.form-control,
|
|
||||||
.input-group-sm > .form-control-static.input-group-addon,
|
.input-group-sm > .form-control-static.input-group-addon,
|
||||||
.input-group-sm > .input-group-btn > .form-control-static.btn,
|
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
|
||||||
.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 > .form-control-static.input-group-addon,
|
||||||
.input-group-lg > .input-group-btn > .form-control-static.btn {
|
.input-group-lg > .input-group-btn > .form-control-static.btn {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
@ -2042,8 +2058,7 @@ pre code {
|
|||||||
margin-left: .75rem;
|
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,
|
||||||
input[type="checkbox"].disabled {
|
input[type="checkbox"].disabled {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
@ -2222,8 +2237,6 @@ input[type="checkbox"].disabled {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
-ms-touch-action: manipulation;
|
|
||||||
touch-action: manipulation;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
@ -2233,19 +2246,13 @@ input[type="checkbox"].disabled {
|
|||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:focus,
|
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
|
||||||
.btn.focus,
|
|
||||||
.btn:active:focus,
|
|
||||||
.btn:active.focus,
|
|
||||||
.btn.active:focus,
|
|
||||||
.btn.active.focus {
|
|
||||||
outline: thin dotted;
|
outline: thin dotted;
|
||||||
outline: 5px auto -webkit-focus-ring-color;
|
outline: 5px auto -webkit-focus-ring-color;
|
||||||
outline-offset: -2px;
|
outline-offset: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:focus,
|
.btn:focus, .btn:hover {
|
||||||
.btn:hover {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2253,14 +2260,12 @@ input[type="checkbox"].disabled {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:active,
|
.btn:active, .btn.active {
|
||||||
.btn.active {
|
|
||||||
background-image: none;
|
background-image: none;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.disabled,
|
.btn.disabled, .btn:disabled {
|
||||||
.btn:disabled {
|
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
opacity: .65;
|
opacity: .65;
|
||||||
}
|
}
|
||||||
@ -2282,15 +2287,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #01549b;
|
border-color: #01549b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:focus,
|
.btn-primary:focus, .btn-primary.focus {
|
||||||
.btn-primary.focus {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #025aa5;
|
background-color: #025aa5;
|
||||||
border-color: #01549b;
|
border-color: #01549b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:active,
|
.btn-primary:active, .btn-primary.active,
|
||||||
.btn-primary.active,
|
|
||||||
.open > .btn-primary.dropdown-toggle {
|
.open > .btn-primary.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #025aa5;
|
background-color: #025aa5;
|
||||||
@ -2298,12 +2301,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #01549b;
|
border-color: #01549b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:active:hover,
|
.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: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:hover,
|
||||||
.open > .btn-primary.dropdown-toggle:focus,
|
.open > .btn-primary.dropdown-toggle:focus,
|
||||||
.open > .btn-primary.dropdown-toggle.focus {
|
.open > .btn-primary.dropdown-toggle.focus {
|
||||||
@ -2312,16 +2310,12 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #01315a;
|
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;
|
background-color: #0275d8;
|
||||||
border-color: #0275d8;
|
border-color: #0275d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary.disabled:hover,
|
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
|
||||||
.btn-primary:disabled:hover {
|
|
||||||
background-color: #0275d8;
|
background-color: #0275d8;
|
||||||
border-color: #0275d8;
|
border-color: #0275d8;
|
||||||
}
|
}
|
||||||
@ -2338,15 +2332,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #adadad;
|
border-color: #adadad;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary:focus,
|
.btn-secondary:focus, .btn-secondary.focus {
|
||||||
.btn-secondary.focus {
|
|
||||||
color: #373a3c;
|
color: #373a3c;
|
||||||
background-color: #e6e6e6;
|
background-color: #e6e6e6;
|
||||||
border-color: #adadad;
|
border-color: #adadad;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary:active,
|
.btn-secondary:active, .btn-secondary.active,
|
||||||
.btn-secondary.active,
|
|
||||||
.open > .btn-secondary.dropdown-toggle {
|
.open > .btn-secondary.dropdown-toggle {
|
||||||
color: #373a3c;
|
color: #373a3c;
|
||||||
background-color: #e6e6e6;
|
background-color: #e6e6e6;
|
||||||
@ -2354,12 +2346,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #adadad;
|
border-color: #adadad;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary:active:hover,
|
.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: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:hover,
|
||||||
.open > .btn-secondary.dropdown-toggle:focus,
|
.open > .btn-secondary.dropdown-toggle:focus,
|
||||||
.open > .btn-secondary.dropdown-toggle.focus {
|
.open > .btn-secondary.dropdown-toggle.focus {
|
||||||
@ -2368,16 +2355,12 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #8c8c8c;
|
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;
|
background-color: #fff;
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary.disabled:hover,
|
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
|
||||||
.btn-secondary:disabled:hover {
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
@ -2394,15 +2377,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #2aabd2;
|
border-color: #2aabd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info:focus,
|
.btn-info:focus, .btn-info.focus {
|
||||||
.btn-info.focus {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #31b0d5;
|
background-color: #31b0d5;
|
||||||
border-color: #2aabd2;
|
border-color: #2aabd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info:active,
|
.btn-info:active, .btn-info.active,
|
||||||
.btn-info.active,
|
|
||||||
.open > .btn-info.dropdown-toggle {
|
.open > .btn-info.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #31b0d5;
|
background-color: #31b0d5;
|
||||||
@ -2410,12 +2391,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #2aabd2;
|
border-color: #2aabd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info:active:hover,
|
.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: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:hover,
|
||||||
.open > .btn-info.dropdown-toggle:focus,
|
.open > .btn-info.dropdown-toggle:focus,
|
||||||
.open > .btn-info.dropdown-toggle.focus {
|
.open > .btn-info.dropdown-toggle.focus {
|
||||||
@ -2424,16 +2400,12 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #1f7e9a;
|
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;
|
background-color: #5bc0de;
|
||||||
border-color: #5bc0de;
|
border-color: #5bc0de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info.disabled:hover,
|
.btn-info.disabled:hover, .btn-info:disabled:hover {
|
||||||
.btn-info:disabled:hover {
|
|
||||||
background-color: #5bc0de;
|
background-color: #5bc0de;
|
||||||
border-color: #5bc0de;
|
border-color: #5bc0de;
|
||||||
}
|
}
|
||||||
@ -2450,15 +2422,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #419641;
|
border-color: #419641;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success:focus,
|
.btn-success:focus, .btn-success.focus {
|
||||||
.btn-success.focus {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #449d44;
|
background-color: #449d44;
|
||||||
border-color: #419641;
|
border-color: #419641;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success:active,
|
.btn-success:active, .btn-success.active,
|
||||||
.btn-success.active,
|
|
||||||
.open > .btn-success.dropdown-toggle {
|
.open > .btn-success.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #449d44;
|
background-color: #449d44;
|
||||||
@ -2466,12 +2436,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #419641;
|
border-color: #419641;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success:active:hover,
|
.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: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:hover,
|
||||||
.open > .btn-success.dropdown-toggle:focus,
|
.open > .btn-success.dropdown-toggle:focus,
|
||||||
.open > .btn-success.dropdown-toggle.focus {
|
.open > .btn-success.dropdown-toggle.focus {
|
||||||
@ -2480,16 +2445,12 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #2d672d;
|
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;
|
background-color: #5cb85c;
|
||||||
border-color: #5cb85c;
|
border-color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success.disabled:hover,
|
.btn-success.disabled:hover, .btn-success:disabled:hover {
|
||||||
.btn-success:disabled:hover {
|
|
||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
border-color: #5cb85c;
|
border-color: #5cb85c;
|
||||||
}
|
}
|
||||||
@ -2506,15 +2467,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #eb9316;
|
border-color: #eb9316;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning:focus,
|
.btn-warning:focus, .btn-warning.focus {
|
||||||
.btn-warning.focus {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #ec971f;
|
background-color: #ec971f;
|
||||||
border-color: #eb9316;
|
border-color: #eb9316;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning:active,
|
.btn-warning:active, .btn-warning.active,
|
||||||
.btn-warning.active,
|
|
||||||
.open > .btn-warning.dropdown-toggle {
|
.open > .btn-warning.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #ec971f;
|
background-color: #ec971f;
|
||||||
@ -2522,12 +2481,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #eb9316;
|
border-color: #eb9316;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning:active:hover,
|
.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: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:hover,
|
||||||
.open > .btn-warning.dropdown-toggle:focus,
|
.open > .btn-warning.dropdown-toggle:focus,
|
||||||
.open > .btn-warning.dropdown-toggle.focus {
|
.open > .btn-warning.dropdown-toggle.focus {
|
||||||
@ -2536,16 +2490,12 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #b06d0f;
|
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;
|
background-color: #f0ad4e;
|
||||||
border-color: #f0ad4e;
|
border-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning.disabled:hover,
|
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
|
||||||
.btn-warning:disabled:hover {
|
|
||||||
background-color: #f0ad4e;
|
background-color: #f0ad4e;
|
||||||
border-color: #f0ad4e;
|
border-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
@ -2562,15 +2512,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #c12e2a;
|
border-color: #c12e2a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger:focus,
|
.btn-danger:focus, .btn-danger.focus {
|
||||||
.btn-danger.focus {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #c9302c;
|
background-color: #c9302c;
|
||||||
border-color: #c12e2a;
|
border-color: #c12e2a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger:active,
|
.btn-danger:active, .btn-danger.active,
|
||||||
.btn-danger.active,
|
|
||||||
.open > .btn-danger.dropdown-toggle {
|
.open > .btn-danger.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #c9302c;
|
background-color: #c9302c;
|
||||||
@ -2578,12 +2526,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #c12e2a;
|
border-color: #c12e2a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger:active:hover,
|
.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: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:hover,
|
||||||
.open > .btn-danger.dropdown-toggle:focus,
|
.open > .btn-danger.dropdown-toggle:focus,
|
||||||
.open > .btn-danger.dropdown-toggle.focus {
|
.open > .btn-danger.dropdown-toggle.focus {
|
||||||
@ -2592,16 +2535,12 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #8b211e;
|
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;
|
background-color: #d9534f;
|
||||||
border-color: #d9534f;
|
border-color: #d9534f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger.disabled:hover,
|
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
|
||||||
.btn-danger:disabled:hover {
|
|
||||||
background-color: #d9534f;
|
background-color: #d9534f;
|
||||||
border-color: #d9534f;
|
border-color: #d9534f;
|
||||||
}
|
}
|
||||||
@ -2613,10 +2552,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #0275d8;
|
border-color: #0275d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary-outline:focus,
|
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
|
||||||
.btn-primary-outline.focus,
|
|
||||||
.btn-primary-outline:active,
|
|
||||||
.btn-primary-outline.active,
|
|
||||||
.open > .btn-primary-outline.dropdown-toggle {
|
.open > .btn-primary-outline.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #0275d8;
|
background-color: #0275d8;
|
||||||
@ -2629,15 +2565,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #0275d8;
|
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;
|
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;
|
border-color: #43a7fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2648,10 +2580,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary-outline:focus,
|
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
|
||||||
.btn-secondary-outline.focus,
|
|
||||||
.btn-secondary-outline:active,
|
|
||||||
.btn-secondary-outline.active,
|
|
||||||
.open > .btn-secondary-outline.dropdown-toggle {
|
.open > .btn-secondary-outline.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
@ -2664,15 +2593,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #ccc;
|
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;
|
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;
|
border-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2683,10 +2608,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #5bc0de;
|
border-color: #5bc0de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info-outline:focus,
|
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
|
||||||
.btn-info-outline.focus,
|
|
||||||
.btn-info-outline:active,
|
|
||||||
.btn-info-outline.active,
|
|
||||||
.open > .btn-info-outline.dropdown-toggle {
|
.open > .btn-info-outline.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #5bc0de;
|
background-color: #5bc0de;
|
||||||
@ -2699,15 +2621,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #5bc0de;
|
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;
|
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;
|
border-color: #b0e1ef;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2718,10 +2636,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #5cb85c;
|
border-color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success-outline:focus,
|
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
|
||||||
.btn-success-outline.focus,
|
|
||||||
.btn-success-outline:active,
|
|
||||||
.btn-success-outline.active,
|
|
||||||
.open > .btn-success-outline.dropdown-toggle {
|
.open > .btn-success-outline.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
@ -2734,15 +2649,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #5cb85c;
|
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;
|
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;
|
border-color: #a3d7a3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2753,10 +2664,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #f0ad4e;
|
border-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning-outline:focus,
|
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
|
||||||
.btn-warning-outline.focus,
|
|
||||||
.btn-warning-outline:active,
|
|
||||||
.btn-warning-outline.active,
|
|
||||||
.open > .btn-warning-outline.dropdown-toggle {
|
.open > .btn-warning-outline.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #f0ad4e;
|
background-color: #f0ad4e;
|
||||||
@ -2769,15 +2677,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #f0ad4e;
|
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;
|
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;
|
border-color: #f8d9ac;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2788,10 +2692,7 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #d9534f;
|
border-color: #d9534f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger-outline:focus,
|
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
|
||||||
.btn-danger-outline.focus,
|
|
||||||
.btn-danger-outline:active,
|
|
||||||
.btn-danger-outline.active,
|
|
||||||
.open > .btn-danger-outline.dropdown-toggle {
|
.open > .btn-danger-outline.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #d9534f;
|
background-color: #d9534f;
|
||||||
@ -2804,15 +2705,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: #d9534f;
|
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;
|
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;
|
border-color: #eba5a3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2822,16 +2719,11 @@ fieldset[disabled] a.btn {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-link,
|
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
|
||||||
.btn-link:active,
|
|
||||||
.btn-link.active,
|
|
||||||
.btn-link:disabled {
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-link,
|
.btn-link, .btn-link:focus, .btn-link:active {
|
||||||
.btn-link:focus,
|
|
||||||
.btn-link:active {
|
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2839,15 +2731,13 @@ fieldset[disabled] a.btn {
|
|||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-link:focus,
|
.btn-link:focus, .btn-link:hover {
|
||||||
.btn-link:hover {
|
|
||||||
color: #014c8c;
|
color: #014c8c;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-link:disabled:focus,
|
.btn-link:disabled:focus, .btn-link:disabled:hover {
|
||||||
.btn-link:disabled:hover {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@ -2984,30 +2874,24 @@ input[type="button"].btn-block {
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item:focus,
|
.dropdown-item:focus, .dropdown-item:hover {
|
||||||
.dropdown-item:hover {
|
|
||||||
color: #2b2d2f;
|
color: #2b2d2f;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item.active,
|
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
|
||||||
.dropdown-item.active:focus,
|
|
||||||
.dropdown-item.active:hover {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #0275d8;
|
background-color: #0275d8;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item.disabled,
|
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||||
.dropdown-item.disabled:focus,
|
|
||||||
.dropdown-item.disabled:hover {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item.disabled:focus,
|
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||||
.dropdown-item.disabled:hover {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -3083,9 +2967,7 @@ input[type="button"].btn-block {
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group > .btn:focus,
|
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
|
||||||
.btn-group > .btn:active,
|
|
||||||
.btn-group > .btn.active,
|
|
||||||
.btn-group-vertical > .btn:focus,
|
.btn-group-vertical > .btn:focus,
|
||||||
.btn-group-vertical > .btn:active,
|
.btn-group-vertical > .btn:active,
|
||||||
.btn-group-vertical > .btn.active {
|
.btn-group-vertical > .btn.active {
|
||||||
@ -3303,14 +3185,16 @@ input[type="button"].btn-block {
|
|||||||
border-radius: .25rem;
|
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 {
|
.input-group-sm > .input-group-btn > .input-group-addon.btn {
|
||||||
padding: .275rem .75rem;
|
padding: .275rem .75rem;
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
border-radius: .2rem;
|
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 {
|
.input-group-lg > .input-group-btn > .input-group-addon.btn {
|
||||||
padding: .75rem 1.25rem;
|
padding: .75rem 1.25rem;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
@ -3366,9 +3250,7 @@ input[type="button"].btn-block {
|
|||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group-btn > .btn:focus,
|
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
|
||||||
.input-group-btn > .btn:active,
|
|
||||||
.input-group-btn > .btn:hover {
|
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3573,8 +3455,7 @@ input[type="button"].btn-block {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link:focus,
|
.nav-link:focus, .nav-link:hover {
|
||||||
.nav-link:hover {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3582,9 +3463,7 @@ input[type="button"].btn-block {
|
|||||||
color: #818a91;
|
color: #818a91;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link.disabled,
|
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
|
||||||
.nav-link.disabled:focus,
|
|
||||||
.nav-link.disabled:hover {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -3620,22 +3499,17 @@ input[type="button"].btn-block {
|
|||||||
border-radius: .25rem .25rem 0 0;
|
border-radius: .25rem .25rem 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs .nav-link:focus,
|
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
|
||||||
.nav-tabs .nav-link:hover {
|
|
||||||
border-color: #eceeef #eceeef #ddd;
|
border-color: #eceeef #eceeef #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs .nav-link.disabled,
|
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
|
||||||
.nav-tabs .nav-link.disabled:focus,
|
|
||||||
.nav-tabs .nav-link.disabled:hover {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs .nav-link.active,
|
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
|
||||||
.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,
|
||||||
.nav-tabs .nav-item.open .nav-link:focus,
|
.nav-tabs .nav-item.open .nav-link:focus,
|
||||||
.nav-tabs .nav-item.open .nav-link:hover {
|
.nav-tabs .nav-item.open .nav-link:hover {
|
||||||
@ -3664,9 +3538,7 @@ input[type="button"].btn-block {
|
|||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-pills .nav-link.active,
|
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
|
||||||
.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,
|
||||||
.nav-pills .nav-item.open .nav-link:focus,
|
.nav-pills .nav-item.open .nav-link:focus,
|
||||||
.nav-pills .nav-item.open .nav-link:hover {
|
.nav-pills .nav-item.open .nav-link:hover {
|
||||||
@ -3771,8 +3643,7 @@ input[type="button"].btn-block {
|
|||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-brand:focus,
|
.navbar-brand:focus, .navbar-brand:hover {
|
||||||
.navbar-brand:hover {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3803,8 +3674,7 @@ input[type="button"].btn-block {
|
|||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-toggler:focus,
|
.navbar-toggler:focus, .navbar-toggler:hover {
|
||||||
.navbar-toggler:hover {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3848,8 +3718,7 @@ input[type="button"].btn-block {
|
|||||||
color: rgba(0, 0, 0, .8);
|
color: rgba(0, 0, 0, .8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-light .navbar-brand:focus,
|
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
|
||||||
.navbar-light .navbar-brand:hover {
|
|
||||||
color: rgba(0, 0, 0, .8);
|
color: rgba(0, 0, 0, .8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3857,14 +3726,11 @@ input[type="button"].btn-block {
|
|||||||
color: rgba(0, 0, 0, .3);
|
color: rgba(0, 0, 0, .3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-light .navbar-nav .nav-link:focus,
|
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
|
||||||
.navbar-light .navbar-nav .nav-link:hover {
|
|
||||||
color: rgba(0, 0, 0, .6);
|
color: rgba(0, 0, 0, .6);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-light .navbar-nav .open > .nav-link,
|
.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:focus,
|
|
||||||
.navbar-light .navbar-nav .open > .nav-link:hover,
|
|
||||||
.navbar-light .navbar-nav .active > .nav-link,
|
.navbar-light .navbar-nav .active > .nav-link,
|
||||||
.navbar-light .navbar-nav .active > .nav-link:focus,
|
.navbar-light .navbar-nav .active > .nav-link:focus,
|
||||||
.navbar-light .navbar-nav .active > .nav-link:hover,
|
.navbar-light .navbar-nav .active > .nav-link:hover,
|
||||||
@ -3885,8 +3751,7 @@ input[type="button"].btn-block {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-dark .navbar-brand:focus,
|
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
|
||||||
.navbar-dark .navbar-brand:hover {
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3894,14 +3759,11 @@ input[type="button"].btn-block {
|
|||||||
color: rgba(255, 255, 255, .5);
|
color: rgba(255, 255, 255, .5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-dark .navbar-nav .nav-link:focus,
|
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
|
||||||
.navbar-dark .navbar-nav .nav-link:hover {
|
|
||||||
color: rgba(255, 255, 255, .75);
|
color: rgba(255, 255, 255, .75);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-dark .navbar-nav .open > .nav-link,
|
.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:focus,
|
|
||||||
.navbar-dark .navbar-nav .open > .nav-link:hover,
|
|
||||||
.navbar-dark .navbar-nav .active > .nav-link,
|
.navbar-dark .navbar-nav .active > .nav-link,
|
||||||
.navbar-dark .navbar-nav .active > .nav-link:focus,
|
.navbar-dark .navbar-nav .active > .nav-link:focus,
|
||||||
.navbar-dark .navbar-nav .active > .nav-link:hover,
|
.navbar-dark .navbar-nav .active > .nav-link:hover,
|
||||||
@ -3920,6 +3782,7 @@ input[type="button"].btn-block {
|
|||||||
|
|
||||||
.card {
|
.card {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: block;
|
||||||
margin-bottom: .75rem;
|
margin-bottom: .75rem;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: .0625rem solid #e5e5e5;
|
border: .0625rem solid #e5e5e5;
|
||||||
@ -4022,8 +3885,7 @@ input[type="button"].btn-block {
|
|||||||
color: rgba(255, 255, 255, .65);
|
color: rgba(255, 255, 255, .65);
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-inverse .card-link:focus,
|
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
|
||||||
.card-inverse .card-link:hover {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4196,8 +4058,7 @@ input[type="button"].btn-block {
|
|||||||
border-bottom-right-radius: .25rem;
|
border-bottom-right-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination > li > a:focus,
|
.pagination > li > a:focus, .pagination > li > a:hover,
|
||||||
.pagination > li > a:hover,
|
|
||||||
.pagination > li > span:focus,
|
.pagination > li > span:focus,
|
||||||
.pagination > li > span:hover {
|
.pagination > li > span:hover {
|
||||||
color: #014c8c;
|
color: #014c8c;
|
||||||
@ -4205,9 +4066,7 @@ input[type="button"].btn-block {
|
|||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination > .active > a,
|
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
|
||||||
.pagination > .active > a:focus,
|
|
||||||
.pagination > .active > a:hover,
|
|
||||||
.pagination > .active > span,
|
.pagination > .active > span,
|
||||||
.pagination > .active > span:focus,
|
.pagination > .active > span:focus,
|
||||||
.pagination > .active > span:hover {
|
.pagination > .active > span:hover {
|
||||||
@ -4218,9 +4077,7 @@ input[type="button"].btn-block {
|
|||||||
border-color: #0275d8;
|
border-color: #0275d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination > .disabled > span,
|
.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover,
|
||||||
.pagination > .disabled > span:focus,
|
|
||||||
.pagination > .disabled > span:hover,
|
|
||||||
.pagination > .disabled > a,
|
.pagination > .disabled > a,
|
||||||
.pagination > .disabled > a:focus,
|
.pagination > .disabled > a:focus,
|
||||||
.pagination > .disabled > a:hover {
|
.pagination > .disabled > a:hover {
|
||||||
@ -4295,15 +4152,12 @@ input[type="button"].btn-block {
|
|||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager li > a:focus,
|
.pager li > a:focus, .pager li > a:hover {
|
||||||
.pager li > a:hover {
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #eceeef;
|
background-color: #eceeef;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager .disabled > a,
|
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
|
||||||
.pager .disabled > a:focus,
|
|
||||||
.pager .disabled > a:hover {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -4347,8 +4201,7 @@ input[type="button"].btn-block {
|
|||||||
top: -1px;
|
top: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.label:focus,
|
a.label:focus, a.label:hover {
|
||||||
a.label:hover {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -4357,15 +4210,14 @@ a.label:hover {
|
|||||||
.label-pill {
|
.label-pill {
|
||||||
padding-right: .6em;
|
padding-right: .6em;
|
||||||
padding-left: .6em;
|
padding-left: .6em;
|
||||||
border-radius: 1rem;
|
border-radius: 10rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-default {
|
.label-default {
|
||||||
background-color: #818a91;
|
background-color: #818a91;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-default[href]:focus,
|
.label-default[href]:focus, .label-default[href]:hover {
|
||||||
.label-default[href]:hover {
|
|
||||||
background-color: #687077;
|
background-color: #687077;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4373,8 +4225,7 @@ a.label:hover {
|
|||||||
background-color: #0275d8;
|
background-color: #0275d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-primary[href]:focus,
|
.label-primary[href]:focus, .label-primary[href]:hover {
|
||||||
.label-primary[href]:hover {
|
|
||||||
background-color: #025aa5;
|
background-color: #025aa5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4382,8 +4233,7 @@ a.label:hover {
|
|||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-success[href]:focus,
|
.label-success[href]:focus, .label-success[href]:hover {
|
||||||
.label-success[href]:hover {
|
|
||||||
background-color: #449d44;
|
background-color: #449d44;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4391,8 +4241,7 @@ a.label:hover {
|
|||||||
background-color: #5bc0de;
|
background-color: #5bc0de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-info[href]:focus,
|
.label-info[href]:focus, .label-info[href]:hover {
|
||||||
.label-info[href]:hover {
|
|
||||||
background-color: #31b0d5;
|
background-color: #31b0d5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4400,8 +4249,7 @@ a.label:hover {
|
|||||||
background-color: #f0ad4e;
|
background-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-warning[href]:focus,
|
.label-warning[href]:focus, .label-warning[href]:hover {
|
||||||
.label-warning[href]:hover {
|
|
||||||
background-color: #ec971f;
|
background-color: #ec971f;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4409,8 +4257,7 @@ a.label:hover {
|
|||||||
background-color: #d9534f;
|
background-color: #d9534f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-danger[href]:focus,
|
.label-danger[href]:focus, .label-danger[href]:hover {
|
||||||
.label-danger[href]:hover {
|
|
||||||
background-color: #c9302c;
|
background-color: #c9302c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4591,7 +4438,7 @@ a.label:hover {
|
|||||||
border-bottom-right-radius: .25rem;
|
border-bottom-right-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
@media screen and (min-width: 0\0) {
|
||||||
.progress {
|
.progress {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
@ -4628,7 +4475,7 @@ a.label:hover {
|
|||||||
background-size: 1rem 1rem;
|
background-size: 1rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
@media screen and (min-width: 0\0) {
|
||||||
.progress-bar-striped {
|
.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: -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);
|
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);
|
||||||
@ -4647,7 +4494,7 @@ a.label:hover {
|
|||||||
animation: progress-bar-stripes 2s linear infinite;
|
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 {
|
.progress-animated .progress-bar-striped {
|
||||||
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
||||||
-o-animation: progress-bar-stripes 2s linear infinite;
|
-o-animation: progress-bar-stripes 2s linear infinite;
|
||||||
@ -4663,7 +4510,7 @@ a.label:hover {
|
|||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
@media screen and (min-width: 0\0) {
|
||||||
.progress-success .progress-bar {
|
.progress-success .progress-bar {
|
||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
}
|
}
|
||||||
@ -4677,7 +4524,7 @@ a.label:hover {
|
|||||||
background-color: #5bc0de;
|
background-color: #5bc0de;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
@media screen and (min-width: 0\0) {
|
||||||
.progress-info .progress-bar {
|
.progress-info .progress-bar {
|
||||||
background-color: #5bc0de;
|
background-color: #5bc0de;
|
||||||
}
|
}
|
||||||
@ -4691,7 +4538,7 @@ a.label:hover {
|
|||||||
background-color: #f0ad4e;
|
background-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
@media screen and (min-width: 0\0) {
|
||||||
.progress-warning .progress-bar {
|
.progress-warning .progress-bar {
|
||||||
background-color: #f0ad4e;
|
background-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
@ -4705,7 +4552,7 @@ a.label:hover {
|
|||||||
background-color: #d9534f;
|
background-color: #d9534f;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
@media screen and (min-width: 0\0) {
|
||||||
.progress-danger .progress-bar {
|
.progress-danger .progress-bar {
|
||||||
background-color: #d9534f;
|
background-color: #d9534f;
|
||||||
}
|
}
|
||||||
@ -4812,8 +4659,7 @@ button.list-group-item .list-group-item-heading {
|
|||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item:focus,
|
a.list-group-item:focus, a.list-group-item:hover,
|
||||||
a.list-group-item:hover,
|
|
||||||
button.list-group-item:focus,
|
button.list-group-item:focus,
|
||||||
button.list-group-item:hover {
|
button.list-group-item:hover {
|
||||||
color: #555;
|
color: #555;
|
||||||
@ -4821,29 +4667,21 @@ button.list-group-item:hover {
|
|||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.disabled,
|
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
|
||||||
.list-group-item.disabled:focus,
|
|
||||||
.list-group-item.disabled:hover {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: #eceeef;
|
background-color: #eceeef;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.disabled .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 {
|
||||||
.list-group-item.disabled:focus .list-group-item-heading,
|
|
||||||
.list-group-item.disabled:hover .list-group-item-heading {
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.disabled .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 {
|
||||||
.list-group-item.disabled:focus .list-group-item-text,
|
|
||||||
.list-group-item.disabled:hover .list-group-item-text {
|
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.active,
|
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
||||||
.list-group-item.active:focus,
|
|
||||||
.list-group-item.active:hover {
|
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #0275d8;
|
background-color: #0275d8;
|
||||||
@ -4852,19 +4690,15 @@ button.list-group-item:hover {
|
|||||||
|
|
||||||
.list-group-item.active .list-group-item-heading,
|
.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 .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: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: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: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,
|
||||||
.list-group-item.active:hover .list-group-item-heading > .small {
|
.list-group-item.active:hover .list-group-item-heading > .small {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item.active .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 {
|
||||||
.list-group-item.active:focus .list-group-item-text,
|
|
||||||
.list-group-item.active:hover .list-group-item-text {
|
|
||||||
color: #a8d6fe;
|
color: #a8d6fe;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4883,17 +4717,14 @@ button.list-group-item-success .list-group-item-heading {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-success:focus,
|
a.list-group-item-success:focus, a.list-group-item-success:hover,
|
||||||
a.list-group-item-success:hover,
|
|
||||||
button.list-group-item-success:focus,
|
button.list-group-item-success:focus,
|
||||||
button.list-group-item-success:hover {
|
button.list-group-item-success:hover {
|
||||||
color: #3c763d;
|
color: #3c763d;
|
||||||
background-color: #d0e9c6;
|
background-color: #d0e9c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-success.active,
|
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:focus,
|
|
||||||
a.list-group-item-success.active:hover,
|
|
||||||
button.list-group-item-success.active,
|
button.list-group-item-success.active,
|
||||||
button.list-group-item-success.active:focus,
|
button.list-group-item-success.active:focus,
|
||||||
button.list-group-item-success.active:hover {
|
button.list-group-item-success.active:hover {
|
||||||
@ -4917,17 +4748,14 @@ button.list-group-item-info .list-group-item-heading {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-info:focus,
|
a.list-group-item-info:focus, a.list-group-item-info:hover,
|
||||||
a.list-group-item-info:hover,
|
|
||||||
button.list-group-item-info:focus,
|
button.list-group-item-info:focus,
|
||||||
button.list-group-item-info:hover {
|
button.list-group-item-info:hover {
|
||||||
color: #31708f;
|
color: #31708f;
|
||||||
background-color: #c4e3f3;
|
background-color: #c4e3f3;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-info.active,
|
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:focus,
|
|
||||||
a.list-group-item-info.active:hover,
|
|
||||||
button.list-group-item-info.active,
|
button.list-group-item-info.active,
|
||||||
button.list-group-item-info.active:focus,
|
button.list-group-item-info.active:focus,
|
||||||
button.list-group-item-info.active:hover {
|
button.list-group-item-info.active:hover {
|
||||||
@ -4951,17 +4779,14 @@ button.list-group-item-warning .list-group-item-heading {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-warning:focus,
|
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
|
||||||
a.list-group-item-warning:hover,
|
|
||||||
button.list-group-item-warning:focus,
|
button.list-group-item-warning:focus,
|
||||||
button.list-group-item-warning:hover {
|
button.list-group-item-warning:hover {
|
||||||
color: #8a6d3b;
|
color: #8a6d3b;
|
||||||
background-color: #faf2cc;
|
background-color: #faf2cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-warning.active,
|
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:focus,
|
|
||||||
a.list-group-item-warning.active:hover,
|
|
||||||
button.list-group-item-warning.active,
|
button.list-group-item-warning.active,
|
||||||
button.list-group-item-warning.active:focus,
|
button.list-group-item-warning.active:focus,
|
||||||
button.list-group-item-warning.active:hover {
|
button.list-group-item-warning.active:hover {
|
||||||
@ -4985,17 +4810,14 @@ button.list-group-item-danger .list-group-item-heading {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-danger:focus,
|
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
|
||||||
a.list-group-item-danger:hover,
|
|
||||||
button.list-group-item-danger:focus,
|
button.list-group-item-danger:focus,
|
||||||
button.list-group-item-danger:hover {
|
button.list-group-item-danger:hover {
|
||||||
color: #a94442;
|
color: #a94442;
|
||||||
background-color: #ebcccc;
|
background-color: #ebcccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.list-group-item-danger.active,
|
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:focus,
|
|
||||||
a.list-group-item-danger.active:hover,
|
|
||||||
button.list-group-item-danger.active,
|
button.list-group-item-danger.active,
|
||||||
button.list-group-item-danger.active:focus,
|
button.list-group-item-danger.active:focus,
|
||||||
button.list-group-item-danger.active:hover {
|
button.list-group-item-danger.active:hover {
|
||||||
@ -5058,8 +4880,7 @@ button.list-group-item-danger.active:hover {
|
|||||||
opacity: .2;
|
opacity: .2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.close:focus,
|
.close:focus, .close:hover {
|
||||||
.close:hover {
|
|
||||||
color: #000;
|
color: #000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -5251,14 +5072,12 @@ button.close {
|
|||||||
opacity: .9;
|
opacity: .9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-top,
|
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
|
||||||
.tooltip.bs-tether-element-attached-bottom {
|
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
margin-top: -3px;
|
margin-top: -3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-top .tooltip-arrow,
|
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
||||||
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
|
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
@ -5266,14 +5085,12 @@ button.close {
|
|||||||
border-top-color: #000;
|
border-top-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-right,
|
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
|
||||||
.tooltip.bs-tether-element-attached-left {
|
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-right .tooltip-arrow,
|
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
||||||
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
@ -5281,14 +5098,12 @@ button.close {
|
|||||||
border-right-color: #000;
|
border-right-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-bottom,
|
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
|
||||||
.tooltip.bs-tether-element-attached-top {
|
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-bottom .tooltip-arrow,
|
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
||||||
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
@ -5296,14 +5111,12 @@ button.close {
|
|||||||
border-bottom-color: #000;
|
border-bottom-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-left,
|
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
|
||||||
.tooltip.bs-tether-element-attached-right {
|
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
margin-left: -3px;
|
margin-left: -3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.tooltip-left .tooltip-arrow,
|
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
||||||
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
@ -5360,13 +5173,11 @@ button.close {
|
|||||||
line-break: auto;
|
line-break: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-top,
|
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
|
||||||
.popover.bs-tether-element-attached-bottom {
|
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-top .popover-arrow,
|
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
|
||||||
.popover.bs-tether-element-attached-bottom .popover-arrow {
|
|
||||||
bottom: -11px;
|
bottom: -11px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -11px;
|
margin-left: -11px;
|
||||||
@ -5374,8 +5185,7 @@ button.close {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-top .popover-arrow::after,
|
.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
|
||||||
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
|
|
||||||
bottom: 1px;
|
bottom: 1px;
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
content: "";
|
content: "";
|
||||||
@ -5383,13 +5193,11 @@ button.close {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-right,
|
.popover.popover-right, .popover.bs-tether-element-attached-left {
|
||||||
.popover.bs-tether-element-attached-left {
|
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-right .popover-arrow,
|
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
|
||||||
.popover.bs-tether-element-attached-left .popover-arrow {
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: -11px;
|
left: -11px;
|
||||||
margin-top: -11px;
|
margin-top: -11px;
|
||||||
@ -5397,8 +5205,7 @@ button.close {
|
|||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-right .popover-arrow::after,
|
.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
|
||||||
.popover.bs-tether-element-attached-left .popover-arrow::after {
|
|
||||||
bottom: -10px;
|
bottom: -10px;
|
||||||
left: 1px;
|
left: 1px;
|
||||||
content: "";
|
content: "";
|
||||||
@ -5406,13 +5213,11 @@ button.close {
|
|||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-bottom,
|
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
|
||||||
.popover.bs-tether-element-attached-top {
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-bottom .popover-arrow,
|
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
|
||||||
.popover.bs-tether-element-attached-top .popover-arrow {
|
|
||||||
top: -11px;
|
top: -11px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -11px;
|
margin-left: -11px;
|
||||||
@ -5420,8 +5225,7 @@ button.close {
|
|||||||
border-bottom-color: rgba(0, 0, 0, .25);
|
border-bottom-color: rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-bottom .popover-arrow::after,
|
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
|
||||||
.popover.bs-tether-element-attached-top .popover-arrow::after {
|
|
||||||
top: 1px;
|
top: 1px;
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
content: "";
|
content: "";
|
||||||
@ -5429,13 +5233,11 @@ button.close {
|
|||||||
border-bottom-color: #fff;
|
border-bottom-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-left,
|
.popover.popover-left, .popover.bs-tether-element-attached-right {
|
||||||
.popover.bs-tether-element-attached-right {
|
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-left .popover-arrow,
|
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
|
||||||
.popover.bs-tether-element-attached-right .popover-arrow {
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
right: -11px;
|
right: -11px;
|
||||||
margin-top: -11px;
|
margin-top: -11px;
|
||||||
@ -5443,8 +5245,7 @@ button.close {
|
|||||||
border-left-color: rgba(0, 0, 0, .25);
|
border-left-color: rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover.popover-left .popover-arrow::after,
|
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
|
||||||
.popover.bs-tether-element-attached-right .popover-arrow::after {
|
|
||||||
right: 1px;
|
right: 1px;
|
||||||
bottom: -10px;
|
bottom: -10px;
|
||||||
content: "";
|
content: "";
|
||||||
@ -5465,8 +5266,7 @@ button.close {
|
|||||||
padding: 9px 14px;
|
padding: 9px 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover-arrow,
|
.popover-arrow, .popover-arrow::after {
|
||||||
.popover-arrow::after {
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
width: 0;
|
width: 0;
|
||||||
@ -5520,21 +5320,17 @@ button.close {
|
|||||||
-webkit-perspective: 1000px;
|
-webkit-perspective: 1000px;
|
||||||
perspective: 1000px;
|
perspective: 1000px;
|
||||||
}
|
}
|
||||||
.carousel-inner > .carousel-item.next,
|
.carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
|
||||||
.carousel-inner > .carousel-item.active.right {
|
|
||||||
left: 0;
|
left: 0;
|
||||||
-webkit-transform: translate3d(100%, 0, 0);
|
-webkit-transform: translate3d(100%, 0, 0);
|
||||||
transform: translate3d(100%, 0, 0);
|
transform: translate3d(100%, 0, 0);
|
||||||
}
|
}
|
||||||
.carousel-inner > .carousel-item.prev,
|
.carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
|
||||||
.carousel-inner > .carousel-item.active.left {
|
|
||||||
left: 0;
|
left: 0;
|
||||||
-webkit-transform: translate3d(-100%, 0, 0);
|
-webkit-transform: translate3d(-100%, 0, 0);
|
||||||
transform: translate3d(-100%, 0, 0);
|
transform: translate3d(-100%, 0, 0);
|
||||||
}
|
}
|
||||||
.carousel-inner > .carousel-item.next.left,
|
.carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
|
||||||
.carousel-inner > .carousel-item.prev.right,
|
|
||||||
.carousel-inner > .carousel-item.active {
|
|
||||||
left: 0;
|
left: 0;
|
||||||
-webkit-transform: translate3d(0, 0, 0);
|
-webkit-transform: translate3d(0, 0, 0);
|
||||||
transform: translate3d(0, 0, 0);
|
transform: translate3d(0, 0, 0);
|
||||||
@ -5612,8 +5408,7 @@ button.close {
|
|||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-control:focus,
|
.carousel-control:focus, .carousel-control:hover {
|
||||||
.carousel-control:hover {
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
@ -5754,8 +5549,7 @@ button.close {
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sr-only-focusable:active,
|
.sr-only-focusable:active, .sr-only-focusable:focus {
|
||||||
.sr-only-focusable:focus {
|
|
||||||
position: static;
|
position: static;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
@ -5882,8 +5676,7 @@ button.close {
|
|||||||
color: #0275d8 !important;
|
color: #0275d8 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.text-primary:focus,
|
a.text-primary:focus, a.text-primary:hover {
|
||||||
a.text-primary:hover {
|
|
||||||
color: #025aa5;
|
color: #025aa5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5891,8 +5684,7 @@ a.text-primary:hover {
|
|||||||
color: #5cb85c !important;
|
color: #5cb85c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.text-success:focus,
|
a.text-success:focus, a.text-success:hover {
|
||||||
a.text-success:hover {
|
|
||||||
color: #449d44;
|
color: #449d44;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5900,8 +5692,7 @@ a.text-success:hover {
|
|||||||
color: #5bc0de !important;
|
color: #5bc0de !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.text-info:focus,
|
a.text-info:focus, a.text-info:hover {
|
||||||
a.text-info:hover {
|
|
||||||
color: #31b0d5;
|
color: #31b0d5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5909,8 +5700,7 @@ a.text-info:hover {
|
|||||||
color: #f0ad4e !important;
|
color: #f0ad4e !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.text-warning:focus,
|
a.text-warning:focus, a.text-warning:hover {
|
||||||
a.text-warning:hover {
|
|
||||||
color: #ec971f;
|
color: #ec971f;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5918,8 +5708,7 @@ a.text-warning:hover {
|
|||||||
color: #d9534f !important;
|
color: #d9534f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.text-danger:focus,
|
a.text-danger:focus, a.text-danger:hover {
|
||||||
a.text-danger:hover {
|
|
||||||
color: #c9302c;
|
color: #c9302c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5937,8 +5726,7 @@ a.text-danger:hover {
|
|||||||
background-color: #0275d8 !important;
|
background-color: #0275d8 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.bg-primary:focus,
|
a.bg-primary:focus, a.bg-primary:hover {
|
||||||
a.bg-primary:hover {
|
|
||||||
background-color: #025aa5;
|
background-color: #025aa5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5947,8 +5735,7 @@ a.bg-primary:hover {
|
|||||||
background-color: #5cb85c !important;
|
background-color: #5cb85c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.bg-success:focus,
|
a.bg-success:focus, a.bg-success:hover {
|
||||||
a.bg-success:hover {
|
|
||||||
background-color: #449d44;
|
background-color: #449d44;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5957,8 +5744,7 @@ a.bg-success:hover {
|
|||||||
background-color: #5bc0de !important;
|
background-color: #5bc0de !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.bg-info:focus,
|
a.bg-info:focus, a.bg-info:hover {
|
||||||
a.bg-info:hover {
|
|
||||||
background-color: #31b0d5;
|
background-color: #31b0d5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5967,8 +5753,7 @@ a.bg-info:hover {
|
|||||||
background-color: #f0ad4e !important;
|
background-color: #f0ad4e !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.bg-warning:focus,
|
a.bg-warning:focus, a.bg-warning:hover {
|
||||||
a.bg-warning:hover {
|
|
||||||
background-color: #ec971f;
|
background-color: #ec971f;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5977,8 +5762,7 @@ a.bg-warning:hover {
|
|||||||
background-color: #d9534f !important;
|
background-color: #d9534f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.bg-danger:focus,
|
a.bg-danger:focus, a.bg-danger:hover {
|
||||||
a.bg-danger:hover {
|
|
||||||
background-color: #c9302c;
|
background-color: #c9302c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css.map
vendored
2
docs/dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
@ -10,8 +10,8 @@ if (typeof jQuery === 'undefined') {
|
|||||||
|
|
||||||
+function ($) {
|
+function ($) {
|
||||||
var version = $.fn.jquery.split(' ')[0].split('.')
|
var version = $.fn.jquery.split(' ')[0].split('.')
|
||||||
if (version[0] !== '2') {
|
if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] >= 3)) {
|
||||||
throw new Error('Bootstrap\'s JavaScript requires jQuery version 2.x.x')
|
throw new Error('Bootstrap\'s JavaScript requires at least jQuery v1.9.1 but less than v3.0.0')
|
||||||
}
|
}
|
||||||
}(jQuery);
|
}(jQuery);
|
||||||
|
|
||||||
@ -2764,6 +2764,14 @@ var Tab = (function ($) {
|
|||||||
|
|
||||||
var Tooltip = (function ($) {
|
var Tooltip = (function ($) {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check for Tether dependency
|
||||||
|
* Tether - http://github.hubspot.com/tether/
|
||||||
|
*/
|
||||||
|
if (window.Tether === undefined) {
|
||||||
|
throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
* Constants
|
* Constants
|
||||||
|
4
docs/dist/js/bootstrap.min.js
vendored
4
docs/dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
8
docs/dist/js/umd/tooltip.js
vendored
8
docs/dist/js/umd/tooltip.js
vendored
@ -32,6 +32,14 @@
|
|||||||
|
|
||||||
var Tooltip = (function ($) {
|
var Tooltip = (function ($) {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check for Tether dependency
|
||||||
|
* Tether - http://github.hubspot.com/tether/
|
||||||
|
*/
|
||||||
|
if (window.Tether === undefined) {
|
||||||
|
throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
* Constants
|
* Constants
|
||||||
|
4
js/dist/tooltip.js
vendored
4
js/dist/tooltip.js
vendored
@ -19,8 +19,8 @@ var Tooltip = (function ($) {
|
|||||||
* Check for Tether dependency
|
* Check for Tether dependency
|
||||||
* Tether - http://github.hubspot.com/tether/
|
* Tether - http://github.hubspot.com/tether/
|
||||||
*/
|
*/
|
||||||
if (!window.Tether) {
|
if (window.Tether === undefined) {
|
||||||
throw new Error("Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)");
|
throw new Error('Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
2
js/dist/tooltip.js.map
vendored
2
js/dist/tooltip.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user