Compare commits

...

5 Commits

Author SHA1 Message Date
FabioL 8f41aad1a2 Merge branch 'master' of https://github.com/devcode-it/openstamanager 2024-06-11 18:26:08 +02:00
FabioL fda25ccc0d Soluzione problema di filtro select2 2024-06-11 18:26:07 +02:00
FabioL 441a51c96e Rimozione dipendenza inutilizzata 2024-06-11 18:25:53 +02:00
FabioL df678c5a67 Ingrandimento modal 2024-06-11 18:25:37 +02:00
FabioL 1a20e28adf Inversione ordine css per limitare !important 2024-06-11 18:25:27 +02:00
5 changed files with 3 additions and 11 deletions

View File

@ -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;
}
}

View File

@ -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 {

View File

@ -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',

View File

@ -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",

View File

@ -46,8 +46,8 @@ class App
// CSS
'css' => [
'app.min.css',
'style.min.css',
'themes.min.css',
'style.min.css',
],
// Print CSS