From 68234c4097fc9c08b8ed1d8ae2229c72b04b9561 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 24 Jul 2022 16:40:33 +0200 Subject: [PATCH] Fix css z-index of dialog --- htdocs/theme/eldy/global.inc.php | 6 +++--- htdocs/theme/md/style.css.php | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index eff502190cb..1e37d372e86 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -4876,11 +4876,11 @@ div#card-errors { } .ui-dialog-content { } - -.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable { - z-index: 1002 !important; /* Default 101 with jquery, top menu have a z-index of 1000 */ +.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable { + z-index: 1002 !important; /* Default 101 with ui-jquery, top menu have a z-index of 1000 */ } + /* ============================================================================== */ /* For content of image preview */ /* ============================================================================== */ diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 8a6c864fb17..bc201f7da68 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -4729,9 +4729,8 @@ div#card-errors { .ui-dialog-content { font-size: px !important; } - -.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable { - z-index: 1002 !important; /* Default 101 with jquery, top menu have a z-index of 1000 */ +.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable { + z-index: 1002 !important; /* Default 101 with ui-jquery, top menu have a z-index of 1000 */ } div#dialogforpopup {