Update AdminLTE

- from 2.4.5 to 2.4.18 (cannot detect any issues)
- set default scancycle for Apple Devices to 1
This commit is contained in:
leiweibau
2022-07-11 21:34:04 +02:00
parent a5a060b7c0
commit b2d2e3e9b6
3506 changed files with 228613 additions and 134604 deletions

View File

@@ -1,10 +1,12 @@
/*!
* AdminLTE v2.4.0 Without Third-Party Plugins
* Author: Almsaeed Studio
* Website: Almsaeed Studio <https://adminlte.io>
* License: Open source - MIT
* Please visit http://opensource.org/licenses/MIT for more information
!*/
* AdminLTE v2.4.18
* Without Third-Party Plugins
*
* Author: Colorlib
* Support: <https://github.com/ColorlibHQ/AdminLTE/issues>
* Repository: git://github.com/ColorlibHQ/AdminLTE.git
* License: MIT <http://opensource.org/licenses/MIT>
*/
/*
* Core: General Layout Style
* -------------------------
@@ -86,10 +88,15 @@ body {
}
}
.content-wrapper {
min-height: 100%;
min-height: calc(100vh - 101px);
background-color: #ecf0f5;
z-index: 800;
}
@media (max-width: 767px) {
.content-wrapper {
min-height: calc(100vh - 151px);
}
}
.main-footer {
background: #fff;
padding: 15px;
@@ -262,6 +269,13 @@ a:focus {
.main-header .sidebar-toggle:active {
background: transparent;
}
.main-header .sidebar-toggle.fa5 {
font-family: "Font Awesome\ 5 Free";
}
.main-header .sidebar-toggle.fa5:before {
content: "\f0c9";
font-weight: 900;
}
.main-header .sidebar-toggle .icon-bar {
display: none;
}
@@ -277,7 +291,7 @@ a:focus {
text-align: center;
font-size: 9px;
padding: 2px 3px;
line-height: .9;
line-height: 0.9;
}
.main-header .logo {
-webkit-transition: width 0.3s ease-in-out;
@@ -295,12 +309,40 @@ a:focus {
font-weight: 300;
overflow: hidden;
}
.main-header .logo img {
padding: 4px;
object-fit: contain;
margin: 0 auto;
}
.main-header .logo .logo-lg {
display: block;
}
.main-header .logo .logo-lg img {
max-width: 200px;
max-height: 50px;
}
.main-header .logo .logo-lg .brandlogo-image {
margin-top: 8px;
margin-right: 10px;
margin-left: -5px;
}
.main-header .logo .logo-mini {
display: none;
}
.main-header .logo .logo-mini img {
max-width: 50px;
max-height: 50px;
}
.main-header .logo .logo-mini .brandlogo-image {
margin-top: 8px;
margin-right: 10px;
margin-left: 10px;
}
.main-header .logo .brandlogo-image {
float: left;
height: 34px;
width: auto;
}
.main-header .navbar-brand {
color: #fff;
}
@@ -592,6 +634,7 @@ a:focus {
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span > .pull-right,
.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
display: none !important;
-webkit-transform: translateZ(0);
@@ -612,33 +655,35 @@ a:focus {
margin-left: 50px;
}
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
display: block !important;
position: absolute;
width: 180px;
left: 50px;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
top: 0;
margin-left: -3px;
padding: 12px 5px 12px 20px;
background-color: inherit;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
position: relative !important;
float: right;
width: auto !important;
left: 180px !important;
top: -22px !important;
z-index: 900;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
display: none;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
top: 44px;
margin-left: 0;
@media (min-width: 768px) {
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
display: block !important;
position: absolute;
width: 180px;
left: 50px;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
top: 0;
margin-left: -3px;
padding: 12px 5px 12px 20px;
background-color: inherit;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
position: relative !important;
float: right;
width: auto !important;
left: 180px !important;
top: -22px !important;
z-index: 900;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
display: none;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
top: 44px;
margin-left: 0;
}
}
.sidebar-expanded-on-hover .main-footer,
.sidebar-expanded-on-hover .content-wrapper {
@@ -704,6 +749,11 @@ a:focus {
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
right: 0;
}
.control-sidebar-hold-transition .control-sidebar-bg,
.control-sidebar-hold-transition .control-sidebar,
.control-sidebar-hold-transition .content-wrapper {
transition: none;
}
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
right: 0;
@@ -866,7 +916,7 @@ a:focus {
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
background: #e8ecf4;
color: #444444;
color: #444;
}
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
@@ -1588,73 +1638,73 @@ a:focus {
border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
color: #444444;
color: #444;
background: #d2d6de;
background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
color: #444444;
color: #444;
}
.box.box-solid.box-primary {
border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
color: #ffffff;
color: #fff;
background: #3c8dbc;
background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
color: #ffffff;
color: #fff;
}
.box.box-solid.box-info {
border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
color: #ffffff;
color: #fff;
background: #00c0ef;
background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
color: #ffffff;
color: #fff;
}
.box.box-solid.box-danger {
border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
color: #ffffff;
color: #fff;
background: #dd4b39;
background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
color: #ffffff;
color: #fff;
}
.box.box-solid.box-warning {
border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
color: #ffffff;
color: #fff;
background: #f39c12;
background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
color: #ffffff;
color: #fff;
}
.box.box-solid.box-success {
border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
color: #ffffff;
color: #fff;
background: #00a65a;
background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
color: #ffffff;
color: #fff;
}
.box.box-solid > .box-header > .box-tools .btn {
border: 0;
@@ -1744,9 +1794,9 @@ a:focus {
margin-right: 5px;
}
.box-header > .box-tools {
position: absolute;
right: 10px;
top: 5px;
float: right;
margin-top: -5px;
margin-bottom: -5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
position: relative;
@@ -1756,7 +1806,7 @@ a:focus {
left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
color: #444!important;
color: #444 !important;
}
.btn-box-tool {
padding: 5px;
@@ -1813,7 +1863,7 @@ a:focus {
border-bottom-left-radius: 3px;
border-top: 1px solid #f4f4f4;
padding: 10px;
background-color: #ffffff;
background-color: #fff;
}
.chart-legend {
margin: 10px 0;
@@ -2749,7 +2799,7 @@ table.text-center th {
background: #d2d6de;
border: 1px solid #d2d6de;
margin: 5px 0 0 50px;
color: #444444;
color: #444;
}
.direct-chat-text:after,
.direct-chat-text:before {
@@ -2867,7 +2917,7 @@ table.text-center th {
.direct-chat-danger .right > .direct-chat-text {
background: #dd4b39;
border-color: #dd4b39;
color: #ffffff;
color: #fff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
@@ -2876,7 +2926,7 @@ table.text-center th {
.direct-chat-primary .right > .direct-chat-text {
background: #3c8dbc;
border-color: #3c8dbc;
color: #ffffff;
color: #fff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
@@ -2885,7 +2935,7 @@ table.text-center th {
.direct-chat-warning .right > .direct-chat-text {
background: #f39c12;
border-color: #f39c12;
color: #ffffff;
color: #fff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
@@ -2894,7 +2944,7 @@ table.text-center th {
.direct-chat-info .right > .direct-chat-text {
background: #00c0ef;
border-color: #00c0ef;
color: #ffffff;
color: #fff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
@@ -2903,7 +2953,7 @@ table.text-center th {
.direct-chat-success .right > .direct-chat-text {
background: #00a65a;
border-color: #00a65a;
color: #ffffff;
color: #fff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
@@ -3094,6 +3144,16 @@ table.text-center th {
.treeview-menu > li > a > .fa-angle-down {
width: auto;
}
.treeview > ul.treeview-menu {
overflow: hidden;
height: auto;
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.treeview.menu-open > ul.treeview-menu {
overflow: visible;
height: auto;
}
/*
* Page: Mailbox
* -------------
@@ -3246,6 +3306,7 @@ table.text-center th {
}
.login-page,
.register-page {
height: auto;
background: #d2d6de;
}
.login-box,
@@ -3472,7 +3533,7 @@ table.text-center th {
background-color: #f7f7f7;
}
.bg-black {
background-color: #111111 !important;
background-color: #111 !important;
}
.bg-red,
.callout.callout-danger,
@@ -3512,28 +3573,28 @@ table.text-center th {
background-color: #00a65a !important;
}
.bg-navy {
background-color: #001f3f !important;
background-color: #001F3F !important;
}
.bg-teal {
background-color: #39cccc !important;
background-color: #39CCCC !important;
}
.bg-olive {
background-color: #3d9970 !important;
background-color: #3D9970 !important;
}
.bg-lime {
background-color: #01ff70 !important;
background-color: #01FF70 !important;
}
.bg-orange {
background-color: #ff851b !important;
background-color: #FF851B !important;
}
.bg-fuchsia {
background-color: #f012be !important;
background-color: #F012BE !important;
}
.bg-purple {
background-color: #605ca8 !important;
}
.bg-maroon {
background-color: #d81b60 !important;
background-color: #D81B60 !important;
}
.bg-gray-active {
color: #000;
@@ -3611,7 +3672,7 @@ table.text-center th {
color: #0073b7 !important;
}
.text-black {
color: #111111 !important;
color: #111 !important;
}
.text-light-blue {
color: #3c8dbc !important;
@@ -3623,28 +3684,28 @@ table.text-center th {
color: #d2d6de !important;
}
.text-navy {
color: #001f3f !important;
color: #001F3F !important;
}
.text-teal {
color: #39cccc !important;
color: #39CCCC !important;
}
.text-olive {
color: #3d9970 !important;
color: #3D9970 !important;
}
.text-lime {
color: #01ff70 !important;
color: #01FF70 !important;
}
.text-orange {
color: #ff851b !important;
color: #FF851B !important;
}
.text-fuchsia {
color: #f012be !important;
color: #F012BE !important;
}
.text-purple {
color: #605ca8 !important;
}
.text-maroon {
color: #d81b60 !important;
color: #D81B60 !important;
}
.link-muted {
color: #7a869d;
@@ -3708,12 +3769,12 @@ table.text-center th {
height: auto !important;
}
.bg-teal-gradient {
background: #39cccc !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
background: -o-linear-gradient(#7adddd, #39cccc) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
background: #39CCCC !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39CCCC), color-stop(1, #7adddd)) !important;
background: -ms-linear-gradient(bottom, #39CCCC, #7adddd) !important;
background: -moz-linear-gradient(center bottom, #39CCCC 0%, #7adddd 100%) !important;
background: -o-linear-gradient(#7adddd, #39CCCC) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39CCCC', GradientType=0) !important;
color: #fff;
}
.bg-light-blue-gradient {
@@ -3780,21 +3841,21 @@ table.text-center th {
color: #fff;
}
.bg-black-gradient {
background: #111111 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
background: -o-linear-gradient(#2b2b2b, #111111) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
background: #111 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
background: -moz-linear-gradient(center bottom, #111 0%, #2b2b2b 100%) !important;
background: -o-linear-gradient(#2b2b2b, #111) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111', GradientType=0) !important;
color: #fff;
}
.bg-maroon-gradient {
background: #d81b60 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
background: -o-linear-gradient(#e73f7c, #d81b60) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
background: #D81B60 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D81B60), color-stop(1, #e73f7c)) !important;
background: -ms-linear-gradient(bottom, #D81B60, #e73f7c) !important;
background: -moz-linear-gradient(center bottom, #D81B60 0%, #e73f7c 100%) !important;
background: -o-linear-gradient(#e73f7c, #D81B60) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#D81B60', GradientType=0) !important;
color: #fff;
}
.description-block .description-icon {
@@ -3956,6 +4017,27 @@ table.text-center th {
.chart canvas {
width: 100% !important;
}
hr {
border-top: 1px solid #555555;
}
#red .slider-selection {
background: #f56954;
}
#blue .slider-selection {
background: #3c8dbc;
}
#green .slider-selection {
background: #00a65a;
}
#yellow .slider-selection {
background: #f39c12;
}
#aqua .slider-selection {
background: #00c0ef;
}
#purple .slider-selection {
background: #932ab6;
}
/*
* Misc: print
* -----------