Compare commits
5 Commits
8b33b8b118
...
8f41aad1a2
Author | SHA1 | Date |
---|---|---|
FabioL | 8f41aad1a2 | |
FabioL | fda25ccc0d | |
FabioL | 441a51c96e | |
FabioL | df678c5a67 | |
FabioL | 1a20e28adf |
|
@ -1656,7 +1656,7 @@ body:not(.sidebar-collapse) .sidebar .nav-treeview .nav-treeview .nav-link {
|
|||
|
||||
@media (min-width: 1140px) {
|
||||
.modal-lg {
|
||||
width: 60vw;
|
||||
max-width: 60vw;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -33,8 +33,7 @@ function launch_modal(title, href, init_modal) {
|
|||
*/
|
||||
function openModal(title, href) {
|
||||
// Fix - Select2 does not function properly when I use it inside a Bootstrap modal.
|
||||
$.fn.modal.Constructor.prototype.enforceFocus = function () {
|
||||
};
|
||||
$.fn.modal.Constructor.prototype._enforceFocus = function() {};
|
||||
|
||||
// Generazione dinamica modal
|
||||
do {
|
||||
|
|
|
@ -180,7 +180,6 @@ const CSS = gulp.parallel(() => {
|
|||
'datatables.net-buttons-bs/css/buttons.bootstrap.css',
|
||||
'datatables.net-scroller-bs/css/scroller.bootstrap.css',
|
||||
'datatables.net-select-bs/css/select.bootstrap.css',
|
||||
'select2-bootstrap-theme/dist/select2-bootstrap.css',
|
||||
'smartwizard/dist/css/smart_wizard.min.css',
|
||||
'smartwizard/dist/css/smart_wizard_theme_arrows.min.css',
|
||||
'leaflet-gesture-handling/dist/leaflet-gesture-handling.min.css',
|
||||
|
@ -309,11 +308,6 @@ const fonts = gulp.parallel(() => {
|
|||
'font-awesome/fonts/fontawesome-webfont.woff',
|
||||
'font-awesome/fonts/fontawesome-webfont.woff2',
|
||||
'font-awesome/fonts/FontAwesome.otf',
|
||||
'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.eot',
|
||||
'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.svg',
|
||||
'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.ttf',
|
||||
'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.woff',
|
||||
'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.woff2',
|
||||
'../assets/src/css/fonts/sourcesanspro-regular-webfont.eot',
|
||||
'../assets/src/css/fonts/sourcesanspro-regular-webfont.svg',
|
||||
'../assets/src/css/fonts/sourcesanspro-regular-webfont.ttf',
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
"popper.js": "^1.16.1",
|
||||
"pwstrength-bootstrap": "^3.0.4",
|
||||
"select2": "^4.0.3",
|
||||
"select2-bootstrap-theme": "^0.1.0-beta.10",
|
||||
"signature_pad": "^2.3.0",
|
||||
"smartwizard": "^4.2.2",
|
||||
"sweetalert2": "^6.11.4",
|
||||
|
|
|
@ -46,8 +46,8 @@ class App
|
|||
// CSS
|
||||
'css' => [
|
||||
'app.min.css',
|
||||
'style.min.css',
|
||||
'themes.min.css',
|
||||
'style.min.css',
|
||||
],
|
||||
|
||||
// Print CSS
|
||||
|
|
Loading…
Reference in New Issue