mirror of https://github.com/ColorlibHQ/AdminLTE
parent
ce486267c4
commit
0e48302342
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.2-pre
|
* AdminLTE v3.0.2
|
||||||
* Only Components
|
* Only Components
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.2-pre
|
* AdminLTE v3.0.2
|
||||||
* Only Core
|
* Only Core
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.2-pre
|
* AdminLTE v3.0.2
|
||||||
* Only Extra Components
|
* Only Extra Components
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.2-pre
|
* AdminLTE v3.0.2
|
||||||
* Only Pages
|
* Only Pages
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.2-pre
|
* AdminLTE v3.0.2
|
||||||
* Only Plugins
|
* Only Plugins
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.2-pre
|
* AdminLTE v3.0.2
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.2-pre
|
* AdminLTE v3.0.2
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.2-pre
|
* AdminLTE v3.0.2
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
||||||
@charset "UTF-8";/*!
|
@charset "UTF-8";/*!
|
||||||
* AdminLTE v3.0.2-pre
|
* AdminLTE v3.0.2
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
* License: Open source - MIT <http://opensource.org/licenses/MIT>
|
||||||
|
|
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
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
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.2-pre
|
* AdminLTE v3.0.2
|
||||||
* Only Extra Components
|
* Only Extra Components
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
|
@ -755,6 +755,16 @@
|
||||||
border-left-color: #343a40;
|
border-left-color: #343a40;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.direct-chat-lightblue .right > .direct-chat-text {
|
||||||
|
background: #3c8dbc;
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.direct-chat-lightblue .right > .direct-chat-text::after, .direct-chat-lightblue .right > .direct-chat-text::before {
|
||||||
|
border-left-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
.direct-chat-navy .right > .direct-chat-text {
|
.direct-chat-navy .right > .direct-chat-text {
|
||||||
background: #001f3f;
|
background: #001f3f;
|
||||||
border-color: #001f3f;
|
border-color: #001f3f;
|
||||||
|
|
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.2-pre
|
* AdminLTE v3.0.2
|
||||||
* Only Pages
|
* Only Pages
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
|
@ -214,6 +214,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: #e9ecef;
|
background: #e9ecef;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
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";
|
@charset "UTF-8";
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.2-pre
|
* AdminLTE v3.0.2
|
||||||
* Only Plugins
|
* Only Plugins
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
|
@ -666,6 +666,55 @@
|
||||||
border-color: #6d7a86;
|
border-color: #6d7a86;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.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,
|
||||||
|
.select2-lightblue .select2-container--default.select2-dropdown .select2-search__field:focus,
|
||||||
|
.select2-lightblue .select2-container--default .select2-dropdown .select2-search__field:focus,
|
||||||
|
.select2-lightblue .select2-container--default .select2-search--inline .select2-search__field:focus {
|
||||||
|
border: 1px solid #99c5de;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue .select2-results__option--highlighted,
|
||||||
|
.select2-lightblue .select2-container--default .select2-results__option--highlighted {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-lightblue .select2-results__option--highlighted[aria-selected]:hover,
|
||||||
|
.select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected],
|
||||||
|
.select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
|
||||||
|
background-color: #3884b0;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue .select2-selection--multiple:focus,
|
||||||
|
.select2-lightblue .select2-container--default .select2-selection--multiple:focus {
|
||||||
|
border-color: #99c5de;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice,
|
||||||
|
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
border-color: #367fa9;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove,
|
||||||
|
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
||||||
|
color: rgba(255, 255, 255, 0.7);
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove:hover,
|
||||||
|
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue.select2-container--focus .select2-selection--multiple,
|
||||||
|
.select2-lightblue .select2-container--default.select2-container--focus .select2-selection--multiple {
|
||||||
|
border-color: #99c5de;
|
||||||
|
}
|
||||||
|
|
||||||
.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-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,
|
.select2-container--default .select2-navy .select2-search--inline .select2-search__field:focus,
|
||||||
|
@ -1592,6 +1641,10 @@
|
||||||
background: #343a40;
|
background: #343a40;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.slider-lightblue .slider .slider-selection {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
.slider-navy .slider .slider-selection {
|
.slider-navy .slider .slider-selection {
|
||||||
background: #001f3f;
|
background: #001f3f;
|
||||||
}
|
}
|
||||||
|
@ -1792,6 +1845,22 @@
|
||||||
border-color: #343a40;
|
border-color: #343a40;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
|
||||||
|
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + label::before,
|
||||||
|
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icheck-lightblue > input:first-child:checked + label::before,
|
||||||
|
.icheck-lightblue > input:first-child:checked + input[type="hidden"] + label::before {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + label::before,
|
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + label::before,
|
||||||
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
|
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
|
||||||
border-color: #001f3f;
|
border-color: #001f3f;
|
||||||
|
@ -3286,6 +3355,137 @@
|
||||||
color: #343a40;
|
color: #343a40;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pace-lightblue .pace .pace-progress {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-barber-shop-lightblue .pace {
|
||||||
|
background: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-barber-shop-lightblue .pace .pace-progress {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-barber-shop-lightblue .pace .pace-activity {
|
||||||
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-big-counter-lightblue .pace .pace-progress::after {
|
||||||
|
color: rgba(60, 141, 188, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-bounce-lightblue .pace .pace-activity {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-atom-lightblue .pace-progress {
|
||||||
|
height: 100px;
|
||||||
|
width: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-atom-lightblue .pace-progress::before {
|
||||||
|
background: #3c8dbc;
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: .8rem;
|
||||||
|
line-height: .7rem;
|
||||||
|
padding-top: 17%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-atom-lightblue .pace-activity {
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-atom-lightblue .pace-activity::after, .pace-center-atom-lightblue .pace-activity::before {
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-circle-lightblue .pace .pace-progress {
|
||||||
|
background: rgba(60, 141, 188, 0.8);
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-radar-lightblue .pace .pace-activity {
|
||||||
|
border-color: #3c8dbc transparent transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-radar-lightblue .pace .pace-activity::before {
|
||||||
|
border-color: #3c8dbc transparent transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-simple-lightblue .pace {
|
||||||
|
background: #ffffff;
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-simple-lightblue .pace .pace-progress {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-material-lightblue .pace {
|
||||||
|
color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-corner-indicator-lightblue .pace .pace-activity {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-corner-indicator-lightblue .pace .pace-activity::after,
|
||||||
|
.pace-corner-indicator-lightblue .pace .pace-activity::before {
|
||||||
|
border: 5px solid #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-corner-indicator-lightblue .pace .pace-activity::before {
|
||||||
|
border-right-color: rgba(60, 141, 188, 0.2);
|
||||||
|
border-left-color: rgba(60, 141, 188, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-corner-indicator-lightblue .pace .pace-activity::after {
|
||||||
|
border-top-color: rgba(60, 141, 188, 0.2);
|
||||||
|
border-bottom-color: rgba(60, 141, 188, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-fill-left-lightblue .pace .pace-progress {
|
||||||
|
background-color: rgba(60, 141, 188, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-flash-lightblue .pace .pace-progress {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-flash-lightblue .pace .pace-progress-inner {
|
||||||
|
box-shadow: 0 0 10px #3c8dbc, 0 0 5px #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-flash-lightblue .pace .pace-activity {
|
||||||
|
border-top-color: #3c8dbc;
|
||||||
|
border-left-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-loading-bar-lightblue .pace .pace-progress {
|
||||||
|
background: #3c8dbc;
|
||||||
|
color: #3c8dbc;
|
||||||
|
box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-loading-bar-lightblue .pace .pace-activity {
|
||||||
|
box-shadow: inset 0 0 0 2px #3c8dbc, inset 0 0 0 7px #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-mac-osx-lightblue .pace .pace-progress {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
box-shadow: inset -1px 0 #3c8dbc, inset 0 -1px #3c8dbc, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-mac-osx-lightblue .pace .pace-activity {
|
||||||
|
background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
|
||||||
|
height: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-progress-color-lightblue .pace-progress {
|
||||||
|
color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
.pace-navy .pace .pace-progress {
|
.pace-navy .pace .pace-progress {
|
||||||
background: #001f3f;
|
background: #001f3f;
|
||||||
}
|
}
|
||||||
|
@ -5752,6 +5952,12 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lightblue,
|
||||||
|
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lightblue {
|
||||||
|
background: #3c8dbc;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-navy,
|
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-navy,
|
||||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-navy {
|
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-navy {
|
||||||
background: #001f3f;
|
background: #001f3f;
|
||||||
|
|
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.2-pre (https://adminlte.io)
|
* AdminLTE v3.0.2 (https://adminlte.io)
|
||||||
* Copyright 2014-2020 Colorlib <http://colorlib.com>
|
* Copyright 2014-2020 Colorlib <http://colorlib.com>
|
||||||
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.2-pre (https://adminlte.io)
|
* AdminLTE v3.0.2 (https://adminlte.io)
|
||||||
* Copyright 2014-2020 Colorlib <http://colorlib.com>
|
* Copyright 2014-2020 Colorlib <http://colorlib.com>
|
||||||
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -22,7 +22,7 @@ plugins:
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
|
|
||||||
title: AdminLTE v3 Documentaion
|
title: AdminLTE v3 Documentaion
|
||||||
version: v3.0.1
|
version: v3.0.2
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
description: >- # this means to ignore newlines until "baseurl:"
|
||||||
AdminLTE v3 Documentaion
|
AdminLTE v3 Documentaion
|
||||||
|
|
||||||
|
|
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
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
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
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.1
|
* AdminLTE v3.0.2
|
||||||
* Only Extra Components
|
* Only Extra Components
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
|
@ -755,6 +755,16 @@
|
||||||
border-left-color: #343a40;
|
border-left-color: #343a40;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.direct-chat-lightblue .right > .direct-chat-text {
|
||||||
|
background: #3c8dbc;
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.direct-chat-lightblue .right > .direct-chat-text::after, .direct-chat-lightblue .right > .direct-chat-text::before {
|
||||||
|
border-left-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
.direct-chat-navy .right > .direct-chat-text {
|
.direct-chat-navy .right > .direct-chat-text {
|
||||||
background: #001f3f;
|
background: #001f3f;
|
||||||
border-color: #001f3f;
|
border-color: #001f3f;
|
||||||
|
|
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.1
|
* AdminLTE v3.0.2
|
||||||
* Only Pages
|
* Only Pages
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
|
@ -214,6 +214,7 @@ a.close.disabled, a.disabled.mailbox-attachment-close {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: #e9ecef;
|
background: #e9ecef;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
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";
|
@charset "UTF-8";
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.1
|
* AdminLTE v3.0.2
|
||||||
* Only Plugins
|
* Only Plugins
|
||||||
* Author: Colorlib
|
* Author: Colorlib
|
||||||
* Website: AdminLTE.io <http://adminlte.io>
|
* Website: AdminLTE.io <http://adminlte.io>
|
||||||
|
@ -666,6 +666,55 @@
|
||||||
border-color: #6d7a86;
|
border-color: #6d7a86;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.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,
|
||||||
|
.select2-lightblue .select2-container--default.select2-dropdown .select2-search__field:focus,
|
||||||
|
.select2-lightblue .select2-container--default .select2-dropdown .select2-search__field:focus,
|
||||||
|
.select2-lightblue .select2-container--default .select2-search--inline .select2-search__field:focus {
|
||||||
|
border: 1px solid #99c5de;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue .select2-results__option--highlighted,
|
||||||
|
.select2-lightblue .select2-container--default .select2-results__option--highlighted {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-lightblue .select2-results__option--highlighted[aria-selected]:hover,
|
||||||
|
.select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected],
|
||||||
|
.select2-lightblue .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
|
||||||
|
background-color: #3884b0;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue .select2-selection--multiple:focus,
|
||||||
|
.select2-lightblue .select2-container--default .select2-selection--multiple:focus {
|
||||||
|
border-color: #99c5de;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice,
|
||||||
|
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
border-color: #367fa9;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove,
|
||||||
|
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
||||||
|
color: rgba(255, 255, 255, 0.7);
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue .select2-selection--multiple .select2-selection__choice__remove:hover,
|
||||||
|
.select2-lightblue .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--default .select2-lightblue.select2-container--focus .select2-selection--multiple,
|
||||||
|
.select2-lightblue .select2-container--default.select2-container--focus .select2-selection--multiple {
|
||||||
|
border-color: #99c5de;
|
||||||
|
}
|
||||||
|
|
||||||
.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-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,
|
.select2-container--default .select2-navy .select2-search--inline .select2-search__field:focus,
|
||||||
|
@ -1592,6 +1641,10 @@
|
||||||
background: #343a40;
|
background: #343a40;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.slider-lightblue .slider .slider-selection {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
.slider-navy .slider .slider-selection {
|
.slider-navy .slider .slider-selection {
|
||||||
background: #001f3f;
|
background: #001f3f;
|
||||||
}
|
}
|
||||||
|
@ -1792,6 +1845,22 @@
|
||||||
border-color: #343a40;
|
border-color: #343a40;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
|
||||||
|
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + label::before,
|
||||||
|
.icheck-lightblue > input:first-child:not(:checked):not(:disabled):focus + input[type="hidden"] + label::before {
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icheck-lightblue > input:first-child:checked + label::before,
|
||||||
|
.icheck-lightblue > input:first-child:checked + input[type="hidden"] + label::before {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + label::before,
|
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + label::before,
|
||||||
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
|
.icheck-navy > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
|
||||||
border-color: #001f3f;
|
border-color: #001f3f;
|
||||||
|
@ -3286,6 +3355,137 @@
|
||||||
color: #343a40;
|
color: #343a40;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pace-lightblue .pace .pace-progress {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-barber-shop-lightblue .pace {
|
||||||
|
background: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-barber-shop-lightblue .pace .pace-progress {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-barber-shop-lightblue .pace .pace-activity {
|
||||||
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-big-counter-lightblue .pace .pace-progress::after {
|
||||||
|
color: rgba(60, 141, 188, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-bounce-lightblue .pace .pace-activity {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-atom-lightblue .pace-progress {
|
||||||
|
height: 100px;
|
||||||
|
width: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-atom-lightblue .pace-progress::before {
|
||||||
|
background: #3c8dbc;
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: .8rem;
|
||||||
|
line-height: .7rem;
|
||||||
|
padding-top: 17%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-atom-lightblue .pace-activity {
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-atom-lightblue .pace-activity::after, .pace-center-atom-lightblue .pace-activity::before {
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-circle-lightblue .pace .pace-progress {
|
||||||
|
background: rgba(60, 141, 188, 0.8);
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-radar-lightblue .pace .pace-activity {
|
||||||
|
border-color: #3c8dbc transparent transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-radar-lightblue .pace .pace-activity::before {
|
||||||
|
border-color: #3c8dbc transparent transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-simple-lightblue .pace {
|
||||||
|
background: #ffffff;
|
||||||
|
border-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-center-simple-lightblue .pace .pace-progress {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-material-lightblue .pace {
|
||||||
|
color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-corner-indicator-lightblue .pace .pace-activity {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-corner-indicator-lightblue .pace .pace-activity::after,
|
||||||
|
.pace-corner-indicator-lightblue .pace .pace-activity::before {
|
||||||
|
border: 5px solid #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-corner-indicator-lightblue .pace .pace-activity::before {
|
||||||
|
border-right-color: rgba(60, 141, 188, 0.2);
|
||||||
|
border-left-color: rgba(60, 141, 188, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-corner-indicator-lightblue .pace .pace-activity::after {
|
||||||
|
border-top-color: rgba(60, 141, 188, 0.2);
|
||||||
|
border-bottom-color: rgba(60, 141, 188, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-fill-left-lightblue .pace .pace-progress {
|
||||||
|
background-color: rgba(60, 141, 188, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-flash-lightblue .pace .pace-progress {
|
||||||
|
background: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-flash-lightblue .pace .pace-progress-inner {
|
||||||
|
box-shadow: 0 0 10px #3c8dbc, 0 0 5px #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-flash-lightblue .pace .pace-activity {
|
||||||
|
border-top-color: #3c8dbc;
|
||||||
|
border-left-color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-loading-bar-lightblue .pace .pace-progress {
|
||||||
|
background: #3c8dbc;
|
||||||
|
color: #3c8dbc;
|
||||||
|
box-shadow: 120px 0 #ffffff, 240px 0 #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-loading-bar-lightblue .pace .pace-activity {
|
||||||
|
box-shadow: inset 0 0 0 2px #3c8dbc, inset 0 0 0 7px #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-mac-osx-lightblue .pace .pace-progress {
|
||||||
|
background-color: #3c8dbc;
|
||||||
|
box-shadow: inset -1px 0 #3c8dbc, inset 0 -1px #3c8dbc, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-mac-osx-lightblue .pace .pace-activity {
|
||||||
|
background-image: radial-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 100%);
|
||||||
|
height: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pace-progress-color-lightblue .pace-progress {
|
||||||
|
color: #3c8dbc;
|
||||||
|
}
|
||||||
|
|
||||||
.pace-navy .pace .pace-progress {
|
.pace-navy .pace .pace-progress {
|
||||||
background: #001f3f;
|
background: #001f3f;
|
||||||
}
|
}
|
||||||
|
@ -5752,6 +5952,12 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-lightblue,
|
||||||
|
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-lightblue {
|
||||||
|
background: #3c8dbc;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-navy,
|
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-navy,
|
||||||
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-navy {
|
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-navy {
|
||||||
background: #001f3f;
|
background: #001f3f;
|
||||||
|
|
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 @@
|
||||||
/*!
|
/*!
|
||||||
* AdminLTE v3.0.1 (https://adminlte.io)
|
* AdminLTE v3.0.2 (https://adminlte.io)
|
||||||
* Copyright 2014-2019 Colorlib <http://colorlib.com>
|
* Copyright 2014-2020 Colorlib <http://colorlib.com>
|
||||||
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
(function (global, factory) {
|
(function (global, factory) {
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
var _proto = ControlSidebar.prototype;
|
var _proto = ControlSidebar.prototype;
|
||||||
|
|
||||||
_proto.show = function show() {
|
_proto.collapse = function collapse() {
|
||||||
// Show the control sidebar
|
// Show the control sidebar
|
||||||
if (this._config.controlsidebarSlide) {
|
if (this._config.controlsidebarSlide) {
|
||||||
$('html').addClass(ClassName.CONTROL_SIDEBAR_ANIMATE);
|
$('html').addClass(ClassName.CONTROL_SIDEBAR_ANIMATE);
|
||||||
|
@ -88,11 +88,11 @@
|
||||||
$('body').removeClass(ClassName.CONTROL_SIDEBAR_OPEN);
|
$('body').removeClass(ClassName.CONTROL_SIDEBAR_OPEN);
|
||||||
}
|
}
|
||||||
|
|
||||||
var expandedEvent = $.Event(Event.EXPANDED);
|
var collapsedEvent = $.Event(Event.COLLAPSED);
|
||||||
$(this._element).trigger(expandedEvent);
|
$(this._element).trigger(collapsedEvent);
|
||||||
};
|
};
|
||||||
|
|
||||||
_proto.collapse = function collapse() {
|
_proto.show = function show() {
|
||||||
// Collapse the control sidebar
|
// Collapse the control sidebar
|
||||||
if (this._config.controlsidebarSlide) {
|
if (this._config.controlsidebarSlide) {
|
||||||
$('html').addClass(ClassName.CONTROL_SIDEBAR_ANIMATE);
|
$('html').addClass(ClassName.CONTROL_SIDEBAR_ANIMATE);
|
||||||
|
@ -107,19 +107,19 @@
|
||||||
$('body').addClass(ClassName.CONTROL_SIDEBAR_OPEN);
|
$('body').addClass(ClassName.CONTROL_SIDEBAR_OPEN);
|
||||||
}
|
}
|
||||||
|
|
||||||
var collapsedEvent = $.Event(Event.COLLAPSED);
|
var expandedEvent = $.Event(Event.EXPANDED);
|
||||||
$(this._element).trigger(collapsedEvent);
|
$(this._element).trigger(expandedEvent);
|
||||||
};
|
};
|
||||||
|
|
||||||
_proto.toggle = function toggle() {
|
_proto.toggle = function toggle() {
|
||||||
var shouldOpen = $('body').hasClass(ClassName.CONTROL_SIDEBAR_OPEN) || $('body').hasClass(ClassName.CONTROL_SIDEBAR_SLIDE);
|
var shouldClose = $('body').hasClass(ClassName.CONTROL_SIDEBAR_OPEN) || $('body').hasClass(ClassName.CONTROL_SIDEBAR_SLIDE);
|
||||||
|
|
||||||
if (shouldOpen) {
|
if (shouldClose) {
|
||||||
// Open the control sidebar
|
|
||||||
this.show();
|
|
||||||
} else {
|
|
||||||
// Close the control sidebar
|
// Close the control sidebar
|
||||||
this.collapse();
|
this.collapse();
|
||||||
|
} else {
|
||||||
|
// Open the control sidebar
|
||||||
|
this.show();
|
||||||
}
|
}
|
||||||
} // Private
|
} // Private
|
||||||
;
|
;
|
||||||
|
@ -303,6 +303,8 @@
|
||||||
CONTENT_HEADER: '.content-header',
|
CONTENT_HEADER: '.content-header',
|
||||||
WRAPPER: '.wrapper',
|
WRAPPER: '.wrapper',
|
||||||
CONTROL_SIDEBAR: '.control-sidebar',
|
CONTROL_SIDEBAR: '.control-sidebar',
|
||||||
|
CONTROL_SIDEBAR_CONTENT: '.control-sidebar-content',
|
||||||
|
CONTROL_SIDEBAR_BTN: '[data-widget="control-sidebar"]',
|
||||||
LAYOUT_FIXED: '.layout-fixed',
|
LAYOUT_FIXED: '.layout-fixed',
|
||||||
FOOTER: '.main-footer',
|
FOOTER: '.main-footer',
|
||||||
PUSHMENU_BTN: '[data-widget="pushmenu"]',
|
PUSHMENU_BTN: '[data-widget="pushmenu"]',
|
||||||
|
@ -318,7 +320,9 @@
|
||||||
NAVBAR_FIXED: 'layout-navbar-fixed',
|
NAVBAR_FIXED: 'layout-navbar-fixed',
|
||||||
FOOTER_FIXED: 'layout-footer-fixed',
|
FOOTER_FIXED: 'layout-footer-fixed',
|
||||||
LOGIN_PAGE: 'login-page',
|
LOGIN_PAGE: 'login-page',
|
||||||
REGISTER_PAGE: 'register-page'
|
REGISTER_PAGE: 'register-page',
|
||||||
|
CONTROL_SIDEBAR_SLIDE_OPEN: 'control-sidebar-slide-open',
|
||||||
|
CONTROL_SIDEBAR_OPEN: 'control-sidebar-open'
|
||||||
};
|
};
|
||||||
var Default = {
|
var Default = {
|
||||||
scrollbarTheme: 'os-theme-light',
|
scrollbarTheme: 'os-theme-light',
|
||||||
|
@ -342,17 +346,30 @@
|
||||||
|
|
||||||
var _proto = Layout.prototype;
|
var _proto = Layout.prototype;
|
||||||
|
|
||||||
_proto.fixLayoutHeight = function fixLayoutHeight() {
|
_proto.fixLayoutHeight = function fixLayoutHeight(extra) {
|
||||||
|
if (extra === void 0) {
|
||||||
|
extra = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
var control_sidebar = 0;
|
||||||
|
|
||||||
|
if ($('body').hasClass(ClassName.CONTROL_SIDEBAR_SLIDE_OPEN) || $('body').hasClass(ClassName.CONTROL_SIDEBAR_OPEN) || extra == 'control_sidebar') {
|
||||||
|
control_sidebar = $(Selector.CONTROL_SIDEBAR_CONTENT).height();
|
||||||
|
}
|
||||||
|
|
||||||
var heights = {
|
var heights = {
|
||||||
window: $(window).height(),
|
window: $(window).height(),
|
||||||
header: $(Selector.HEADER).length !== 0 ? $(Selector.HEADER).outerHeight() : 0,
|
header: $(Selector.HEADER).length !== 0 ? $(Selector.HEADER).outerHeight() : 0,
|
||||||
footer: $(Selector.FOOTER).length !== 0 ? $(Selector.FOOTER).outerHeight() : 0,
|
footer: $(Selector.FOOTER).length !== 0 ? $(Selector.FOOTER).outerHeight() : 0,
|
||||||
sidebar: $(Selector.SIDEBAR).length !== 0 ? $(Selector.SIDEBAR).height() : 0
|
sidebar: $(Selector.SIDEBAR).length !== 0 ? $(Selector.SIDEBAR).height() : 0,
|
||||||
|
control_sidebar: control_sidebar
|
||||||
};
|
};
|
||||||
|
|
||||||
var max = this._max(heights);
|
var max = this._max(heights);
|
||||||
|
|
||||||
if (max == heights.window) {
|
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);
|
$(Selector.CONTENT).css('min-height', max - heights.header - heights.footer);
|
||||||
} else {
|
} else {
|
||||||
$(Selector.CONTENT).css('min-height', max - heights.header);
|
$(Selector.CONTENT).css('min-height', max - heights.header);
|
||||||
|
@ -386,6 +403,11 @@
|
||||||
$(Selector.PUSHMENU_BTN).on('collapsed.lte.pushmenu shown.lte.pushmenu', function () {
|
$(Selector.PUSHMENU_BTN).on('collapsed.lte.pushmenu shown.lte.pushmenu', function () {
|
||||||
_this.fixLayoutHeight();
|
_this.fixLayoutHeight();
|
||||||
});
|
});
|
||||||
|
$(Selector.CONTROL_SIDEBAR_BTN).on('collapsed.lte.controlsidebar', function () {
|
||||||
|
_this.fixLayoutHeight();
|
||||||
|
}).on('expanded.lte.controlsidebar', function () {
|
||||||
|
_this.fixLayoutHeight('control_sidebar');
|
||||||
|
});
|
||||||
$(window).resize(function () {
|
$(window).resize(function () {
|
||||||
_this.fixLayoutHeight();
|
_this.fixLayoutHeight();
|
||||||
});
|
});
|
||||||
|
@ -413,6 +435,10 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
Layout._jQueryInterface = function _jQueryInterface(config) {
|
Layout._jQueryInterface = function _jQueryInterface(config) {
|
||||||
|
if (config === void 0) {
|
||||||
|
config = '';
|
||||||
|
}
|
||||||
|
|
||||||
return this.each(function () {
|
return this.each(function () {
|
||||||
var data = $(this).data(DATA_KEY);
|
var data = $(this).data(DATA_KEY);
|
||||||
|
|
||||||
|
@ -423,8 +449,8 @@
|
||||||
$(this).data(DATA_KEY, data);
|
$(this).data(DATA_KEY, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config === 'init') {
|
if (config === 'init' || config === '') {
|
||||||
data[config]();
|
data['_init']();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -1147,7 +1173,7 @@
|
||||||
_this._parent.addClass(ClassName.COLLAPSED);
|
_this._parent.addClass(ClassName.COLLAPSED);
|
||||||
});
|
});
|
||||||
|
|
||||||
this._parent.find(this._settings.collapseTrigger + ' .' + this._settings.collapseIcon).addClass(this._settings.expandIcon).removeClass(this._settings.collapseIcon);
|
this._parent.find('> ' + Selector.CARD_HEADER + ' ' + this._settings.collapseTrigger + ' .' + this._settings.collapseIcon).addClass(this._settings.expandIcon).removeClass(this._settings.collapseIcon);
|
||||||
|
|
||||||
var collapsed = $.Event(Event.COLLAPSED);
|
var collapsed = $.Event(Event.COLLAPSED);
|
||||||
|
|
||||||
|
@ -1161,7 +1187,7 @@
|
||||||
_this2._parent.removeClass(ClassName.COLLAPSED);
|
_this2._parent.removeClass(ClassName.COLLAPSED);
|
||||||
});
|
});
|
||||||
|
|
||||||
this._parent.find(this._settings.collapseTrigger + ' .' + this._settings.expandIcon).addClass(this._settings.collapseIcon).removeClass(this._settings.expandIcon);
|
this._parent.find('> ' + Selector.CARD_HEADER + ' ' + this._settings.collapseTrigger + ' .' + this._settings.expandIcon).addClass(this._settings.collapseIcon).removeClass(this._settings.expandIcon);
|
||||||
|
|
||||||
var expanded = $.Event(Event.EXPANDED);
|
var expanded = $.Event(Event.EXPANDED);
|
||||||
|
|
||||||
|
|
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
|
@ -23,6 +23,8 @@
|
||||||
'navbar-indigo',
|
'navbar-indigo',
|
||||||
'navbar-purple',
|
'navbar-purple',
|
||||||
'navbar-pink',
|
'navbar-pink',
|
||||||
|
'navbar-navy',
|
||||||
|
'navbar-lightblue',
|
||||||
'navbar-teal',
|
'navbar-teal',
|
||||||
'navbar-cyan',
|
'navbar-cyan',
|
||||||
'navbar-dark',
|
'navbar-dark',
|
||||||
|
@ -240,6 +242,7 @@
|
||||||
'bg-danger',
|
'bg-danger',
|
||||||
'bg-success',
|
'bg-success',
|
||||||
'bg-indigo',
|
'bg-indigo',
|
||||||
|
'bg-lightblue',
|
||||||
'bg-navy',
|
'bg-navy',
|
||||||
'bg-purple',
|
'bg-purple',
|
||||||
'bg-fuchsia',
|
'bg-fuchsia',
|
||||||
|
@ -258,6 +261,7 @@
|
||||||
'accent-danger',
|
'accent-danger',
|
||||||
'accent-success',
|
'accent-success',
|
||||||
'accent-indigo',
|
'accent-indigo',
|
||||||
|
'accent-lightblue',
|
||||||
'accent-navy',
|
'accent-navy',
|
||||||
'accent-purple',
|
'accent-purple',
|
||||||
'accent-fuchsia',
|
'accent-fuchsia',
|
||||||
|
@ -276,6 +280,7 @@
|
||||||
'sidebar-dark-danger',
|
'sidebar-dark-danger',
|
||||||
'sidebar-dark-success',
|
'sidebar-dark-success',
|
||||||
'sidebar-dark-indigo',
|
'sidebar-dark-indigo',
|
||||||
|
'sidebar-dark-lightblue',
|
||||||
'sidebar-dark-navy',
|
'sidebar-dark-navy',
|
||||||
'sidebar-dark-purple',
|
'sidebar-dark-purple',
|
||||||
'sidebar-dark-fuchsia',
|
'sidebar-dark-fuchsia',
|
||||||
|
@ -291,6 +296,7 @@
|
||||||
'sidebar-light-danger',
|
'sidebar-light-danger',
|
||||||
'sidebar-light-success',
|
'sidebar-light-success',
|
||||||
'sidebar-light-indigo',
|
'sidebar-light-indigo',
|
||||||
|
'sidebar-light-lightblue',
|
||||||
'sidebar-light-navy',
|
'sidebar-light-navy',
|
||||||
'sidebar-light-purple',
|
'sidebar-light-purple',
|
||||||
'sidebar-light-fuchsia',
|
'sidebar-light-fuchsia',
|
||||||
|
@ -319,10 +325,10 @@
|
||||||
}))
|
}))
|
||||||
|
|
||||||
$container.append('<h6>Dark Sidebar Variants</h6>')
|
$container.append('<h6>Dark Sidebar Variants</h6>')
|
||||||
var $sidebar_variants = $('<div />', {
|
var $sidebar_variants_dark = $('<div />', {
|
||||||
'class': 'd-flex'
|
'class': 'd-flex'
|
||||||
})
|
})
|
||||||
$container.append($sidebar_variants)
|
$container.append($sidebar_variants_dark)
|
||||||
$container.append(createSkinBlock(sidebar_colors, function () {
|
$container.append(createSkinBlock(sidebar_colors, function () {
|
||||||
var color = $(this).data('color')
|
var color = $(this).data('color')
|
||||||
var sidebar_class = 'sidebar-dark-' + color.replace('bg-', '')
|
var sidebar_class = 'sidebar-dark-' + color.replace('bg-', '')
|
||||||
|
@ -335,10 +341,10 @@
|
||||||
}))
|
}))
|
||||||
|
|
||||||
$container.append('<h6>Light Sidebar Variants</h6>')
|
$container.append('<h6>Light Sidebar Variants</h6>')
|
||||||
var $sidebar_variants = $('<div />', {
|
var $sidebar_variants_light = $('<div />', {
|
||||||
'class': 'd-flex'
|
'class': 'd-flex'
|
||||||
})
|
})
|
||||||
$container.append($sidebar_variants)
|
$container.append($sidebar_variants_light)
|
||||||
$container.append(createSkinBlock(sidebar_colors, function () {
|
$container.append(createSkinBlock(sidebar_colors, function () {
|
||||||
var color = $(this).data('color')
|
var color = $(this).data('color')
|
||||||
var sidebar_class = 'sidebar-light-' + color.replace('bg-', '')
|
var sidebar_class = 'sidebar-light-' + color.replace('bg-', '')
|
||||||
|
|
|
@ -1325,7 +1325,7 @@
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
<div class="float-right d-none d-sm-inline-block">
|
<div class="float-right d-none d-sm-inline-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
@ -1560,7 +1560,7 @@
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
<div class="float-right d-none d-sm-inline-block">
|
<div class="float-right d-none d-sm-inline-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -991,7 +991,7 @@ to get the desired effect
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong>
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
<div class="float-right d-none d-sm-inline-block">
|
<div class="float-right d-none d-sm-inline-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "admin-lte",
|
"name": "admin-lte",
|
||||||
"description": "Responsive open source admin dashboard and control panel.",
|
"description": "Responsive open source admin dashboard and control panel.",
|
||||||
"version": "3.0.2-pre",
|
"version": "3.0.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Colorlib <http://colorlib.com>",
|
"author": "Colorlib <http://colorlib.com>",
|
||||||
"main": "dist/js/adminlte.min.js",
|
"main": "dist/js/adminlte.min.js",
|
||||||
|
|
|
@ -2028,7 +2028,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -1722,7 +1722,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -742,7 +742,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -1159,7 +1159,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -1197,7 +1197,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -817,7 +817,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -868,7 +868,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -835,7 +835,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -803,7 +803,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -853,7 +853,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -859,7 +859,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -923,7 +923,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -753,7 +753,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -753,7 +753,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -753,7 +753,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -1041,7 +1041,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -871,7 +871,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -891,7 +891,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer no-print">
|
<footer class="main-footer no-print">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -765,7 +765,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -780,7 +780,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -755,7 +755,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -1084,7 +1084,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -806,7 +806,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -878,7 +878,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -878,7 +878,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -1283,7 +1283,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -1334,7 +1334,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -764,7 +764,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -1289,7 +1289,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -772,7 +772,7 @@
|
||||||
<!-- /.content-wrapper -->
|
<!-- /.content-wrapper -->
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -904,7 +904,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -758,7 +758,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
|
@ -758,7 +758,7 @@
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer">
|
||||||
<div class="float-right d-none d-sm-block">
|
<div class="float-right d-none d-sm-block">
|
||||||
<b>Version</b> 3.0.2-pre
|
<b>Version</b> 3.0.2
|
||||||
</div>
|
</div>
|
||||||
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
<strong>Copyright © 2014-2019 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
||||||
reserved.
|
reserved.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue