mirror of https://github.com/itflow-org/itflow
Updated to AdminLTE 3.01 CSS Framework
This commit is contained in:
parent
4c28dcf8a8
commit
cc42bce43c
|
|
@ -1,6 +1,6 @@
|
|||
@charset "UTF-8";
|
||||
/*!
|
||||
* AdminLTE v3.0.0
|
||||
* AdminLTE v3.0.1
|
||||
* Author: Colorlib
|
||||
* Website: AdminLTE.io <http://adminlte.io>
|
||||
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
||||
|
|
@ -3959,6 +3959,7 @@ input[type="button"].btn-block {
|
|||
border: 0;
|
||||
border-radius: 1rem;
|
||||
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
|
||||
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
|
|
@ -3966,6 +3967,7 @@ input[type="button"].btn-block {
|
|||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.custom-range::-webkit-slider-thumb {
|
||||
-webkit-transition: none;
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -3992,6 +3994,7 @@ input[type="button"].btn-block {
|
|||
border: 0;
|
||||
border-radius: 1rem;
|
||||
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
|
||||
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
|
|
@ -3999,6 +4002,7 @@ input[type="button"].btn-block {
|
|||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.custom-range::-moz-range-thumb {
|
||||
-moz-transition: none;
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -4028,12 +4032,14 @@ input[type="button"].btn-block {
|
|||
border: 0;
|
||||
border-radius: 1rem;
|
||||
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
|
||||
-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.custom-range::-ms-thumb {
|
||||
-ms-transition: none;
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -11105,6 +11111,14 @@ body,
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .content-wrapper, body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .content-wrapper::before,
|
||||
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-footer,
|
||||
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-footer::before,
|
||||
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header,
|
||||
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::before {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
body:not(.sidebar-mini-md) .content-wrapper,
|
||||
body:not(.sidebar-mini-md) .main-footer,
|
||||
|
|
@ -11523,6 +11537,11 @@ body,
|
|||
z-index: 1038;
|
||||
}
|
||||
|
||||
.main-sidebar a:-moz-focusring {
|
||||
border: 0;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
height: calc(100% - 4rem);
|
||||
overflow-y: auto;
|
||||
|
|
@ -12998,7 +13017,6 @@ body.text-sm .control-sidebar {
|
|||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
padding: 0;
|
||||
border-top-width: 0;
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
|
|
@ -15636,20 +15654,20 @@ html.maximized-card {
|
|||
max-width: 200px;
|
||||
}
|
||||
|
||||
.card-primary.card-tabs:not(.card-outline) .card-header {
|
||||
.card-primary:not(.card-outline) .card-header {
|
||||
background-color: #007bff;
|
||||
}
|
||||
|
||||
.card-primary.card-tabs:not(.card-outline) .card-header,
|
||||
.card-primary.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-primary:not(.card-outline) .card-header,
|
||||
.card-primary:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-primary.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-primary:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-primary.card-tabs.card-outline {
|
||||
.card-primary.card-outline {
|
||||
border-top: 3px solid #007bff;
|
||||
}
|
||||
|
||||
|
|
@ -15707,20 +15725,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-secondary.card-tabs:not(.card-outline) .card-header {
|
||||
.card-secondary:not(.card-outline) .card-header {
|
||||
background-color: #6c757d;
|
||||
}
|
||||
|
||||
.card-secondary.card-tabs:not(.card-outline) .card-header,
|
||||
.card-secondary.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-secondary:not(.card-outline) .card-header,
|
||||
.card-secondary:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-secondary.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-secondary:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-secondary.card-tabs.card-outline {
|
||||
.card-secondary.card-outline {
|
||||
border-top: 3px solid #6c757d;
|
||||
}
|
||||
|
||||
|
|
@ -15778,20 +15796,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-success.card-tabs:not(.card-outline) .card-header {
|
||||
.card-success:not(.card-outline) .card-header {
|
||||
background-color: #28a745;
|
||||
}
|
||||
|
||||
.card-success.card-tabs:not(.card-outline) .card-header,
|
||||
.card-success.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-success:not(.card-outline) .card-header,
|
||||
.card-success:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-success.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-success:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-success.card-tabs.card-outline {
|
||||
.card-success.card-outline {
|
||||
border-top: 3px solid #28a745;
|
||||
}
|
||||
|
||||
|
|
@ -15849,20 +15867,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-info.card-tabs:not(.card-outline) .card-header {
|
||||
.card-info:not(.card-outline) .card-header {
|
||||
background-color: #17a2b8;
|
||||
}
|
||||
|
||||
.card-info.card-tabs:not(.card-outline) .card-header,
|
||||
.card-info.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-info:not(.card-outline) .card-header,
|
||||
.card-info:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-info.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-info:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-info.card-tabs.card-outline {
|
||||
.card-info.card-outline {
|
||||
border-top: 3px solid #17a2b8;
|
||||
}
|
||||
|
||||
|
|
@ -15920,20 +15938,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-warning.card-tabs:not(.card-outline) .card-header {
|
||||
.card-warning:not(.card-outline) .card-header {
|
||||
background-color: #ffc107;
|
||||
}
|
||||
|
||||
.card-warning.card-tabs:not(.card-outline) .card-header,
|
||||
.card-warning.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-warning:not(.card-outline) .card-header,
|
||||
.card-warning:not(.card-outline) .card-header a {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-warning.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-warning:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-warning.card-tabs.card-outline {
|
||||
.card-warning.card-outline {
|
||||
border-top: 3px solid #ffc107;
|
||||
}
|
||||
|
||||
|
|
@ -15991,20 +16009,20 @@ html.maximized-card {
|
|||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-danger.card-tabs:not(.card-outline) .card-header {
|
||||
.card-danger:not(.card-outline) .card-header {
|
||||
background-color: #dc3545;
|
||||
}
|
||||
|
||||
.card-danger.card-tabs:not(.card-outline) .card-header,
|
||||
.card-danger.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-danger:not(.card-outline) .card-header,
|
||||
.card-danger:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-danger.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-danger:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-danger.card-tabs.card-outline {
|
||||
.card-danger.card-outline {
|
||||
border-top: 3px solid #dc3545;
|
||||
}
|
||||
|
||||
|
|
@ -16062,20 +16080,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-light.card-tabs:not(.card-outline) .card-header {
|
||||
.card-light:not(.card-outline) .card-header {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
|
||||
.card-light.card-tabs:not(.card-outline) .card-header,
|
||||
.card-light.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-light:not(.card-outline) .card-header,
|
||||
.card-light:not(.card-outline) .card-header a {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-light.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-light:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-light.card-tabs.card-outline {
|
||||
.card-light.card-outline {
|
||||
border-top: 3px solid #f8f9fa;
|
||||
}
|
||||
|
||||
|
|
@ -16133,20 +16151,20 @@ html.maximized-card {
|
|||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-dark.card-tabs:not(.card-outline) .card-header {
|
||||
.card-dark:not(.card-outline) .card-header {
|
||||
background-color: #343a40;
|
||||
}
|
||||
|
||||
.card-dark.card-tabs:not(.card-outline) .card-header,
|
||||
.card-dark.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-dark:not(.card-outline) .card-header,
|
||||
.card-dark:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-dark.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-dark:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-dark.card-tabs.card-outline {
|
||||
.card-dark.card-outline {
|
||||
border-top: 3px solid #343a40;
|
||||
}
|
||||
|
||||
|
|
@ -16204,20 +16222,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-navy.card-tabs:not(.card-outline) .card-header {
|
||||
.card-navy:not(.card-outline) .card-header {
|
||||
background-color: #001f3f;
|
||||
}
|
||||
|
||||
.card-navy.card-tabs:not(.card-outline) .card-header,
|
||||
.card-navy.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-navy:not(.card-outline) .card-header,
|
||||
.card-navy:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-navy.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-navy:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-navy.card-tabs.card-outline {
|
||||
.card-navy.card-outline {
|
||||
border-top: 3px solid #001f3f;
|
||||
}
|
||||
|
||||
|
|
@ -16275,20 +16293,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-olive.card-tabs:not(.card-outline) .card-header {
|
||||
.card-olive:not(.card-outline) .card-header {
|
||||
background-color: #3d9970;
|
||||
}
|
||||
|
||||
.card-olive.card-tabs:not(.card-outline) .card-header,
|
||||
.card-olive.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-olive:not(.card-outline) .card-header,
|
||||
.card-olive:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-olive.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-olive:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-olive.card-tabs.card-outline {
|
||||
.card-olive.card-outline {
|
||||
border-top: 3px solid #3d9970;
|
||||
}
|
||||
|
||||
|
|
@ -16346,20 +16364,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-lime.card-tabs:not(.card-outline) .card-header {
|
||||
.card-lime:not(.card-outline) .card-header {
|
||||
background-color: #01ff70;
|
||||
}
|
||||
|
||||
.card-lime.card-tabs:not(.card-outline) .card-header,
|
||||
.card-lime.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-lime:not(.card-outline) .card-header,
|
||||
.card-lime:not(.card-outline) .card-header a {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-lime.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-lime:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-lime.card-tabs.card-outline {
|
||||
.card-lime.card-outline {
|
||||
border-top: 3px solid #01ff70;
|
||||
}
|
||||
|
||||
|
|
@ -16417,20 +16435,20 @@ html.maximized-card {
|
|||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-fuchsia.card-tabs:not(.card-outline) .card-header {
|
||||
.card-fuchsia:not(.card-outline) .card-header {
|
||||
background-color: #f012be;
|
||||
}
|
||||
|
||||
.card-fuchsia.card-tabs:not(.card-outline) .card-header,
|
||||
.card-fuchsia.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-fuchsia:not(.card-outline) .card-header,
|
||||
.card-fuchsia:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-fuchsia.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-fuchsia:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-fuchsia.card-tabs.card-outline {
|
||||
.card-fuchsia.card-outline {
|
||||
border-top: 3px solid #f012be;
|
||||
}
|
||||
|
||||
|
|
@ -16488,20 +16506,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-maroon.card-tabs:not(.card-outline) .card-header {
|
||||
.card-maroon:not(.card-outline) .card-header {
|
||||
background-color: #d81b60;
|
||||
}
|
||||
|
||||
.card-maroon.card-tabs:not(.card-outline) .card-header,
|
||||
.card-maroon.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-maroon:not(.card-outline) .card-header,
|
||||
.card-maroon:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-maroon.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-maroon:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-maroon.card-tabs.card-outline {
|
||||
.card-maroon.card-outline {
|
||||
border-top: 3px solid #d81b60;
|
||||
}
|
||||
|
||||
|
|
@ -16559,20 +16577,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-blue.card-tabs:not(.card-outline) .card-header {
|
||||
.card-blue:not(.card-outline) .card-header {
|
||||
background-color: #007bff;
|
||||
}
|
||||
|
||||
.card-blue.card-tabs:not(.card-outline) .card-header,
|
||||
.card-blue.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-blue:not(.card-outline) .card-header,
|
||||
.card-blue:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-blue.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-blue:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-blue.card-tabs.card-outline {
|
||||
.card-blue.card-outline {
|
||||
border-top: 3px solid #007bff;
|
||||
}
|
||||
|
||||
|
|
@ -16630,20 +16648,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-indigo.card-tabs:not(.card-outline) .card-header {
|
||||
.card-indigo:not(.card-outline) .card-header {
|
||||
background-color: #6610f2;
|
||||
}
|
||||
|
||||
.card-indigo.card-tabs:not(.card-outline) .card-header,
|
||||
.card-indigo.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-indigo:not(.card-outline) .card-header,
|
||||
.card-indigo:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-indigo.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-indigo:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-indigo.card-tabs.card-outline {
|
||||
.card-indigo.card-outline {
|
||||
border-top: 3px solid #6610f2;
|
||||
}
|
||||
|
||||
|
|
@ -16701,20 +16719,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-purple.card-tabs:not(.card-outline) .card-header {
|
||||
.card-purple:not(.card-outline) .card-header {
|
||||
background-color: #6f42c1;
|
||||
}
|
||||
|
||||
.card-purple.card-tabs:not(.card-outline) .card-header,
|
||||
.card-purple.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-purple:not(.card-outline) .card-header,
|
||||
.card-purple:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-purple.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-purple:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-purple.card-tabs.card-outline {
|
||||
.card-purple.card-outline {
|
||||
border-top: 3px solid #6f42c1;
|
||||
}
|
||||
|
||||
|
|
@ -16772,20 +16790,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-pink.card-tabs:not(.card-outline) .card-header {
|
||||
.card-pink:not(.card-outline) .card-header {
|
||||
background-color: #e83e8c;
|
||||
}
|
||||
|
||||
.card-pink.card-tabs:not(.card-outline) .card-header,
|
||||
.card-pink.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-pink:not(.card-outline) .card-header,
|
||||
.card-pink:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-pink.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-pink:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-pink.card-tabs.card-outline {
|
||||
.card-pink.card-outline {
|
||||
border-top: 3px solid #e83e8c;
|
||||
}
|
||||
|
||||
|
|
@ -16843,20 +16861,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-red.card-tabs:not(.card-outline) .card-header {
|
||||
.card-red:not(.card-outline) .card-header {
|
||||
background-color: #dc3545;
|
||||
}
|
||||
|
||||
.card-red.card-tabs:not(.card-outline) .card-header,
|
||||
.card-red.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-red:not(.card-outline) .card-header,
|
||||
.card-red:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-red.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-red:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-red.card-tabs.card-outline {
|
||||
.card-red.card-outline {
|
||||
border-top: 3px solid #dc3545;
|
||||
}
|
||||
|
||||
|
|
@ -16914,20 +16932,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-orange.card-tabs:not(.card-outline) .card-header {
|
||||
.card-orange:not(.card-outline) .card-header {
|
||||
background-color: #fd7e14;
|
||||
}
|
||||
|
||||
.card-orange.card-tabs:not(.card-outline) .card-header,
|
||||
.card-orange.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-orange:not(.card-outline) .card-header,
|
||||
.card-orange:not(.card-outline) .card-header a {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-orange.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-orange:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-orange.card-tabs.card-outline {
|
||||
.card-orange.card-outline {
|
||||
border-top: 3px solid #fd7e14;
|
||||
}
|
||||
|
||||
|
|
@ -16985,20 +17003,20 @@ html.maximized-card {
|
|||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-yellow.card-tabs:not(.card-outline) .card-header {
|
||||
.card-yellow:not(.card-outline) .card-header {
|
||||
background-color: #ffc107;
|
||||
}
|
||||
|
||||
.card-yellow.card-tabs:not(.card-outline) .card-header,
|
||||
.card-yellow.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-yellow:not(.card-outline) .card-header,
|
||||
.card-yellow:not(.card-outline) .card-header a {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-yellow.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-yellow:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-yellow.card-tabs.card-outline {
|
||||
.card-yellow.card-outline {
|
||||
border-top: 3px solid #ffc107;
|
||||
}
|
||||
|
||||
|
|
@ -17056,20 +17074,20 @@ html.maximized-card {
|
|||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-green.card-tabs:not(.card-outline) .card-header {
|
||||
.card-green:not(.card-outline) .card-header {
|
||||
background-color: #28a745;
|
||||
}
|
||||
|
||||
.card-green.card-tabs:not(.card-outline) .card-header,
|
||||
.card-green.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-green:not(.card-outline) .card-header,
|
||||
.card-green:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-green.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-green:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-green.card-tabs.card-outline {
|
||||
.card-green.card-outline {
|
||||
border-top: 3px solid #28a745;
|
||||
}
|
||||
|
||||
|
|
@ -17127,20 +17145,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-teal.card-tabs:not(.card-outline) .card-header {
|
||||
.card-teal:not(.card-outline) .card-header {
|
||||
background-color: #20c997;
|
||||
}
|
||||
|
||||
.card-teal.card-tabs:not(.card-outline) .card-header,
|
||||
.card-teal.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-teal:not(.card-outline) .card-header,
|
||||
.card-teal:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-teal.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-teal:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-teal.card-tabs.card-outline {
|
||||
.card-teal.card-outline {
|
||||
border-top: 3px solid #20c997;
|
||||
}
|
||||
|
||||
|
|
@ -17198,20 +17216,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-cyan.card-tabs:not(.card-outline) .card-header {
|
||||
.card-cyan:not(.card-outline) .card-header {
|
||||
background-color: #17a2b8;
|
||||
}
|
||||
|
||||
.card-cyan.card-tabs:not(.card-outline) .card-header,
|
||||
.card-cyan.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-cyan:not(.card-outline) .card-header,
|
||||
.card-cyan:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-cyan.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-cyan:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-cyan.card-tabs.card-outline {
|
||||
.card-cyan.card-outline {
|
||||
border-top: 3px solid #17a2b8;
|
||||
}
|
||||
|
||||
|
|
@ -17269,20 +17287,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-white.card-tabs:not(.card-outline) .card-header {
|
||||
.card-white:not(.card-outline) .card-header {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.card-white.card-tabs:not(.card-outline) .card-header,
|
||||
.card-white.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-white:not(.card-outline) .card-header,
|
||||
.card-white:not(.card-outline) .card-header a {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-white.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-white:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-white.card-tabs.card-outline {
|
||||
.card-white.card-outline {
|
||||
border-top: 3px solid #ffffff;
|
||||
}
|
||||
|
||||
|
|
@ -17340,20 +17358,20 @@ html.maximized-card {
|
|||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-gray.card-tabs:not(.card-outline) .card-header {
|
||||
.card-gray:not(.card-outline) .card-header {
|
||||
background-color: #6c757d;
|
||||
}
|
||||
|
||||
.card-gray.card-tabs:not(.card-outline) .card-header,
|
||||
.card-gray.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-gray:not(.card-outline) .card-header,
|
||||
.card-gray:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-gray.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-gray:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-gray.card-tabs.card-outline {
|
||||
.card-gray.card-outline {
|
||||
border-top: 3px solid #6c757d;
|
||||
}
|
||||
|
||||
|
|
@ -17411,20 +17429,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-gray-dark.card-tabs:not(.card-outline) .card-header {
|
||||
.card-gray-dark:not(.card-outline) .card-header {
|
||||
background-color: #343a40;
|
||||
}
|
||||
|
||||
.card-gray-dark.card-tabs:not(.card-outline) .card-header,
|
||||
.card-gray-dark.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-gray-dark:not(.card-outline) .card-header,
|
||||
.card-gray-dark:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-gray-dark.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-gray-dark:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-gray-dark.card-tabs.card-outline {
|
||||
.card-gray-dark.card-outline {
|
||||
border-top: 3px solid #343a40;
|
||||
}
|
||||
|
||||
|
|
@ -21278,6 +21296,10 @@ html.maximized-card {
|
|||
border-color: #6d7a86;
|
||||
}
|
||||
|
||||
.slider .tooltip.in {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.slider.slider-vertical {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
@ -26483,13 +26505,6 @@ blockquote.quote-gray-dark h6 {
|
|||
padding-bottom: .5rem;
|
||||
}
|
||||
|
||||
a:-moz-focusring,
|
||||
button:-moz-focusring,
|
||||
input.btn:-moz-focusring {
|
||||
border: 0;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.no-print, .main-sidebar,
|
||||
.main-header,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,8 +1,8 @@
|
|||
/*!
|
||||
* AdminLTE v3.0.0
|
||||
* AdminLTE v3.0.1
|
||||
* Only Components
|
||||
* Author: Colorlib
|
||||
* Website: AdminLTE.io <http://adminlte.io>
|
||||
* Website: AdminLTE.io <http://adminlte.io>
|
||||
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
||||
*/
|
||||
.form-group.has-icon {
|
||||
|
|
@ -2381,20 +2381,20 @@ html.maximized-card {
|
|||
max-width: 200px;
|
||||
}
|
||||
|
||||
.card-primary.card-tabs:not(.card-outline) .card-header {
|
||||
.card-primary:not(.card-outline) .card-header {
|
||||
background-color: #007bff;
|
||||
}
|
||||
|
||||
.card-primary.card-tabs:not(.card-outline) .card-header,
|
||||
.card-primary.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-primary:not(.card-outline) .card-header,
|
||||
.card-primary:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-primary.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-primary:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-primary.card-tabs.card-outline {
|
||||
.card-primary.card-outline {
|
||||
border-top: 3px solid #007bff;
|
||||
}
|
||||
|
||||
|
|
@ -2452,20 +2452,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-secondary.card-tabs:not(.card-outline) .card-header {
|
||||
.card-secondary:not(.card-outline) .card-header {
|
||||
background-color: #6c757d;
|
||||
}
|
||||
|
||||
.card-secondary.card-tabs:not(.card-outline) .card-header,
|
||||
.card-secondary.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-secondary:not(.card-outline) .card-header,
|
||||
.card-secondary:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-secondary.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-secondary:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-secondary.card-tabs.card-outline {
|
||||
.card-secondary.card-outline {
|
||||
border-top: 3px solid #6c757d;
|
||||
}
|
||||
|
||||
|
|
@ -2523,20 +2523,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-success.card-tabs:not(.card-outline) .card-header {
|
||||
.card-success:not(.card-outline) .card-header {
|
||||
background-color: #28a745;
|
||||
}
|
||||
|
||||
.card-success.card-tabs:not(.card-outline) .card-header,
|
||||
.card-success.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-success:not(.card-outline) .card-header,
|
||||
.card-success:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-success.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-success:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-success.card-tabs.card-outline {
|
||||
.card-success.card-outline {
|
||||
border-top: 3px solid #28a745;
|
||||
}
|
||||
|
||||
|
|
@ -2594,20 +2594,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-info.card-tabs:not(.card-outline) .card-header {
|
||||
.card-info:not(.card-outline) .card-header {
|
||||
background-color: #17a2b8;
|
||||
}
|
||||
|
||||
.card-info.card-tabs:not(.card-outline) .card-header,
|
||||
.card-info.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-info:not(.card-outline) .card-header,
|
||||
.card-info:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-info.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-info:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-info.card-tabs.card-outline {
|
||||
.card-info.card-outline {
|
||||
border-top: 3px solid #17a2b8;
|
||||
}
|
||||
|
||||
|
|
@ -2665,20 +2665,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-warning.card-tabs:not(.card-outline) .card-header {
|
||||
.card-warning:not(.card-outline) .card-header {
|
||||
background-color: #ffc107;
|
||||
}
|
||||
|
||||
.card-warning.card-tabs:not(.card-outline) .card-header,
|
||||
.card-warning.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-warning:not(.card-outline) .card-header,
|
||||
.card-warning:not(.card-outline) .card-header a {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-warning.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-warning:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-warning.card-tabs.card-outline {
|
||||
.card-warning.card-outline {
|
||||
border-top: 3px solid #ffc107;
|
||||
}
|
||||
|
||||
|
|
@ -2736,20 +2736,20 @@ html.maximized-card {
|
|||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-danger.card-tabs:not(.card-outline) .card-header {
|
||||
.card-danger:not(.card-outline) .card-header {
|
||||
background-color: #dc3545;
|
||||
}
|
||||
|
||||
.card-danger.card-tabs:not(.card-outline) .card-header,
|
||||
.card-danger.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-danger:not(.card-outline) .card-header,
|
||||
.card-danger:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-danger.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-danger:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-danger.card-tabs.card-outline {
|
||||
.card-danger.card-outline {
|
||||
border-top: 3px solid #dc3545;
|
||||
}
|
||||
|
||||
|
|
@ -2807,20 +2807,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-light.card-tabs:not(.card-outline) .card-header {
|
||||
.card-light:not(.card-outline) .card-header {
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
|
||||
.card-light.card-tabs:not(.card-outline) .card-header,
|
||||
.card-light.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-light:not(.card-outline) .card-header,
|
||||
.card-light:not(.card-outline) .card-header a {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-light.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-light:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-light.card-tabs.card-outline {
|
||||
.card-light.card-outline {
|
||||
border-top: 3px solid #f8f9fa;
|
||||
}
|
||||
|
||||
|
|
@ -2878,20 +2878,20 @@ html.maximized-card {
|
|||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-dark.card-tabs:not(.card-outline) .card-header {
|
||||
.card-dark:not(.card-outline) .card-header {
|
||||
background-color: #343a40;
|
||||
}
|
||||
|
||||
.card-dark.card-tabs:not(.card-outline) .card-header,
|
||||
.card-dark.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-dark:not(.card-outline) .card-header,
|
||||
.card-dark:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-dark.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-dark:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-dark.card-tabs.card-outline {
|
||||
.card-dark.card-outline {
|
||||
border-top: 3px solid #343a40;
|
||||
}
|
||||
|
||||
|
|
@ -2949,20 +2949,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-navy.card-tabs:not(.card-outline) .card-header {
|
||||
.card-navy:not(.card-outline) .card-header {
|
||||
background-color: #001f3f;
|
||||
}
|
||||
|
||||
.card-navy.card-tabs:not(.card-outline) .card-header,
|
||||
.card-navy.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-navy:not(.card-outline) .card-header,
|
||||
.card-navy:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-navy.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-navy:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-navy.card-tabs.card-outline {
|
||||
.card-navy.card-outline {
|
||||
border-top: 3px solid #001f3f;
|
||||
}
|
||||
|
||||
|
|
@ -3020,20 +3020,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-olive.card-tabs:not(.card-outline) .card-header {
|
||||
.card-olive:not(.card-outline) .card-header {
|
||||
background-color: #3d9970;
|
||||
}
|
||||
|
||||
.card-olive.card-tabs:not(.card-outline) .card-header,
|
||||
.card-olive.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-olive:not(.card-outline) .card-header,
|
||||
.card-olive:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-olive.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-olive:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-olive.card-tabs.card-outline {
|
||||
.card-olive.card-outline {
|
||||
border-top: 3px solid #3d9970;
|
||||
}
|
||||
|
||||
|
|
@ -3091,20 +3091,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-lime.card-tabs:not(.card-outline) .card-header {
|
||||
.card-lime:not(.card-outline) .card-header {
|
||||
background-color: #01ff70;
|
||||
}
|
||||
|
||||
.card-lime.card-tabs:not(.card-outline) .card-header,
|
||||
.card-lime.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-lime:not(.card-outline) .card-header,
|
||||
.card-lime:not(.card-outline) .card-header a {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-lime.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-lime:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-lime.card-tabs.card-outline {
|
||||
.card-lime.card-outline {
|
||||
border-top: 3px solid #01ff70;
|
||||
}
|
||||
|
||||
|
|
@ -3162,20 +3162,20 @@ html.maximized-card {
|
|||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-fuchsia.card-tabs:not(.card-outline) .card-header {
|
||||
.card-fuchsia:not(.card-outline) .card-header {
|
||||
background-color: #f012be;
|
||||
}
|
||||
|
||||
.card-fuchsia.card-tabs:not(.card-outline) .card-header,
|
||||
.card-fuchsia.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-fuchsia:not(.card-outline) .card-header,
|
||||
.card-fuchsia:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-fuchsia.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-fuchsia:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-fuchsia.card-tabs.card-outline {
|
||||
.card-fuchsia.card-outline {
|
||||
border-top: 3px solid #f012be;
|
||||
}
|
||||
|
||||
|
|
@ -3233,20 +3233,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-maroon.card-tabs:not(.card-outline) .card-header {
|
||||
.card-maroon:not(.card-outline) .card-header {
|
||||
background-color: #d81b60;
|
||||
}
|
||||
|
||||
.card-maroon.card-tabs:not(.card-outline) .card-header,
|
||||
.card-maroon.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-maroon:not(.card-outline) .card-header,
|
||||
.card-maroon:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-maroon.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-maroon:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-maroon.card-tabs.card-outline {
|
||||
.card-maroon.card-outline {
|
||||
border-top: 3px solid #d81b60;
|
||||
}
|
||||
|
||||
|
|
@ -3304,20 +3304,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-blue.card-tabs:not(.card-outline) .card-header {
|
||||
.card-blue:not(.card-outline) .card-header {
|
||||
background-color: #007bff;
|
||||
}
|
||||
|
||||
.card-blue.card-tabs:not(.card-outline) .card-header,
|
||||
.card-blue.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-blue:not(.card-outline) .card-header,
|
||||
.card-blue:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-blue.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-blue:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-blue.card-tabs.card-outline {
|
||||
.card-blue.card-outline {
|
||||
border-top: 3px solid #007bff;
|
||||
}
|
||||
|
||||
|
|
@ -3375,20 +3375,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-indigo.card-tabs:not(.card-outline) .card-header {
|
||||
.card-indigo:not(.card-outline) .card-header {
|
||||
background-color: #6610f2;
|
||||
}
|
||||
|
||||
.card-indigo.card-tabs:not(.card-outline) .card-header,
|
||||
.card-indigo.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-indigo:not(.card-outline) .card-header,
|
||||
.card-indigo:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-indigo.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-indigo:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-indigo.card-tabs.card-outline {
|
||||
.card-indigo.card-outline {
|
||||
border-top: 3px solid #6610f2;
|
||||
}
|
||||
|
||||
|
|
@ -3446,20 +3446,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-purple.card-tabs:not(.card-outline) .card-header {
|
||||
.card-purple:not(.card-outline) .card-header {
|
||||
background-color: #6f42c1;
|
||||
}
|
||||
|
||||
.card-purple.card-tabs:not(.card-outline) .card-header,
|
||||
.card-purple.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-purple:not(.card-outline) .card-header,
|
||||
.card-purple:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-purple.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-purple:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-purple.card-tabs.card-outline {
|
||||
.card-purple.card-outline {
|
||||
border-top: 3px solid #6f42c1;
|
||||
}
|
||||
|
||||
|
|
@ -3517,20 +3517,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-pink.card-tabs:not(.card-outline) .card-header {
|
||||
.card-pink:not(.card-outline) .card-header {
|
||||
background-color: #e83e8c;
|
||||
}
|
||||
|
||||
.card-pink.card-tabs:not(.card-outline) .card-header,
|
||||
.card-pink.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-pink:not(.card-outline) .card-header,
|
||||
.card-pink:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-pink.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-pink:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-pink.card-tabs.card-outline {
|
||||
.card-pink.card-outline {
|
||||
border-top: 3px solid #e83e8c;
|
||||
}
|
||||
|
||||
|
|
@ -3588,20 +3588,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-red.card-tabs:not(.card-outline) .card-header {
|
||||
.card-red:not(.card-outline) .card-header {
|
||||
background-color: #dc3545;
|
||||
}
|
||||
|
||||
.card-red.card-tabs:not(.card-outline) .card-header,
|
||||
.card-red.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-red:not(.card-outline) .card-header,
|
||||
.card-red:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-red.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-red:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-red.card-tabs.card-outline {
|
||||
.card-red.card-outline {
|
||||
border-top: 3px solid #dc3545;
|
||||
}
|
||||
|
||||
|
|
@ -3659,20 +3659,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-orange.card-tabs:not(.card-outline) .card-header {
|
||||
.card-orange:not(.card-outline) .card-header {
|
||||
background-color: #fd7e14;
|
||||
}
|
||||
|
||||
.card-orange.card-tabs:not(.card-outline) .card-header,
|
||||
.card-orange.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-orange:not(.card-outline) .card-header,
|
||||
.card-orange:not(.card-outline) .card-header a {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-orange.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-orange:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-orange.card-tabs.card-outline {
|
||||
.card-orange.card-outline {
|
||||
border-top: 3px solid #fd7e14;
|
||||
}
|
||||
|
||||
|
|
@ -3730,20 +3730,20 @@ html.maximized-card {
|
|||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-yellow.card-tabs:not(.card-outline) .card-header {
|
||||
.card-yellow:not(.card-outline) .card-header {
|
||||
background-color: #ffc107;
|
||||
}
|
||||
|
||||
.card-yellow.card-tabs:not(.card-outline) .card-header,
|
||||
.card-yellow.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-yellow:not(.card-outline) .card-header,
|
||||
.card-yellow:not(.card-outline) .card-header a {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-yellow.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-yellow:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-yellow.card-tabs.card-outline {
|
||||
.card-yellow.card-outline {
|
||||
border-top: 3px solid #ffc107;
|
||||
}
|
||||
|
||||
|
|
@ -3801,20 +3801,20 @@ html.maximized-card {
|
|||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-green.card-tabs:not(.card-outline) .card-header {
|
||||
.card-green:not(.card-outline) .card-header {
|
||||
background-color: #28a745;
|
||||
}
|
||||
|
||||
.card-green.card-tabs:not(.card-outline) .card-header,
|
||||
.card-green.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-green:not(.card-outline) .card-header,
|
||||
.card-green:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-green.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-green:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-green.card-tabs.card-outline {
|
||||
.card-green.card-outline {
|
||||
border-top: 3px solid #28a745;
|
||||
}
|
||||
|
||||
|
|
@ -3872,20 +3872,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-teal.card-tabs:not(.card-outline) .card-header {
|
||||
.card-teal:not(.card-outline) .card-header {
|
||||
background-color: #20c997;
|
||||
}
|
||||
|
||||
.card-teal.card-tabs:not(.card-outline) .card-header,
|
||||
.card-teal.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-teal:not(.card-outline) .card-header,
|
||||
.card-teal:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-teal.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-teal:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-teal.card-tabs.card-outline {
|
||||
.card-teal.card-outline {
|
||||
border-top: 3px solid #20c997;
|
||||
}
|
||||
|
||||
|
|
@ -3943,20 +3943,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-cyan.card-tabs:not(.card-outline) .card-header {
|
||||
.card-cyan:not(.card-outline) .card-header {
|
||||
background-color: #17a2b8;
|
||||
}
|
||||
|
||||
.card-cyan.card-tabs:not(.card-outline) .card-header,
|
||||
.card-cyan.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-cyan:not(.card-outline) .card-header,
|
||||
.card-cyan:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-cyan.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-cyan:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-cyan.card-tabs.card-outline {
|
||||
.card-cyan.card-outline {
|
||||
border-top: 3px solid #17a2b8;
|
||||
}
|
||||
|
||||
|
|
@ -4014,20 +4014,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-white.card-tabs:not(.card-outline) .card-header {
|
||||
.card-white:not(.card-outline) .card-header {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.card-white.card-tabs:not(.card-outline) .card-header,
|
||||
.card-white.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-white:not(.card-outline) .card-header,
|
||||
.card-white:not(.card-outline) .card-header a {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-white.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-white:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-white.card-tabs.card-outline {
|
||||
.card-white.card-outline {
|
||||
border-top: 3px solid #ffffff;
|
||||
}
|
||||
|
||||
|
|
@ -4085,20 +4085,20 @@ html.maximized-card {
|
|||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-gray.card-tabs:not(.card-outline) .card-header {
|
||||
.card-gray:not(.card-outline) .card-header {
|
||||
background-color: #6c757d;
|
||||
}
|
||||
|
||||
.card-gray.card-tabs:not(.card-outline) .card-header,
|
||||
.card-gray.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-gray:not(.card-outline) .card-header,
|
||||
.card-gray:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-gray.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-gray:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-gray.card-tabs.card-outline {
|
||||
.card-gray.card-outline {
|
||||
border-top: 3px solid #6c757d;
|
||||
}
|
||||
|
||||
|
|
@ -4156,20 +4156,20 @@ html.maximized-card {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-gray-dark.card-tabs:not(.card-outline) .card-header {
|
||||
.card-gray-dark:not(.card-outline) .card-header {
|
||||
background-color: #343a40;
|
||||
}
|
||||
|
||||
.card-gray-dark.card-tabs:not(.card-outline) .card-header,
|
||||
.card-gray-dark.card-tabs:not(.card-outline) .card-header a {
|
||||
.card-gray-dark:not(.card-outline) .card-header,
|
||||
.card-gray-dark:not(.card-outline) .card-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.card-gray-dark.card-tabs:not(.card-outline) .card-header a.active {
|
||||
.card-gray-dark:not(.card-outline) .card-header a.active {
|
||||
color: #1F2D3D;
|
||||
}
|
||||
|
||||
.card-gray-dark.card-tabs.card-outline {
|
||||
.card-gray-dark.card-outline {
|
||||
border-top: 3px solid #343a40;
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
|||
@charset "UTF-8";
|
||||
/*!
|
||||
* AdminLTE v3.0.0
|
||||
* AdminLTE v3.0.1
|
||||
* Only Core
|
||||
* Author: Colorlib
|
||||
* Website: AdminLTE.io <http://adminlte.io>
|
||||
|
|
@ -10547,6 +10547,14 @@ body,
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .content-wrapper, body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .content-wrapper::before,
|
||||
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-footer,
|
||||
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-footer::before,
|
||||
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header,
|
||||
body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::before {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
body:not(.sidebar-mini-md) .content-wrapper,
|
||||
body:not(.sidebar-mini-md) .main-footer,
|
||||
|
|
@ -10933,6 +10941,11 @@ body,
|
|||
z-index: 1038;
|
||||
}
|
||||
|
||||
.main-sidebar a:-moz-focusring {
|
||||
border: 0;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
height: calc(100% - 4rem);
|
||||
overflow-y: auto;
|
||||
|
|
@ -12367,7 +12380,6 @@ body.text-sm .control-sidebar {
|
|||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
padding: 0;
|
||||
border-top-width: 0;
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
|
|
@ -13396,13 +13408,6 @@ blockquote.quote-gray-dark h6 {
|
|||
padding-bottom: .5rem;
|
||||
}
|
||||
|
||||
a:-moz-focusring,
|
||||
button:-moz-focusring,
|
||||
input.btn:-moz-focusring {
|
||||
border: 0;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.no-print, .main-sidebar,
|
||||
.main-header,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,8 +1,8 @@
|
|||
/*!
|
||||
* AdminLTE v3.0.0
|
||||
* AdminLTE v3.0.1
|
||||
* Only Extra Components
|
||||
* Author: Colorlib
|
||||
* Website: AdminLTE.io <http://adminlte.io>
|
||||
* Website: AdminLTE.io <http://adminlte.io>
|
||||
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
||||
*/
|
||||
.small-box {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,8 +1,8 @@
|
|||
/*!
|
||||
* AdminLTE v3.0.0
|
||||
* AdminLTE v3.0.1
|
||||
* Only Pages
|
||||
* Author: Colorlib
|
||||
* Website: AdminLTE.io <http://adminlte.io>
|
||||
* Website: AdminLTE.io <http://adminlte.io>
|
||||
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
||||
*/
|
||||
.close, .mailbox-attachment-close {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,9 +1,9 @@
|
|||
@charset "UTF-8";
|
||||
/*!
|
||||
* AdminLTE v3.0.0
|
||||
* AdminLTE v3.0.1
|
||||
* Only Plugins
|
||||
* Author: Colorlib
|
||||
* Website: AdminLTE.io <http://adminlte.io>
|
||||
* Website: AdminLTE.io <http://adminlte.io>
|
||||
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
||||
*/
|
||||
.fc-button {
|
||||
|
|
@ -1548,6 +1548,10 @@
|
|||
border-color: #6d7a86;
|
||||
}
|
||||
|
||||
.slider .tooltip.in {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.slider.slider-vertical {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* AdminLTE v3.0.0 (https://adminlte.io)
|
||||
* AdminLTE v3.0.1 (https://adminlte.io)
|
||||
* Copyright 2014-2019 Colorlib <http://colorlib.com>
|
||||
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
|
||||
*/
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(global = global || self, factory(global.adminlte = {}));
|
||||
}(this, function (exports) { 'use strict';
|
||||
}(this, (function (exports) { 'use strict';
|
||||
|
||||
/**
|
||||
* --------------------------------------------
|
||||
|
|
@ -52,6 +52,11 @@
|
|||
FOOTER_LG_FIXED: 'layout-lg-footer-fixed',
|
||||
FOOTER_XL_FIXED: 'layout-xl-footer-fixed'
|
||||
};
|
||||
var Default = {
|
||||
controlsidebarSlide: true,
|
||||
scrollbarTheme: 'os-theme-light',
|
||||
scrollbarAutoHide: 'l'
|
||||
};
|
||||
/**
|
||||
* Class Definition
|
||||
* ====================================================
|
||||
|
|
@ -230,8 +235,10 @@
|
|||
return this.each(function () {
|
||||
var data = $(this).data(DATA_KEY);
|
||||
|
||||
var _options = $.extend({}, Default, $(this).data());
|
||||
|
||||
if (!data) {
|
||||
data = new ControlSidebar(this, $(this).data());
|
||||
data = new ControlSidebar(this, _options);
|
||||
$(this).data(DATA_KEY, data);
|
||||
}
|
||||
|
||||
|
|
@ -409,10 +416,10 @@
|
|||
return this.each(function () {
|
||||
var data = $(this).data(DATA_KEY);
|
||||
|
||||
var _config = $.extend({}, Default, $(this).data());
|
||||
var _options = $.extend({}, Default, $(this).data());
|
||||
|
||||
if (!data) {
|
||||
data = new Layout($(this), _config);
|
||||
data = new Layout($(this), _options);
|
||||
$(this).data(DATA_KEY, data);
|
||||
}
|
||||
|
||||
|
|
@ -514,7 +521,7 @@
|
|||
|
||||
var _proto = PushMenu.prototype;
|
||||
|
||||
_proto.show = function show() {
|
||||
_proto.expand = function expand() {
|
||||
if (this._options.autoCollapseSize) {
|
||||
if ($(window).width() <= this._options.autoCollapseSize) {
|
||||
$(Selector.BODY).addClass(ClassName.OPEN);
|
||||
|
|
@ -552,7 +559,7 @@
|
|||
if (!$(Selector.BODY).hasClass(ClassName.COLLAPSED)) {
|
||||
this.collapse();
|
||||
} else {
|
||||
this.show();
|
||||
this.expand();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -635,7 +642,7 @@
|
|||
$(this).data(DATA_KEY, data);
|
||||
}
|
||||
|
||||
if (operation === 'toggle') {
|
||||
if (typeof operation === 'string' && operation.match(/collapse|expand|toggle/)) {
|
||||
data[operation]();
|
||||
}
|
||||
});
|
||||
|
|
@ -710,12 +717,15 @@
|
|||
LI: 'nav-item',
|
||||
LINK: 'nav-link',
|
||||
TREEVIEW_MENU: 'nav-treeview',
|
||||
OPEN: 'menu-open'
|
||||
OPEN: 'menu-open',
|
||||
SIDEBAR_COLLAPSED: 'sidebar-collapse'
|
||||
};
|
||||
var Default = {
|
||||
trigger: Selector.DATA_WIDGET + " " + Selector.LINK,
|
||||
animationSpeed: 300,
|
||||
accordion: true
|
||||
accordion: true,
|
||||
expandSidebar: false,
|
||||
sidebarButtonSelector: '[data-widget="pushmenu"]'
|
||||
};
|
||||
/**
|
||||
* Class Definition
|
||||
|
|
@ -752,6 +762,10 @@
|
|||
parentLi.addClass(ClassName.OPEN);
|
||||
$(_this._element).trigger(expandedEvent);
|
||||
});
|
||||
|
||||
if (this._config.expandSidebar) {
|
||||
this._expandSidebar();
|
||||
}
|
||||
};
|
||||
|
||||
_proto.collapse = function collapse(treeviewMenu, parentLi) {
|
||||
|
|
@ -799,6 +813,12 @@
|
|||
$(document).on('click', this._config.trigger, function (event) {
|
||||
_this3.toggle(event);
|
||||
});
|
||||
};
|
||||
|
||||
_proto._expandSidebar = function _expandSidebar() {
|
||||
if ($('body').hasClass(ClassName.SIDEBAR_COLLAPSED)) {
|
||||
$(this._config.sidebarButtonSelector).PushMenu('expand');
|
||||
}
|
||||
} // Static
|
||||
;
|
||||
|
||||
|
|
@ -806,10 +826,10 @@
|
|||
return this.each(function () {
|
||||
var data = $(this).data(DATA_KEY);
|
||||
|
||||
var _config = $.extend({}, Default, $(this).data());
|
||||
var _options = $.extend({}, Default, $(this).data());
|
||||
|
||||
if (!data) {
|
||||
data = new Treeview($(this), _config);
|
||||
data = new Treeview($(this), _options);
|
||||
$(this).data(DATA_KEY, data);
|
||||
}
|
||||
|
||||
|
|
@ -1015,10 +1035,10 @@
|
|||
return this.each(function () {
|
||||
var data = $(this).data(DATA_KEY);
|
||||
|
||||
var _config = $.extend({}, Default, $(this).data());
|
||||
var _options = $.extend({}, Default, $(this).data());
|
||||
|
||||
if (!data) {
|
||||
data = new TodoList($(this), _config);
|
||||
data = new TodoList($(this), _options);
|
||||
$(this).data(DATA_KEY, data);
|
||||
}
|
||||
|
||||
|
|
@ -1240,8 +1260,10 @@
|
|||
CardWidget._jQueryInterface = function _jQueryInterface(config) {
|
||||
var data = $(this).data(DATA_KEY);
|
||||
|
||||
var _options = $.extend({}, Default, $(this).data());
|
||||
|
||||
if (!data) {
|
||||
data = new CardWidget($(this), data);
|
||||
data = new CardWidget($(this), _options);
|
||||
$(this).data(DATA_KEY, typeof config === 'string' ? data : config);
|
||||
}
|
||||
|
||||
|
|
@ -1414,10 +1436,11 @@
|
|||
|
||||
CardRefresh._jQueryInterface = function _jQueryInterface(config) {
|
||||
var data = $(this).data(DATA_KEY);
|
||||
var options = $(this).data();
|
||||
|
||||
var _options = $.extend({}, Default, $(this).data());
|
||||
|
||||
if (!data) {
|
||||
data = new CardRefresh($(this), options);
|
||||
data = new CardRefresh($(this), _options);
|
||||
$(this).data(DATA_KEY, typeof config === 'string' ? data : config);
|
||||
}
|
||||
|
||||
|
|
@ -1744,9 +1767,9 @@
|
|||
|
||||
Toasts._jQueryInterface = function _jQueryInterface(option, config) {
|
||||
return this.each(function () {
|
||||
var _config = $.extend({}, Default, config);
|
||||
var _options = $.extend({}, Default, config);
|
||||
|
||||
var toast = new Toasts($(this), _config);
|
||||
var toast = new Toasts($(this), _options);
|
||||
|
||||
if (option === 'create') {
|
||||
toast[option]();
|
||||
|
|
@ -1786,5 +1809,5 @@
|
|||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
}));
|
||||
})));
|
||||
//# sourceMappingURL=adminlte.js.map
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
/*! pdfmake v0.1.60, @license MIT, @link http://pdfmake.org */
|
||||
/*! pdfmake v0.1.62, @license MIT, @link http://pdfmake.org */
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
|
|
@ -977,7 +977,7 @@ module.exports = {
|
|||
/* 2 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var core = module.exports = { version: '2.6.9' };
|
||||
var core = module.exports = { version: '2.6.10' };
|
||||
if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
|
||||
|
||||
|
||||
|
|
@ -4763,7 +4763,7 @@ module.exports = function (fn, that, length) {
|
|||
/* 39 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
var core = module.exports = { version: '2.6.9' };
|
||||
var core = module.exports = { version: '2.6.10' };
|
||||
if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
|
||||
|
||||
|
||||
|
|
@ -19420,6 +19420,20 @@ var getSvgToPDF = function () {
|
|||
}
|
||||
};
|
||||
|
||||
var findFont = function (fonts, requiredFonts, defaultFont) {
|
||||
for (var i = 0; i < requiredFonts.length; i++) {
|
||||
var requiredFont = requiredFonts[i].toLowerCase();
|
||||
|
||||
for (var font in fonts) {
|
||||
if (font.toLowerCase() === requiredFont) {
|
||||
return font;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return defaultFont;
|
||||
};
|
||||
|
||||
////////////////////////////////////////
|
||||
// PdfPrinter
|
||||
|
||||
|
|
@ -19772,7 +19786,7 @@ function renderPages(pages, fontProvider, pdfKitDoc, progressCallback) {
|
|||
renderImage(item.item, item.item.x, item.item.y, pdfKitDoc);
|
||||
break;
|
||||
case 'svg':
|
||||
renderSVG(item.item, item.item.x, item.item.y, pdfKitDoc);
|
||||
renderSVG(item.item, item.item.x, item.item.y, pdfKitDoc, fontProvider);
|
||||
break;
|
||||
case 'beginClip':
|
||||
beginClip(item.item, pdfKitDoc);
|
||||
|
|
@ -19992,8 +20006,25 @@ function renderImage(image, x, y, pdfKitDoc) {
|
|||
}
|
||||
}
|
||||
|
||||
function renderSVG(svg, x, y, pdfKitDoc) {
|
||||
getSvgToPDF()(pdfKitDoc, svg.svg, svg.x, svg.y, Object.assign({ width: svg._width, height: svg._height, assumePt: true }, svg.options));
|
||||
function renderSVG(svg, x, y, pdfKitDoc, fontProvider) {
|
||||
var options = Object.assign({ width: svg._width, height: svg._height, assumePt: true }, svg.options);
|
||||
options.fontCallback = function (family, bold, italic, fontOptions) {
|
||||
fontOptions.fauxBold = bold;
|
||||
fontOptions.fauxItalic = italic;
|
||||
|
||||
var fontsFamily = family.split(',').map(function (f) { return f.trim().replace(/('|")/g, ''); });
|
||||
var font = findFont(fontProvider.fonts, fontsFamily, svg.font || 'Roboto');
|
||||
|
||||
var fontFile = fontProvider.getFontFile(font, bold, italic);
|
||||
if (fontFile === null) {
|
||||
var type = fontProvider.getFontType(bold, italic);
|
||||
throw new Error('Font \'' + font + '\' in style \'' + type + '\' is not defined in the font section of the document definition.');
|
||||
}
|
||||
|
||||
return fontFile;
|
||||
};
|
||||
|
||||
getSvgToPDF()(pdfKitDoc, svg.svg, svg.x, svg.y, options);
|
||||
}
|
||||
|
||||
function beginClip(rect, pdfKitDoc) {
|
||||
|
|
@ -59934,9 +59965,22 @@ function FontProvider(fontDescriptors, pdfKitDoc) {
|
|||
}
|
||||
}
|
||||
|
||||
FontProvider.prototype.provideFont = function (familyName, bold, italics) {
|
||||
var type = typeName(bold, italics);
|
||||
FontProvider.prototype.getFontType = function (bold, italics) {
|
||||
return typeName(bold, italics);
|
||||
}
|
||||
|
||||
FontProvider.prototype.getFontFile = function (familyName, bold, italics) {
|
||||
var type = this.getFontType(bold, italics);
|
||||
if (!this.fonts[familyName] || !this.fonts[familyName][type]) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return this.fonts[familyName][type];
|
||||
}
|
||||
|
||||
FontProvider.prototype.provideFont = function (familyName, bold, italics) {
|
||||
var type = this.getFontType(bold, italics);
|
||||
if (this.getFontFile(familyName, bold, italics) === null) {
|
||||
throw new Error('Font \'' + familyName + '\' in style \'' + type + '\' is not defined in the font section of the document definition.');
|
||||
}
|
||||
|
||||
|
|
@ -61234,6 +61278,8 @@ DocMeasure.prototype.measureSVG = function (node) {
|
|||
|
||||
this.measureImageWithDimensions(node, dimensions);
|
||||
|
||||
node.font = this.styleStack.getProperty('font');
|
||||
|
||||
// scale SVG based on final dimension
|
||||
node.svg = this.svgMeasure.writeDimensions(node.svg, {
|
||||
width: node._width,
|
||||
|
|
@ -63638,7 +63684,7 @@ TableProcessor.prototype.drawHorizontalLine = function (lineIndex, writer, overr
|
|||
for (var i = 0, l = this.rowSpanData.length; i < l; i++) {
|
||||
var data = this.rowSpanData[i];
|
||||
var shouldDrawLine = !data.rowSpan;
|
||||
var borderColor;
|
||||
var borderColor = null;
|
||||
|
||||
// draw only if the current cell requires a top border or the cell in the
|
||||
// row above requires a bottom border
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,686 @@
|
|||
@import '~sweetalert2/src/variables';
|
||||
|
||||
// Function
|
||||
@function str-replace($string, $search, $replace: '') {
|
||||
$index: str-index($string, $search);
|
||||
|
||||
@if $index {
|
||||
@return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
|
||||
}
|
||||
|
||||
@return $string;
|
||||
}
|
||||
|
||||
// Theme Variables
|
||||
// Color
|
||||
$bootstrap-primary: #007bff !default;
|
||||
$bootstrap-success: #28a745 !default;
|
||||
$bootstrap-danger: #dc3545 !default;
|
||||
$bootstrap-warning: #ffc107 !default;
|
||||
$bootstrap-info: #17a2b8 !default;
|
||||
$bootstrap-secondary: #6c757d !default;
|
||||
|
||||
$bootstrap-gray-100: #f8f9fa !default;
|
||||
$bootstrap-gray-200: #e9ecef !default;
|
||||
$bootstrap-gray-300: #dee2e6 !default;
|
||||
$bootstrap-gray-400: #ced4da !default;
|
||||
$bootstrap-gray-500: #adb5bd !default;
|
||||
$bootstrap-gray-600: #6c757d !default;
|
||||
$bootstrap-gray-700: #495057 !default;
|
||||
$bootstrap-gray-800: #343a40 !default;
|
||||
$bootstrap-gray-900: #212529 !default;
|
||||
|
||||
$bootstrap-theme-color-interval: 8% !default;
|
||||
|
||||
// Alert
|
||||
$bootstrap-alert-border-level: -9 !default;
|
||||
$bootstrap-alert-bg-level: -10 !default;
|
||||
$bootstrap-alert-color-level: 6 !default;
|
||||
$bootstrap-alert-border-color: mix($swal2-white, $bootstrap-secondary, abs($bootstrap-alert-border-level) * $bootstrap-theme-color-interval) !default;
|
||||
$bootstrap-alert-background: mix($swal2-white, $bootstrap-secondary, abs($bootstrap-alert-bg-level) * $bootstrap-theme-color-interval) !default;
|
||||
$bootstrap-alert-color: mix($swal2-black, $bootstrap-secondary, abs($bootstrap-alert-color-level) * $bootstrap-theme-color-interval) !default;
|
||||
$bootstrap-alert-padding-y: .75rem !default;
|
||||
$bootstrap-alert-padding-x: 1.25rem !default;
|
||||
$bootstrap-alert-margin-bottom: 1rem !default;
|
||||
$bootstrap-alert-border-radius: .25rem !default;
|
||||
$bootstrap-alert-border-width: 1px !default;
|
||||
$bootstrap-alert-font-size: 1rem !default;
|
||||
|
||||
// Input
|
||||
$bootstrap-input-color: $bootstrap-gray-700 !default;
|
||||
$bootstrap-input-bg: $swal2-white !default;
|
||||
$bootstrap-input-border-color: $bootstrap-gray-300 !default;
|
||||
$bootstrap-input-border-radius: .25rem !default;
|
||||
$bootstrap-input-border-width: 1px !default;
|
||||
$bootstrap-input-padding-y: .375rem !default;
|
||||
$bootstrap-input-padding-x: .75rem !default;
|
||||
$bootstrap-input-line-height: 1.5 !default;
|
||||
$bootstrap-input-height-border: $bootstrap-input-border-width * 2 !default;
|
||||
$bootstrap-input-height: calc(#{$bootstrap-input-line-height * 1em} + #{$bootstrap-input-padding-y * 2} + #{$bootstrap-input-height-border}) !default;
|
||||
|
||||
$bootstrap-input-disabled-color: $swal2-white !default;
|
||||
$bootstrap-input-disabled-bg: $bootstrap-gray-200 !default;
|
||||
|
||||
$bootstrap-input-focus-width: .2rem !default;
|
||||
$bootstrap-input-focus-border: 1px solid lighten($bootstrap-primary, 25%) !default;
|
||||
$bootstrap-input-focus-box-shadow: 0 0 0 $bootstrap-input-focus-width rgba($bootstrap-primary, .25) !default;
|
||||
|
||||
// Button
|
||||
$bootstrap-btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
||||
$bootstrap-btn-secondary-focus-box-shadow: 0 0 0 $bootstrap-input-focus-width rgba($bootstrap-secondary, .25) !default;
|
||||
|
||||
// Custom Shared Variables
|
||||
$bootstrap-custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
||||
|
||||
$bootstrap-custom-control-gutter: .5rem !default;
|
||||
$bootstrap-custom-control-indicator-size: 1rem !default;
|
||||
$bootstrap-custom-control-indicator-bg: $swal2-white !default;
|
||||
$bootstrap-custom-control-indicator-bg-size: 50% 50% !default;
|
||||
$bootstrap-custom-control-indicator-border-color: $bootstrap-gray-500 !default;
|
||||
$bootstrap-custom-control-indicator-border-width: $bootstrap-input-border-width !default;
|
||||
$bootstrap-custom-control-indicator-checked-color: $swal2-white !default;
|
||||
$bootstrap-custom-control-indicator-checked-bg: $bootstrap-primary !default;
|
||||
$bootstrap-custom-control-indicator-checked-disabled-bg: rgba($bootstrap-primary, .5) !default;
|
||||
$bootstrap-custom-control-indicator-checked-border-color: $bootstrap-custom-control-indicator-checked-bg !default;
|
||||
|
||||
$bootstrap-custom-control-indicator-active-color: $swal2-white !default;
|
||||
$bootstrap-custom-control-indicator-active-bg: lighten($bootstrap-primary, 35%) !default;
|
||||
$bootstrap-custom-control-indicator-active-box-shadow: none !default;
|
||||
$bootstrap-custom-control-indicator-active-border-color: $bootstrap-custom-control-indicator-active-bg !default;
|
||||
|
||||
$bootstrap-custom-control-indicator-focus-box-shadow: $bootstrap-input-focus-box-shadow !default;
|
||||
$bootstrap-custom-control-indicator-focus-border-color: lighten($bootstrap-primary, 25%) !default;
|
||||
|
||||
// Custom Select
|
||||
$bootstrap-custom-select-bg-size: 8px 10px !default;
|
||||
$bootstrap-custom-select-indicator-color: $bootstrap-gray-800 !default;
|
||||
$bootstrap-custom-select-indicator: str-replace(url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"%3e%3cpath fill="#{$bootstrap-custom-select-indicator-color}" d="M2 0L0 2h4zm0 5L0 3h4z"/%3e%3c/svg%3e'), '#', '%23') !default;
|
||||
$bootstrap-custom-select-background: $bootstrap-custom-select-indicator no-repeat right $bootstrap-input-padding-x center / $bootstrap-custom-select-bg-size !default; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
|
||||
|
||||
// Custom Radio
|
||||
$bootstrap-custom-radio-indicator-border-radius: 50% !default;
|
||||
$bootstrap-custom-radio-indicator-icon-checked: str-replace(url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="3" fill="#{$bootstrap-custom-control-indicator-checked-color}"/%3e%3c/svg%3e'), '#', '%23') !default;
|
||||
|
||||
// Custom Checkbox
|
||||
$bootstrap-custom-checkbox-indicator-icon-checked: str-replace(url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"%3e%3cpath fill="#{$bootstrap-custom-control-indicator-checked-color}" d="M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z"/%3e%3c/svg%3e'), '#', '%23') !default;
|
||||
|
||||
// Custom Range
|
||||
$bootstrap-custom-range-track-width: 100% !default;
|
||||
$bootstrap-custom-range-track-height: .5rem !default;
|
||||
$bootstrap-custom-range-track-cursor: pointer !default;
|
||||
$bootstrap-custom-range-track-bg: $bootstrap-gray-300 !default;
|
||||
$bootstrap-custom-range-track-border-radius: 1rem !default;
|
||||
$bootstrap-custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($swal2-black, .1) !default;
|
||||
|
||||
$bootstrap-custom-range-thumb-width: 1rem !default;
|
||||
$bootstrap-custom-range-thumb-height: $bootstrap-custom-range-thumb-width !default;
|
||||
$bootstrap-custom-range-thumb-bg: $bootstrap-primary !default;
|
||||
$bootstrap-custom-range-thumb-border: 0 !default;
|
||||
$bootstrap-custom-range-thumb-border-radius: 1rem !default;
|
||||
$bootstrap-custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($swal2-black, .1) !default;
|
||||
$bootstrap-custom-range-thumb-focus-box-shadow: 0 0 0 1px $swal2-white, $bootstrap-input-focus-box-shadow !default;
|
||||
$bootstrap-custom-range-thumb-focus-box-shadow-width: $bootstrap-input-focus-width !default; // For focus box shadow issue in IE/Edge
|
||||
$bootstrap-custom-range-thumb-active-bg: lighten($bootstrap-primary, 35%) !default;
|
||||
$bootstrap-custom-range-thumb-disabled-bg: $bootstrap-gray-500 !default;
|
||||
|
||||
// Toast
|
||||
$bootstrap-toast-max-width: 350px !default;
|
||||
$bootstrap-toast-padding-x: .75rem !default;
|
||||
$bootstrap-toast-padding-y: .25rem !default;
|
||||
$bootstrap-toast-font-size: .875rem !default;
|
||||
$bootstrap-toast-background-color: rgba($swal2-white, .85) !default;
|
||||
$bootstrap-toast-border-width: 1px !default;
|
||||
$bootstrap-toast-border-color: rgba(0, 0, 0, .1) !default;
|
||||
$bootstrap-toast-border-radius: .25rem !default;
|
||||
$bootstrap-toast-box-shadow: 0 .25rem .75rem rgba($swal2-black, .1) !default;
|
||||
|
||||
// override SASS variables here
|
||||
|
||||
// BOX MODEL
|
||||
$swal2-padding: 1rem;
|
||||
$swal2-border-radius: .3rem;
|
||||
|
||||
// BACKDROP
|
||||
$swal2-backdrop: rgba($swal2-black, .5);
|
||||
$swal2-backdrop-transition: background-color .15s;
|
||||
|
||||
// ICONS
|
||||
$swal2-success: $bootstrap-success;
|
||||
$swal2-error: $bootstrap-danger;
|
||||
$swal2-warning: $bootstrap-warning;
|
||||
$swal2-info: $bootstrap-info;
|
||||
$swal2-question: $bootstrap-secondary;
|
||||
|
||||
// INPUT
|
||||
$swal2-input-border: $bootstrap-input-border-width solid $bootstrap-input-border-color;
|
||||
$swal2-input-border-radius: $bootstrap-input-border-radius;
|
||||
$swal2-input-border-focus: none;
|
||||
$swal2-input-box-shadow-focus: none;
|
||||
$swal2-input-font-size: 1rem;
|
||||
$swal2-input-padding: $bootstrap-input-padding-y $bootstrap-input-padding-x;
|
||||
|
||||
// CLOSE BUTTON
|
||||
$swal2-close-button-line-height: 1;
|
||||
$swal2-close-button-color: rgba($swal2-black, .5);
|
||||
$swal2-close-button-font-size: 1.5rem;
|
||||
|
||||
// CLOSE BUTTON:HOVER
|
||||
$swal2-close-button-hover-color: $swal2-black;
|
||||
|
||||
// CONFIRM BUTTON
|
||||
$swal2-confirm-button-background-color: $bootstrap-primary;
|
||||
|
||||
// CANCEL BUTTON
|
||||
$swal2-cancel-button-background-color: $bootstrap-secondary;
|
||||
|
||||
// COMMON VARIABLES FOR CONFIRM AND CANCEL BUTTONS
|
||||
$swal2-button-focus-outline: none;
|
||||
|
||||
// TOASTS
|
||||
$swal2-toast-border: $bootstrap-toast-border-color solid $bootstrap-toast-border-width;
|
||||
$swal2-toast-box-shadow: $bootstrap-toast-box-shadow;
|
||||
$swal2-toast-padding: $bootstrap-toast-padding-x $bootstrap-toast-padding-y;
|
||||
$swal2-toast-title-font-size: $bootstrap-toast-font-size;
|
||||
$swal2-toast-content-font-size: $bootstrap-toast-font-size;
|
||||
$swal2-toast-input-font-size: $bootstrap-toast-font-size;
|
||||
$swal2-toast-validation-font-size: $bootstrap-toast-font-size;
|
||||
$swal2-toast-buttons-font-size: $bootstrap-toast-font-size;
|
||||
|
||||
@import '~sweetalert2/src/sweetalert2';
|
||||
|
||||
.swal2-confirm,
|
||||
.swal2-cancel {
|
||||
transition: $bootstrap-btn-transition;
|
||||
}
|
||||
|
||||
.swal2-popup {
|
||||
padding: 0;
|
||||
border: $bootstrap-input-border-width solid rgba(0, 0, 0, .2);
|
||||
|
||||
&.swal2-toast {
|
||||
padding: .25rem .75rem;
|
||||
font-size: .875rem;
|
||||
|
||||
.swal2-header {
|
||||
padding: 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.swal2-title {
|
||||
margin: 0;
|
||||
color: $bootstrap-gray-600;
|
||||
}
|
||||
|
||||
.swal2-content {
|
||||
padding: 0 .5rem;
|
||||
}
|
||||
|
||||
.swal2-actions {
|
||||
flex-basis: 0 !important;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.swal2-styled {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.swal2-header {
|
||||
padding: 1rem;
|
||||
border-bottom: $bootstrap-input-border-width solid $bootstrap-input-border-color;
|
||||
}
|
||||
|
||||
.swal2-title {
|
||||
margin: 0;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.swal2-content {
|
||||
padding: 1rem 1rem 0;
|
||||
}
|
||||
|
||||
.swal2-actions {
|
||||
padding: 0 0 1rem;
|
||||
border-radius: $bootstrap-input-border-radius;
|
||||
}
|
||||
|
||||
.swal2-footer {
|
||||
padding: 1rem;
|
||||
border-top: $bootstrap-input-border-width solid $bootstrap-input-border-color;
|
||||
}
|
||||
|
||||
.swal2-close {
|
||||
height: auto;
|
||||
padding: 1rem 1.2rem 1rem 1rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.swal2-input,
|
||||
.swal2-textarea {
|
||||
height: inherit;
|
||||
padding: $swal2-input-padding;
|
||||
transition: $bootstrap-custom-forms-transition;
|
||||
line-height: $bootstrap-input-line-height;
|
||||
|
||||
&:focus {
|
||||
border: $bootstrap-input-focus-border;
|
||||
outline: 0;
|
||||
box-shadow: $bootstrap-input-focus-box-shadow;
|
||||
color: $bootstrap-input-color;
|
||||
}
|
||||
|
||||
&.swal2-inputerror {
|
||||
box-shadow: none !important;
|
||||
|
||||
&:focus {
|
||||
border-color: $bootstrap-danger;
|
||||
box-shadow: 0 0 0 $bootstrap-input-focus-width rgba($bootstrap-danger, .25) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.swal2-styled {
|
||||
&.swal2-confirm {
|
||||
padding: $swal2-input-padding;
|
||||
border: 1px solid $bootstrap-primary;
|
||||
font-size: 1rem;
|
||||
|
||||
&:hover {
|
||||
border-color: darken($bootstrap-primary, 10%);
|
||||
background-color: darken($bootstrap-primary, 7.5%);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: 0;
|
||||
box-shadow: $bootstrap-input-focus-box-shadow;
|
||||
}
|
||||
|
||||
&:active {
|
||||
border-color: darken($bootstrap-primary, 12.5%);
|
||||
background-color: darken($bootstrap-primary, 10%);
|
||||
|
||||
&:focus {
|
||||
box-shadow: $bootstrap-input-focus-box-shadow;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.swal2-cancel {
|
||||
padding: $swal2-input-padding;
|
||||
border: 1px solid $bootstrap-secondary;
|
||||
font-size: 1rem;
|
||||
|
||||
&:hover {
|
||||
border-color: darken($bootstrap-secondary, 10%);
|
||||
background-color: darken($bootstrap-secondary, 7.5%);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: 0;
|
||||
box-shadow: $bootstrap-btn-secondary-focus-box-shadow;
|
||||
}
|
||||
|
||||
&:active {
|
||||
border-color: darken($bootstrap-secondary, 12.5%);
|
||||
background-color: darken($bootstrap-secondary, 10%);
|
||||
|
||||
&:focus {
|
||||
box-shadow: $bootstrap-btn-secondary-focus-box-shadow;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.swal2-select {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: $bootstrap-input-height;
|
||||
padding: .375rem 1.75rem .375rem .75rem;
|
||||
transition: $bootstrap-custom-forms-transition;
|
||||
border: $bootstrap-input-border-width solid $bootstrap-input-border-color;
|
||||
border-radius: $bootstrap-input-border-radius;
|
||||
background: $bootstrap-custom-select-background;
|
||||
background-color: $bootstrap-input-bg;
|
||||
color: $bootstrap-input-color;
|
||||
vertical-align: middle;
|
||||
// @include box-shadow($custom-select-box-shadow);
|
||||
appearance: none;
|
||||
|
||||
&:focus {
|
||||
border: $bootstrap-input-focus-border;
|
||||
outline: 0;
|
||||
box-shadow: $bootstrap-input-focus-box-shadow;
|
||||
|
||||
&::-ms-value {
|
||||
background-color: $bootstrap-input-bg;
|
||||
color: $bootstrap-input-color;
|
||||
}
|
||||
}
|
||||
|
||||
&[multiple],
|
||||
&[size]:not([size='1']) {
|
||||
height: auto;
|
||||
padding-right: $bootstrap-input-padding-x;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
background-color: $bootstrap-input-disabled-bg;
|
||||
color: $bootstrap-input-disabled-color;
|
||||
}
|
||||
|
||||
&::-ms-expand {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.swal2-radio {
|
||||
label {
|
||||
position: relative;
|
||||
margin-right: 1rem;
|
||||
margin-left: 1.5rem;
|
||||
|
||||
input {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
opacity: 0;
|
||||
|
||||
&:checked ~ .swal2-label::before {
|
||||
border-color: $bootstrap-custom-control-indicator-checked-border-color;
|
||||
background: $bootstrap-custom-control-indicator-checked-bg;
|
||||
color: $bootstrap-custom-control-indicator-checked-color;
|
||||
}
|
||||
|
||||
&:focus ~ .swal2-label::before {
|
||||
box-shadow: $bootstrap-custom-control-indicator-focus-box-shadow;
|
||||
}
|
||||
|
||||
&:focus:not(:checked) ~ .swal2-label::before {
|
||||
border-color: $bootstrap-custom-control-indicator-focus-border-color;
|
||||
}
|
||||
|
||||
&:not(:disabled):active ~ .swal2-label::before {
|
||||
border-color: $bootstrap-custom-control-indicator-active-border-color;
|
||||
background-color: $bootstrap-custom-control-indicator-active-bg;
|
||||
color: $bootstrap-custom-control-indicator-active-color;
|
||||
}
|
||||
}
|
||||
|
||||
input:checked ~ .swal2-label::after {
|
||||
background-image: $bootstrap-custom-radio-indicator-icon-checked;
|
||||
}
|
||||
|
||||
input:disabled:checked ~ .swal2-label::before {
|
||||
background-color: $bootstrap-custom-control-indicator-checked-disabled-bg;
|
||||
}
|
||||
}
|
||||
|
||||
.swal2-label {
|
||||
&::before {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: ($swal2-input-font-size * $bootstrap-input-line-height - $bootstrap-custom-control-indicator-size) / 6;
|
||||
left: -($bootstrap-custom-control-gutter + $bootstrap-custom-control-indicator-size);
|
||||
width: $bootstrap-custom-control-indicator-size;
|
||||
height: $bootstrap-custom-control-indicator-size;
|
||||
transition: $bootstrap-custom-forms-transition;
|
||||
border: $bootstrap-custom-control-indicator-border-color solid $bootstrap-custom-control-indicator-border-width;
|
||||
border-radius: $bootstrap-custom-radio-indicator-border-radius;
|
||||
background-color: $bootstrap-custom-control-indicator-bg;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: ($swal2-input-font-size * $bootstrap-input-line-height - $bootstrap-custom-control-indicator-size) / 6;
|
||||
left: -($bootstrap-custom-control-gutter + $bootstrap-custom-control-indicator-size);
|
||||
width: $bootstrap-custom-control-indicator-size;
|
||||
height: $bootstrap-custom-control-indicator-size;
|
||||
transition: $bootstrap-custom-forms-transition;
|
||||
border: transparent solid $bootstrap-custom-control-indicator-border-width;
|
||||
background: no-repeat 50% / #{$bootstrap-custom-control-indicator-bg-size};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.swal2-checkbox {
|
||||
margin-right: 1rem;
|
||||
padding-left: 1.5rem;
|
||||
|
||||
input {
|
||||
z-index: -1;
|
||||
opacity: 0;
|
||||
|
||||
&:checked ~ .swal2-label::before {
|
||||
border-color: $bootstrap-custom-control-indicator-checked-border-color;
|
||||
background: $bootstrap-custom-control-indicator-checked-bg;
|
||||
color: $bootstrap-custom-control-indicator-checked-color;
|
||||
}
|
||||
|
||||
&:focus ~ .swal2-label::before {
|
||||
box-shadow: $bootstrap-custom-control-indicator-focus-box-shadow;
|
||||
}
|
||||
|
||||
&:focus:not(:checked) ~ .swal2-label::before {
|
||||
border-color: $bootstrap-custom-control-indicator-focus-border-color;
|
||||
}
|
||||
|
||||
&:not(:disabled):active ~ .swal2-label::before {
|
||||
border-color: $bootstrap-custom-control-indicator-active-border-color;
|
||||
background-color: $bootstrap-custom-control-indicator-active-bg;
|
||||
color: $bootstrap-custom-control-indicator-active-color;
|
||||
}
|
||||
}
|
||||
|
||||
input:checked ~ .swal2-label::after {
|
||||
background-image: $bootstrap-custom-checkbox-indicator-icon-checked;
|
||||
}
|
||||
|
||||
input:disabled:checked ~ .swal2-label::before {
|
||||
background-color: $bootstrap-custom-control-indicator-checked-disabled-bg;
|
||||
}
|
||||
|
||||
.swal2-label {
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: ($swal2-input-font-size * $bootstrap-input-line-height - $bootstrap-custom-control-indicator-size) / 2;
|
||||
left: -($bootstrap-custom-control-gutter + $bootstrap-custom-control-indicator-size);
|
||||
width: $bootstrap-custom-control-indicator-size;
|
||||
height: $bootstrap-custom-control-indicator-size;
|
||||
transition: $bootstrap-custom-forms-transition;
|
||||
border: $bootstrap-custom-control-indicator-border-color solid $bootstrap-custom-control-indicator-border-width;
|
||||
background-color: $bootstrap-custom-control-indicator-bg;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: ($swal2-input-font-size * $bootstrap-input-line-height - $bootstrap-custom-control-indicator-size) / 2;
|
||||
left: -($bootstrap-custom-control-gutter + $bootstrap-custom-control-indicator-size);
|
||||
width: $bootstrap-custom-control-indicator-size;
|
||||
height: $bootstrap-custom-control-indicator-size;
|
||||
transition: $bootstrap-custom-forms-transition;
|
||||
border: transparent solid $bootstrap-custom-control-indicator-border-width;
|
||||
background: no-repeat 50% / #{$bootstrap-custom-control-indicator-bg-size};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.swal2-range input {
|
||||
width: 100%;
|
||||
height: calc(#{$bootstrap-custom-range-thumb-height} + #{$bootstrap-custom-range-thumb-focus-box-shadow-width * 3});
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
appearance: none;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
||||
&::-webkit-slider-thumb {
|
||||
box-shadow: $bootstrap-custom-range-thumb-focus-box-shadow;
|
||||
}
|
||||
|
||||
&::-moz-range-thumb {
|
||||
box-shadow: $bootstrap-custom-range-thumb-focus-box-shadow;
|
||||
}
|
||||
|
||||
&::-ms-thumb {
|
||||
box-shadow: $bootstrap-custom-range-thumb-focus-box-shadow;
|
||||
}
|
||||
}
|
||||
|
||||
&::-moz-focus-outer {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
&::-webkit-slider-thumb {
|
||||
width: $bootstrap-custom-range-thumb-width;
|
||||
height: $bootstrap-custom-range-thumb-height;
|
||||
margin-top: ($bootstrap-custom-range-track-height - $bootstrap-custom-range-thumb-height) / 2;
|
||||
transition: $bootstrap-custom-forms-transition;
|
||||
border: $bootstrap-custom-range-thumb-border;
|
||||
border-radius: $bootstrap-custom-range-thumb-border-radius;
|
||||
background: $bootstrap-custom-range-thumb-bg;
|
||||
box-shadow: $bootstrap-custom-range-thumb-box-shadow;
|
||||
appearance: none;
|
||||
|
||||
&:active {
|
||||
background: $bootstrap-custom-range-thumb-active-bg;
|
||||
}
|
||||
}
|
||||
|
||||
&::-webkit-slider-runnable-track {
|
||||
width: $bootstrap-custom-range-track-width;
|
||||
height: $bootstrap-custom-range-track-height;
|
||||
border-radius: $bootstrap-custom-range-track-border-radius;
|
||||
border-color: transparent;
|
||||
background-color: $bootstrap-custom-range-track-bg;
|
||||
box-shadow: $bootstrap-custom-range-track-box-shadow;
|
||||
color: transparent;
|
||||
cursor: $bootstrap-custom-range-track-cursor;
|
||||
}
|
||||
|
||||
&::-moz-range-thumb {
|
||||
width: $bootstrap-custom-range-thumb-width;
|
||||
height: $bootstrap-custom-range-thumb-height;
|
||||
margin-top: 1rem;
|
||||
transition: $bootstrap-custom-forms-transition;
|
||||
border: $bootstrap-custom-range-thumb-border;
|
||||
border-radius: $bootstrap-custom-range-thumb-border-radius;
|
||||
background: $bootstrap-custom-range-thumb-bg;
|
||||
box-shadow: $bootstrap-custom-range-thumb-box-shadow;
|
||||
appearance: none;
|
||||
|
||||
&:active {
|
||||
background: $bootstrap-custom-range-thumb-active-bg;
|
||||
}
|
||||
}
|
||||
|
||||
&::-moz-range-track {
|
||||
width: $bootstrap-custom-range-track-width;
|
||||
height: $bootstrap-custom-range-track-height;
|
||||
border-radius: $bootstrap-custom-range-track-border-radius;
|
||||
border-color: transparent;
|
||||
background-color: $bootstrap-custom-range-track-bg;
|
||||
box-shadow: $bootstrap-custom-range-track-box-shadow;
|
||||
color: transparent;
|
||||
cursor: $bootstrap-custom-range-track-cursor;
|
||||
}
|
||||
|
||||
&::-ms-thumb {
|
||||
width: $bootstrap-custom-range-thumb-width;
|
||||
height: $bootstrap-custom-range-thumb-height;
|
||||
margin-top: 0;
|
||||
margin-right: $bootstrap-custom-range-thumb-focus-box-shadow-width;
|
||||
margin-left: $bootstrap-custom-range-thumb-focus-box-shadow-width;
|
||||
transition: $bootstrap-custom-forms-transition;
|
||||
border: $bootstrap-custom-range-thumb-border;
|
||||
border-radius: $bootstrap-custom-range-thumb-border-radius;
|
||||
background: $bootstrap-custom-range-thumb-bg;
|
||||
box-shadow: $bootstrap-custom-range-thumb-box-shadow;
|
||||
appearance: none;
|
||||
|
||||
&:active {
|
||||
background: $bootstrap-custom-range-thumb-active-bg;
|
||||
}
|
||||
}
|
||||
|
||||
&::-ms-track {
|
||||
width: $bootstrap-custom-range-track-width;
|
||||
height: $bootstrap-custom-range-track-height;
|
||||
border-width: $bootstrap-custom-range-thumb-height / 2;
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
box-shadow: $bootstrap-custom-range-track-box-shadow;
|
||||
color: transparent;
|
||||
cursor: $bootstrap-custom-range-track-cursor;
|
||||
}
|
||||
|
||||
&::-ms-fill-lower {
|
||||
border-radius: $bootstrap-custom-range-track-border-radius;
|
||||
background-color: $bootstrap-custom-range-track-bg;
|
||||
}
|
||||
|
||||
&::-ms-fill-upper {
|
||||
margin-right: 15px;
|
||||
border-radius: $bootstrap-custom-range-track-border-radius;
|
||||
background-color: $bootstrap-custom-range-track-bg;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
&::-webkit-slider-thumb {
|
||||
background-color: $bootstrap-custom-range-thumb-disabled-bg;
|
||||
}
|
||||
|
||||
&::-webkit-slider-runnable-track {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
&::-moz-range-thumb {
|
||||
background-color: $bootstrap-custom-range-thumb-disabled-bg;
|
||||
}
|
||||
|
||||
&::-moz-range-track {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
&::-ms-thumb {
|
||||
background-color: $bootstrap-custom-range-thumb-disabled-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.swal2-validation-message {
|
||||
position: relative;
|
||||
margin-bottom: $bootstrap-alert-margin-bottom;
|
||||
padding: $bootstrap-alert-padding-y $bootstrap-alert-padding-x;
|
||||
border: $bootstrap-alert-border-width solid transparent;
|
||||
border-radius: $bootstrap-alert-border-radius;
|
||||
border-color: $bootstrap-alert-border-color;
|
||||
background: $bootstrap-alert-background;
|
||||
color: $bootstrap-alert-color;
|
||||
font-size: $bootstrap-alert-font-size;
|
||||
|
||||
&::before {
|
||||
background-color: lighten($bootstrap-danger, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
.swal2-toast {
|
||||
max-width: $bootstrap-toast-max-width;
|
||||
border-radius: $bootstrap-toast-border-radius;
|
||||
background-color: $bootstrap-toast-background-color;
|
||||
}
|
||||
|
||||
//
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue