changes to the style
Release Inventarsystem / release-docker (push) Successful in 2m27s

This commit is contained in:
2026-09-14 10:24:45 +02:00
parent acfb633cda
commit 2c6043399e
3 changed files with 256 additions and 0 deletions
+2
View File
@@ -650,6 +650,7 @@
// =========================================================================
function createModalOverlay() {
const overlay = document.createElement('div');
overlay.className = 'ui-modal-overlay';
overlay.style.position = 'fixed';
overlay.style.top = '0';
overlay.style.left = '0';
@@ -665,6 +666,7 @@
function createModalBox() {
const box = document.createElement('div');
box.className = 'ui-modal-surface';
box.style.backgroundColor = '#fff';
box.style.padding = '24px';
box.style.borderRadius = '8px';