prep version

This commit is contained in:
REJack
2020-05-19 22:39:46 +02:00
parent 229600ba4c
commit 66268d5340
109 changed files with 1112 additions and 550 deletions

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.4
* AdminLTE v3.0.5
* Only Plugins
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
@@ -332,6 +332,10 @@ select.form-control-sm ~ .select2-container--default .select2-selection--multipl
margin-top: 6px;
}
.maximized-card .select2-dropdown {
z-index: 9999;
}
.select2-primary + .select2-container--default.select2-container--open .select2-selection--single {
border-color: #80bdff;
}
@@ -2569,6 +2573,11 @@ select.form-control-sm ~ .select2-container--default .select2-selection--multipl
background-color: #ffc107;
}
.toast-bottom-full-width .toast,
.toast-top-full-width .toast {
max-width: inherit;
}
.pace {
z-index: 1048;
}