Updated AdminLTE to 3.04 assets, added search to side bar, added company select drop down on sidebar. removed extra delete under edit contact

This commit is contained in:
johnny@pittpc.com
2020-04-04 20:23:44 -04:00
parent abf7a3b381
commit 7a0ef334a3
1519 changed files with 286395 additions and 36690 deletions

2187
dist/css/adminlte.css vendored

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

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2
* AdminLTE v3.0.4
* Only Components
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
@@ -4006,6 +4006,26 @@ textarea.form-control.is-warning {
margin-left: 0;
}
.card.card-tabs .card-tools {
margin: .3rem .5rem;
}
.card.card-tabs:not(.expanding-card).collapsed-card .card-header {
border-bottom: 0;
}
.card.card-tabs:not(.expanding-card).collapsed-card .card-header .nav-tabs {
border-bottom: 0;
}
.card.card-tabs:not(.expanding-card).collapsed-card .card-header .nav-tabs .nav-item {
margin-bottom: 0;
}
.card.card-tabs.expanding-card .card-header .nav-tabs .nav-item {
margin-bottom: -1px;
}
.card.card-outline-tabs {
border-top: 0;
}
@@ -4027,6 +4047,26 @@ textarea.form-control.is-warning {
margin-top: 0;
}
.card.card-outline-tabs .card-tools {
margin: .5rem .5rem .3rem;
}
.card.card-outline-tabs:not(.expanding-card).collapsed-card .card-header {
border-bottom: 0;
}
.card.card-outline-tabs:not(.expanding-card).collapsed-card .card-header .nav-tabs {
border-bottom: 0;
}
.card.card-outline-tabs:not(.expanding-card).collapsed-card .card-header .nav-tabs .nav-item {
margin-bottom: 0;
}
.card.card-outline-tabs.expanding-card .card-header .nav-tabs .nav-item {
margin-bottom: -1px;
}
html.maximized-card {
overflow: hidden;
}

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 one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2
* AdminLTE v3.0.4
* Only Extra Components
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2
* AdminLTE v3.0.4
* Only Extra Components
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2
* AdminLTE v3.0.4
* Only Pages
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
@@ -227,7 +227,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
@media (max-width: 576px) {
.login-box,
.register-box {
margin-top: 20px;
margin-top: .5rem;
width: 90%;
}
}

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

View File

@@ -1,6 +1,5 @@
@charset "UTF-8";
/*!
* AdminLTE v3.0.2
* AdminLTE v3.0.4
* Only Plugins
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
@@ -53,11 +52,29 @@
border-right: 0;
}
.fc-toolbar {
.fc-toolbar,
.fc-toolbar.fc-header-toolbar {
margin: 0;
padding: 1rem;
}
@media (max-width: 575.98px) {
.fc-toolbar {
flex-direction: column;
}
.fc-toolbar .fc-left {
order: 1;
margin-bottom: .5rem;
}
.fc-toolbar .fc-center {
order: 0;
margin-bottom: .375rem;
}
.fc-toolbar .fc-right {
order: 2;
}
}
.fc-day-number {
font-size: 20px;
font-weight: 300;
@@ -118,8 +135,8 @@
height: calc(2.25rem + 2px);
}
.select2-container--default.select2-container--open {
border-color: #007bff;
.select2-container--default.select2-container--open .select2-selection--single {
border-color: #80bdff;
}
.select2-container--default .select2-dropdown {
@@ -248,11 +265,12 @@
margin-top: .4rem;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
border-color: #80bdff;
}
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field {
.select2-container--default.select2-container--focus .select2-search__field {
border: 0;
}
@@ -274,6 +292,54 @@
box-shadow: none;
}
select.form-control-sm ~ .select2-container--default {
font-size: 0.875rem;
}
.text-sm .select2-container--default .select2-selection--single,
select.form-control-sm ~ .select2-container--default .select2-selection--single {
height: calc(1.8125rem + 2px);
}
.text-sm .select2-container--default .select2-selection--single .select2-selection__rendered,
select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
margin-top: -.4rem;
}
.text-sm .select2-container--default .select2-selection--single .select2-selection__arrow,
select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
top: -.12rem;
}
.text-sm .select2-container--default .select2-selection--multiple,
select.form-control-sm ~ .select2-container--default .select2-selection--multiple {
min-height: calc(1.8125rem + 2px);
}
.text-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered,
select.form-control-sm ~ .select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding: 0 0.25rem 0.25rem;
margin-top: -0.1rem;
}
.text-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline,
select.form-control-sm ~ .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline {
margin-left: 0.25rem;
}
.text-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field,
select.form-control-sm ~ .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
margin-top: 6px;
}
.select2-primary + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #80bdff;
}
.select2-primary + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #80bdff;
}
.select2-container--default .select2-primary.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-primary .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-primary .select2-search--inline .select2-search__field:focus,
@@ -323,6 +389,14 @@
border-color: #80bdff;
}
.select2-secondary + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #afb5ba;
}
.select2-secondary + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #afb5ba;
}
.select2-container--default .select2-secondary.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-secondary .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-secondary .select2-search--inline .select2-search__field:focus,
@@ -372,6 +446,14 @@
border-color: #afb5ba;
}
.select2-success + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #71dd8a;
}
.select2-success + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #71dd8a;
}
.select2-container--default .select2-success.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-success .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-success .select2-search--inline .select2-search__field:focus,
@@ -421,6 +503,14 @@
border-color: #71dd8a;
}
.select2-info + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #63d9ec;
}
.select2-info + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #63d9ec;
}
.select2-container--default .select2-info.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-info .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-info .select2-search--inline .select2-search__field:focus,
@@ -470,6 +560,14 @@
border-color: #63d9ec;
}
.select2-warning + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #ffe187;
}
.select2-warning + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #ffe187;
}
.select2-container--default .select2-warning.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-warning .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-warning .select2-search--inline .select2-search__field:focus,
@@ -519,6 +617,14 @@
border-color: #ffe187;
}
.select2-danger + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #efa2a9;
}
.select2-danger + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #efa2a9;
}
.select2-container--default .select2-danger.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-danger .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-danger .select2-search--inline .select2-search__field:focus,
@@ -568,6 +674,14 @@
border-color: #efa2a9;
}
.select2-light + .select2-container--default.select2-container--open .select2-selection--single {
border-color: white;
}
.select2-light + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: white;
}
.select2-container--default .select2-light.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-light .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-light .select2-search--inline .select2-search__field:focus,
@@ -617,6 +731,14 @@
border-color: white;
}
.select2-dark + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #6d7a86;
}
.select2-dark + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #6d7a86;
}
.select2-container--default .select2-dark.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-dark .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-dark .select2-search--inline .select2-search__field:focus,
@@ -666,6 +788,14 @@
border-color: #6d7a86;
}
.select2-lightblue + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #99c5de;
}
.select2-lightblue + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #99c5de;
}
.select2-container--default .select2-lightblue.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-lightblue .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-lightblue .select2-search--inline .select2-search__field:focus,
@@ -715,6 +845,14 @@
border-color: #99c5de;
}
.select2-navy + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #005ebf;
}
.select2-navy + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #005ebf;
}
.select2-container--default .select2-navy.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-navy .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-navy .select2-search--inline .select2-search__field:focus,
@@ -764,6 +902,14 @@
border-color: #005ebf;
}
.select2-olive + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #87cfaf;
}
.select2-olive + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #87cfaf;
}
.select2-container--default .select2-olive.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-olive .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-olive .select2-search--inline .select2-search__field:focus,
@@ -813,6 +959,14 @@
border-color: #87cfaf;
}
.select2-lime + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #81ffb8;
}
.select2-lime + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #81ffb8;
}
.select2-container--default .select2-lime.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-lime .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-lime .select2-search--inline .select2-search__field:focus,
@@ -862,6 +1016,14 @@
border-color: #81ffb8;
}
.select2-fuchsia + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #f88adf;
}
.select2-fuchsia + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #f88adf;
}
.select2-container--default .select2-fuchsia.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-fuchsia .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-fuchsia .select2-search--inline .select2-search__field:focus,
@@ -911,6 +1073,14 @@
border-color: #f88adf;
}
.select2-maroon + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #f083ab;
}
.select2-maroon + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #f083ab;
}
.select2-container--default .select2-maroon.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-maroon .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-maroon .select2-search--inline .select2-search__field:focus,
@@ -960,6 +1130,14 @@
border-color: #f083ab;
}
.select2-blue + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #80bdff;
}
.select2-blue + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #80bdff;
}
.select2-container--default .select2-blue.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-blue .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-blue .select2-search--inline .select2-search__field:focus,
@@ -1009,6 +1187,14 @@
border-color: #80bdff;
}
.select2-indigo + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #b389f9;
}
.select2-indigo + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #b389f9;
}
.select2-container--default .select2-indigo.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-indigo .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-indigo .select2-search--inline .select2-search__field:focus,
@@ -1058,6 +1244,14 @@
border-color: #b389f9;
}
.select2-purple + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #b8a2e0;
}
.select2-purple + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #b8a2e0;
}
.select2-container--default .select2-purple.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-purple .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-purple .select2-search--inline .select2-search__field:focus,
@@ -1107,6 +1301,14 @@
border-color: #b8a2e0;
}
.select2-pink + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #f6b0d0;
}
.select2-pink + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #f6b0d0;
}
.select2-container--default .select2-pink.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-pink .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-pink .select2-search--inline .select2-search__field:focus,
@@ -1156,6 +1358,14 @@
border-color: #f6b0d0;
}
.select2-red + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #efa2a9;
}
.select2-red + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #efa2a9;
}
.select2-container--default .select2-red.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-red .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-red .select2-search--inline .select2-search__field:focus,
@@ -1205,6 +1415,14 @@
border-color: #efa2a9;
}
.select2-orange + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #fec392;
}
.select2-orange + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #fec392;
}
.select2-container--default .select2-orange.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-orange .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-orange .select2-search--inline .select2-search__field:focus,
@@ -1254,6 +1472,14 @@
border-color: #fec392;
}
.select2-yellow + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #ffe187;
}
.select2-yellow + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #ffe187;
}
.select2-container--default .select2-yellow.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-yellow .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-yellow .select2-search--inline .select2-search__field:focus,
@@ -1303,6 +1529,14 @@
border-color: #ffe187;
}
.select2-green + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #71dd8a;
}
.select2-green + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #71dd8a;
}
.select2-container--default .select2-green.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-green .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-green .select2-search--inline .select2-search__field:focus,
@@ -1352,6 +1586,14 @@
border-color: #71dd8a;
}
.select2-teal + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #7eeaca;
}
.select2-teal + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #7eeaca;
}
.select2-container--default .select2-teal.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-teal .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-teal .select2-search--inline .select2-search__field:focus,
@@ -1401,6 +1643,14 @@
border-color: #7eeaca;
}
.select2-cyan + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #63d9ec;
}
.select2-cyan + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #63d9ec;
}
.select2-container--default .select2-cyan.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-cyan .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-cyan .select2-search--inline .select2-search__field:focus,
@@ -1450,6 +1700,14 @@
border-color: #63d9ec;
}
.select2-white + .select2-container--default.select2-container--open .select2-selection--single {
border-color: white;
}
.select2-white + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: white;
}
.select2-container--default .select2-white.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-white .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-white .select2-search--inline .select2-search__field:focus,
@@ -1499,6 +1757,14 @@
border-color: white;
}
.select2-gray + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #afb5ba;
}
.select2-gray + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #afb5ba;
}
.select2-container--default .select2-gray.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-gray .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-gray .select2-search--inline .select2-search__field:focus,
@@ -1548,6 +1814,14 @@
border-color: #afb5ba;
}
.select2-gray-dark + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #6d7a86;
}
.select2-gray-dark + .select2-container--default.select2-container--focus .select2-selection--single {
border-color: #6d7a86;
}
.select2-container--default .select2-gray-dark.select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-gray-dark .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-gray-dark .select2-search--inline .select2-search__field:focus,
@@ -2383,7 +2657,7 @@
}
.pace-corner-indicator-primary .pace .pace-activity::after,
.pace-corner-indicator-primary .pace .pace-activity::before  {
.pace-corner-indicator-primary .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -2514,7 +2788,7 @@
}
.pace-corner-indicator-secondary .pace .pace-activity::after,
.pace-corner-indicator-secondary .pace .pace-activity::before  {
.pace-corner-indicator-secondary .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -2645,7 +2919,7 @@
}
.pace-corner-indicator-success .pace .pace-activity::after,
.pace-corner-indicator-success .pace .pace-activity::before  {
.pace-corner-indicator-success .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -2776,7 +3050,7 @@
}
.pace-corner-indicator-info .pace .pace-activity::after,
.pace-corner-indicator-info .pace .pace-activity::before  {
.pace-corner-indicator-info .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -2907,7 +3181,7 @@
}
.pace-corner-indicator-warning .pace .pace-activity::after,
.pace-corner-indicator-warning .pace .pace-activity::before  {
.pace-corner-indicator-warning .pace .pace-activity::before {
border: 5px solid #1F2D3D;
}
@@ -3038,7 +3312,7 @@
}
.pace-corner-indicator-danger .pace .pace-activity::after,
.pace-corner-indicator-danger .pace .pace-activity::before  {
.pace-corner-indicator-danger .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -3169,7 +3443,7 @@
}
.pace-corner-indicator-light .pace .pace-activity::after,
.pace-corner-indicator-light .pace .pace-activity::before  {
.pace-corner-indicator-light .pace .pace-activity::before {
border: 5px solid #1F2D3D;
}
@@ -3300,7 +3574,7 @@
}
.pace-corner-indicator-dark .pace .pace-activity::after,
.pace-corner-indicator-dark .pace .pace-activity::before  {
.pace-corner-indicator-dark .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -3431,7 +3705,7 @@
}
.pace-corner-indicator-lightblue .pace .pace-activity::after,
.pace-corner-indicator-lightblue .pace .pace-activity::before  {
.pace-corner-indicator-lightblue .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -3562,7 +3836,7 @@
}
.pace-corner-indicator-navy .pace .pace-activity::after,
.pace-corner-indicator-navy .pace .pace-activity::before  {
.pace-corner-indicator-navy .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -3693,7 +3967,7 @@
}
.pace-corner-indicator-olive .pace .pace-activity::after,
.pace-corner-indicator-olive .pace .pace-activity::before  {
.pace-corner-indicator-olive .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -3824,7 +4098,7 @@
}
.pace-corner-indicator-lime .pace .pace-activity::after,
.pace-corner-indicator-lime .pace .pace-activity::before  {
.pace-corner-indicator-lime .pace .pace-activity::before {
border: 5px solid #1F2D3D;
}
@@ -3955,7 +4229,7 @@
}
.pace-corner-indicator-fuchsia .pace .pace-activity::after,
.pace-corner-indicator-fuchsia .pace .pace-activity::before  {
.pace-corner-indicator-fuchsia .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -4086,7 +4360,7 @@
}
.pace-corner-indicator-maroon .pace .pace-activity::after,
.pace-corner-indicator-maroon .pace .pace-activity::before  {
.pace-corner-indicator-maroon .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -4217,7 +4491,7 @@
}
.pace-corner-indicator-blue .pace .pace-activity::after,
.pace-corner-indicator-blue .pace .pace-activity::before  {
.pace-corner-indicator-blue .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -4348,7 +4622,7 @@
}
.pace-corner-indicator-indigo .pace .pace-activity::after,
.pace-corner-indicator-indigo .pace .pace-activity::before  {
.pace-corner-indicator-indigo .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -4479,7 +4753,7 @@
}
.pace-corner-indicator-purple .pace .pace-activity::after,
.pace-corner-indicator-purple .pace .pace-activity::before  {
.pace-corner-indicator-purple .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -4610,7 +4884,7 @@
}
.pace-corner-indicator-pink .pace .pace-activity::after,
.pace-corner-indicator-pink .pace .pace-activity::before  {
.pace-corner-indicator-pink .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -4741,7 +5015,7 @@
}
.pace-corner-indicator-red .pace .pace-activity::after,
.pace-corner-indicator-red .pace .pace-activity::before  {
.pace-corner-indicator-red .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -4872,7 +5146,7 @@
}
.pace-corner-indicator-orange .pace .pace-activity::after,
.pace-corner-indicator-orange .pace .pace-activity::before  {
.pace-corner-indicator-orange .pace .pace-activity::before {
border: 5px solid #1F2D3D;
}
@@ -5003,7 +5277,7 @@
}
.pace-corner-indicator-yellow .pace .pace-activity::after,
.pace-corner-indicator-yellow .pace .pace-activity::before  {
.pace-corner-indicator-yellow .pace .pace-activity::before {
border: 5px solid #1F2D3D;
}
@@ -5134,7 +5408,7 @@
}
.pace-corner-indicator-green .pace .pace-activity::after,
.pace-corner-indicator-green .pace .pace-activity::before  {
.pace-corner-indicator-green .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -5265,7 +5539,7 @@
}
.pace-corner-indicator-teal .pace .pace-activity::after,
.pace-corner-indicator-teal .pace .pace-activity::before  {
.pace-corner-indicator-teal .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -5396,7 +5670,7 @@
}
.pace-corner-indicator-cyan .pace .pace-activity::after,
.pace-corner-indicator-cyan .pace .pace-activity::before  {
.pace-corner-indicator-cyan .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -5527,7 +5801,7 @@
}
.pace-corner-indicator-white .pace .pace-activity::after,
.pace-corner-indicator-white .pace .pace-activity::before  {
.pace-corner-indicator-white .pace .pace-activity::before {
border: 5px solid #1F2D3D;
}
@@ -5658,7 +5932,7 @@
}
.pace-corner-indicator-gray .pace .pace-activity::after,
.pace-corner-indicator-gray .pace .pace-activity::before  {
.pace-corner-indicator-gray .pace .pace-activity::before {
border: 5px solid #ffffff;
}
@@ -5789,7 +6063,7 @@
}
.pace-corner-indicator-gray-dark .pace .pace-activity::after,
.pace-corner-indicator-gray-dark .pace .pace-activity::before  {
.pace-corner-indicator-gray-dark .pace .pace-activity::before {
border: 5px solid #ffffff;
}

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

BIN
dist/img/AdminLTELogo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
dist/img/avatar.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
dist/img/avatar04.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
dist/img/avatar2.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
dist/img/avatar3.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
dist/img/avatar5.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
dist/img/boxed-bg.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
dist/img/boxed-bg.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
dist/img/credit/american-express.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
dist/img/credit/cirrus.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
dist/img/credit/mastercard.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
dist/img/credit/mestro.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
dist/img/credit/paypal.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
dist/img/credit/paypal2.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
dist/img/credit/visa.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
dist/img/default-150x150.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

BIN
dist/img/icons.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
dist/img/photo1.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 KiB

BIN
dist/img/photo2.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

BIN
dist/img/photo3.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB

BIN
dist/img/photo4.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
dist/img/prod-1.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
dist/img/prod-2.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
dist/img/prod-3.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
dist/img/prod-4.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
dist/img/prod-5.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
dist/img/user1-128x128.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
dist/img/user2-160x160.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
dist/img/user3-128x128.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
dist/img/user4-128x128.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
dist/img/user5-128x128.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
dist/img/user6-128x128.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
dist/img/user7-128x128.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
dist/img/user8-128x128.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

189
dist/js/adminlte.js vendored
View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.2 (https://adminlte.io)
* AdminLTE v3.0.4 (https://adminlte.io)
* Copyright 2014-2020 Colorlib <http://colorlib.com>
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
*/
@@ -62,9 +62,7 @@
* ====================================================
*/
var ControlSidebar =
/*#__PURE__*/
function () {
var ControlSidebar = /*#__PURE__*/function () {
function ControlSidebar(element, config) {
this._element = element;
this._config = config;
@@ -326,16 +324,16 @@
};
var Default = {
scrollbarTheme: 'os-theme-light',
scrollbarAutoHide: 'l'
scrollbarAutoHide: 'l',
panelAutoHeight: true,
loginRegisterAutoHeight: true
};
/**
* Class Definition
* ====================================================
*/
var Layout =
/*#__PURE__*/
function () {
var Layout = /*#__PURE__*/function () {
function Layout(element, config) {
this._config = config;
this._element = element;
@@ -367,16 +365,26 @@
var max = this._max(heights);
if (max == heights.control_sidebar) {
$(Selector.CONTENT).css('min-height', max);
} else if (max == heights.window) {
$(Selector.CONTENT).css('min-height', max - heights.header - heights.footer);
} else {
$(Selector.CONTENT).css('min-height', max - heights.header);
var offset = this._config.panelAutoHeight;
if (offset === true) {
offset = 0;
}
if (offset !== false) {
if (max == heights.control_sidebar) {
$(Selector.CONTENT).css('min-height', max + offset);
} else if (max == heights.window) {
$(Selector.CONTENT).css('min-height', max + offset - heights.header - heights.footer);
} else {
$(Selector.CONTENT).css('min-height', max + offset - heights.header);
}
}
if ($('body').hasClass(ClassName.LAYOUT_FIXED)) {
$(Selector.CONTENT).css('min-height', max - heights.header - heights.footer);
if (offset !== false) {
$(Selector.CONTENT).css('min-height', max + offset - heights.header - heights.footer);
}
if (typeof $.fn.overlayScrollbars !== 'undefined') {
$(Selector.SIDEBAR).overlayScrollbars({
@@ -389,6 +397,18 @@
});
}
}
};
_proto.fixLoginRegisterHeight = function fixLoginRegisterHeight() {
if ($(Selector.LOGIN_BOX + ', ' + Selector.REGISTER_BOX).length === 0) {
$('body, html').css('height', 'auto');
} else if ($(Selector.LOGIN_BOX + ', ' + Selector.REGISTER_BOX).length !== 0) {
var box_height = $(Selector.LOGIN_BOX + ', ' + Selector.REGISTER_BOX).height();
if ($('body').css('min-height') !== box_height) {
$('body').css('min-height', box_height);
}
}
} // Private
;
@@ -397,6 +417,13 @@
// Activate layout height watcher
this.fixLayoutHeight();
if (this._config.loginRegisterAutoHeight === true) {
this.fixLoginRegisterHeight();
} else if (Number.isInteger(this._config.loginRegisterAutoHeight)) {
setInterval(this.fixLoginRegisterHeight, this._config.loginRegisterAutoHeight);
}
$(Selector.SIDEBAR).on('collapsed.lte.treeview expanded.lte.treeview', function () {
_this.fixLayoutHeight();
});
@@ -411,14 +438,6 @@
$(window).resize(function () {
_this.fixLayoutHeight();
});
if (!$('body').hasClass(ClassName.LOGIN_PAGE) && !$('body').hasClass(ClassName.REGISTER_PAGE)) {
$('body, html').css('height', 'auto');
} else if ($('body').hasClass(ClassName.LOGIN_PAGE) || $('body').hasClass(ClassName.REGISTER_PAGE)) {
var box_height = $(Selector.LOGIN_BOX + ', ' + Selector.REGISTER_BOX).height();
$('body').css('min-height', box_height);
}
$('body.hold-transition').removeClass('hold-transition');
};
@@ -451,6 +470,8 @@
if (config === 'init' || config === '') {
data['_init']();
} else if (config === 'fixLayoutHeight' || config === 'fixLoginRegisterHeight') {
data[config]();
}
});
};
@@ -521,18 +542,16 @@
WRAPPER: '.wrapper'
};
var ClassName = {
SIDEBAR_OPEN: 'sidebar-open',
COLLAPSED: 'sidebar-collapse',
OPEN: 'sidebar-open'
OPEN: 'sidebar-open',
CLOSED: 'sidebar-closed'
};
/**
* Class Definition
* ====================================================
*/
var PushMenu =
/*#__PURE__*/
function () {
var PushMenu = /*#__PURE__*/function () {
function PushMenu(element, options) {
this._element = element;
this._options = $.extend({}, Default, options);
@@ -554,7 +573,7 @@
}
}
$(Selector.BODY).removeClass(ClassName.COLLAPSED);
$(Selector.BODY).removeClass(ClassName.COLLAPSED).removeClass(ClassName.CLOSED);
if (this._options.enableRemember) {
localStorage.setItem("remember" + EVENT_KEY, ClassName.OPEN);
@@ -567,7 +586,7 @@
_proto.collapse = function collapse() {
if (this._options.autoCollapseSize) {
if ($(window).width() <= this._options.autoCollapseSize) {
$(Selector.BODY).removeClass(ClassName.OPEN);
$(Selector.BODY).removeClass(ClassName.OPEN).addClass(ClassName.CLOSED);
}
}
@@ -602,6 +621,8 @@
} else if (resize == true) {
if ($(Selector.BODY).hasClass(ClassName.OPEN)) {
$(Selector.BODY).removeClass(ClassName.OPEN);
} else if ($(Selector.BODY).hasClass(ClassName.CLOSED)) {
this.expand();
}
}
}
@@ -758,9 +779,7 @@
* ====================================================
*/
var Treeview =
/*#__PURE__*/
function () {
var Treeview = /*#__PURE__*/function () {
function Treeview(element, config) {
this._config = config;
this._element = element;
@@ -923,9 +942,7 @@
* ====================================================
*/
var DirectChat =
/*#__PURE__*/
function () {
var DirectChat = /*#__PURE__*/function () {
function DirectChat(element, config) {
this._element = element;
}
@@ -1015,9 +1032,7 @@
* ====================================================
*/
var TodoList =
/*#__PURE__*/
function () {
var TodoList = /*#__PURE__*/function () {
function TodoList(element, config) {
this._config = config;
this._element = element;
@@ -1126,6 +1141,8 @@
var ClassName = {
CARD: 'card',
COLLAPSED: 'collapsed-card',
COLLAPSING: 'collapsing-card',
EXPANDING: 'expanding-card',
WAS_COLLAPSED: 'was-collapsed',
MAXIMIZED: 'maximized-card'
};
@@ -1150,9 +1167,7 @@
minimizeIcon: 'fa-compress'
};
var CardWidget =
/*#__PURE__*/
function () {
var CardWidget = /*#__PURE__*/function () {
function CardWidget(element, settings) {
this._element = element;
this._parent = element.parents(Selector.CARD).first();
@@ -1169,8 +1184,8 @@
_proto.collapse = function collapse() {
var _this = this;
this._parent.children(Selector.CARD_BODY + ", " + Selector.CARD_FOOTER).slideUp(this._settings.animationSpeed, function () {
_this._parent.addClass(ClassName.COLLAPSED);
this._parent.addClass(ClassName.COLLAPSING).children(Selector.CARD_BODY + ", " + Selector.CARD_FOOTER).slideUp(this._settings.animationSpeed, function () {
_this._parent.addClass(ClassName.COLLAPSED).removeClass(ClassName.COLLAPSING);
});
this._parent.find('> ' + Selector.CARD_HEADER + ' ' + this._settings.collapseTrigger + ' .' + this._settings.collapseIcon).addClass(this._settings.expandIcon).removeClass(this._settings.collapseIcon);
@@ -1183,8 +1198,8 @@
_proto.expand = function expand() {
var _this2 = this;
this._parent.children(Selector.CARD_BODY + ", " + Selector.CARD_FOOTER).slideDown(this._settings.animationSpeed, function () {
_this2._parent.removeClass(ClassName.COLLAPSED);
this._parent.addClass(ClassName.EXPANDING).children(Selector.CARD_BODY + ", " + Selector.CARD_FOOTER).slideDown(this._settings.animationSpeed, function () {
_this2._parent.removeClass(ClassName.COLLAPSED).removeClass(ClassName.EXPANDING);
});
this._parent.find('> ' + Selector.CARD_HEADER + ' ' + this._settings.collapseTrigger + ' .' + this._settings.expandIcon).addClass(this._settings.collapseIcon).removeClass(this._settings.expandIcon);
@@ -1388,9 +1403,7 @@
}
};
var CardRefresh =
/*#__PURE__*/
function () {
var CardRefresh = /*#__PURE__*/function () {
function CardRefresh(element, settings) {
this._element = element;
this._parent = element.parents(Selector.CARD).first();
@@ -1404,12 +1417,6 @@
if (this._settings.source === '') {
throw new Error('Source url was not defined. Please specify a url in your CardRefresh source option.');
}
this._init();
if (this._settings.loadOnInit) {
this.load();
}
}
var _proto = CardRefresh.prototype;
@@ -1457,6 +1464,10 @@
$(this).find(this._settings.trigger).on('click', function () {
_this.load();
});
if (this._settings.loadOnInit) {
this.load();
}
} // Static
;
@@ -1472,7 +1483,7 @@
if (typeof config === 'string' && config.match(/load/)) {
data[config]();
} else if (typeof config === 'object') {
} else {
data._init($(this));
}
};
@@ -1492,6 +1503,11 @@
CardRefresh._jQueryInterface.call($(this), 'load');
});
$(document).ready(function () {
$(Selector.DATA_REFRESH).each(function () {
CardRefresh._jQueryInterface.call($(this));
});
});
/**
* jQuery API
* ====================================================
@@ -1523,18 +1539,22 @@
var DATA_KEY = 'lte.dropdown';
var JQUERY_NO_CONFLICT = $.fn[NAME];
var Selector = {
DROPDOWN_MENU: 'ul.dropdown-menu',
NAVBAR: '.navbar',
DROPDOWN_MENU: '.dropdown-menu',
DROPDOWN_MENU_ACTIVE: '.dropdown-menu.show',
DROPDOWN_TOGGLE: '[data-toggle="dropdown"]'
};
var ClassName = {
DROPDOWN_HOVER: 'dropdown-hover',
DROPDOWN_RIGHT: 'dropdown-menu-right'
};
var Default = {};
/**
* Class Definition
* ====================================================
*/
var Dropdown =
/*#__PURE__*/
function () {
var Dropdown = /*#__PURE__*/function () {
function Dropdown(element, config) {
this._config = config;
this._element = element;
@@ -1553,6 +1573,35 @@
this._element.parents('li.nav-item.dropdown.show').on('hidden.bs.dropdown', function (e) {
$('.dropdown-submenu .show').removeClass("show").hide();
});
};
_proto.fixPosition = function fixPosition() {
var elm = $(Selector.DROPDOWN_MENU_ACTIVE);
if (elm.length !== 0) {
if (elm.hasClass(ClassName.DROPDOWN_RIGHT)) {
elm.css('left', 'inherit');
elm.css('right', 0);
} else {
elm.css('left', 0);
elm.css('right', 'inherit');
}
var offset = elm.offset();
var width = elm.width();
var windowWidth = $(window).width();
var visiblePart = windowWidth - offset.left;
if (offset.left < 0) {
elm.css('left', 'inherit');
elm.css('right', offset.left - 5);
} else {
if (visiblePart < width) {
elm.css('left', 'inherit');
elm.css('right', 0);
}
}
}
} // Static
;
@@ -1567,7 +1616,7 @@
$(this).data(DATA_KEY, data);
}
if (config === 'toggleSubmenu') {
if (config === 'toggleSubmenu' || config == 'fixPosition') {
data[config]();
}
});
@@ -1586,13 +1635,13 @@
event.stopPropagation();
Dropdown._jQueryInterface.call($(this), 'toggleSubmenu');
}); // $(Selector.SIDEBAR + ' a').on('focusin', () => {
// $(Selector.MAIN_SIDEBAR).addClass(ClassName.SIDEBAR_FOCUSED);
// })
// $(Selector.SIDEBAR + ' a').on('focusout', () => {
// $(Selector.MAIN_SIDEBAR).removeClass(ClassName.SIDEBAR_FOCUSED);
// })
});
$(Selector.NAVBAR + ' ' + Selector.DROPDOWN_TOGGLE).on("click", function (event) {
event.preventDefault();
setTimeout(function () {
Dropdown._jQueryInterface.call($(this), 'fixPosition');
}, 1);
});
/**
* jQuery API
* ====================================================
@@ -1671,9 +1720,7 @@
* ====================================================
*/
var Toasts =
/*#__PURE__*/
function () {
var Toasts = /*#__PURE__*/function () {
function Toasts(element, config) {
this._config = config;

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

7
dist/js/demo.js vendored
View File

@@ -416,4 +416,11 @@
return $block
}
$('.product-image-thumb').on('click', function() {
const image_element = $(this).find('img');
$('.product-image').prop('src', $(image_element).attr('src'))
$('.product-image-thumb.active').removeClass('active');
$(this).addClass('active');
});
})(jQuery)