From de6191d474dd9307cba4e1d43a14096ea9aebbca Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Fri, 23 Feb 2024 11:48:09 +0300 Subject: [PATCH] Fixed #5091 - The arrow position is wrong after overlayPanel/confirmPopup is flipped --- public/themes/arya-blue/theme.css | 4 ++-- public/themes/arya-green/theme.css | 4 ++-- public/themes/arya-orange/theme.css | 4 ++-- public/themes/arya-purple/theme.css | 4 ++-- public/themes/aura-dark-amber/theme.css | 4 ++-- public/themes/aura-dark-blue/theme.css | 4 ++-- public/themes/aura-dark-cyan/theme.css | 4 ++-- public/themes/aura-dark-green/theme.css | 4 ++-- public/themes/aura-dark-indigo/theme.css | 4 ++-- public/themes/aura-dark-lime/theme.css | 4 ++-- public/themes/aura-dark-noir/theme.css | 4 ++-- public/themes/aura-dark-pink/theme.css | 4 ++-- public/themes/aura-dark-purple/theme.css | 4 ++-- public/themes/aura-dark-teal/theme.css | 4 ++-- public/themes/aura-light-amber/theme.css | 4 ++-- public/themes/aura-light-blue/theme.css | 4 ++-- public/themes/aura-light-cyan/theme.css | 4 ++-- public/themes/aura-light-green/theme.css | 4 ++-- public/themes/aura-light-indigo/theme.css | 4 ++-- public/themes/aura-light-lime/theme.css | 4 ++-- public/themes/aura-light-noir/theme.css | 4 ++-- public/themes/aura-light-pink/theme.css | 4 ++-- public/themes/aura-light-purple/theme.css | 4 ++-- public/themes/aura-light-teal/theme.css | 4 ++-- public/themes/bootstrap4-dark-blue/theme.css | 4 ++-- public/themes/bootstrap4-dark-purple/theme.css | 4 ++-- public/themes/bootstrap4-light-blue/theme.css | 4 ++-- public/themes/bootstrap4-light-purple/theme.css | 4 ++-- public/themes/fluent-light/theme.css | 4 ++-- public/themes/lara-dark-amber/theme.css | 4 ++-- public/themes/lara-dark-blue/theme.css | 4 ++-- public/themes/lara-dark-cyan/theme.css | 4 ++-- public/themes/lara-dark-green/theme.css | 4 ++-- public/themes/lara-dark-indigo/theme.css | 4 ++-- public/themes/lara-dark-pink/theme.css | 4 ++-- public/themes/lara-dark-purple/theme.css | 4 ++-- public/themes/lara-dark-teal/theme.css | 4 ++-- public/themes/lara-light-amber/theme.css | 4 ++-- public/themes/lara-light-blue/theme.css | 4 ++-- public/themes/lara-light-cyan/theme.css | 4 ++-- public/themes/lara-light-green/theme.css | 4 ++-- public/themes/lara-light-indigo/theme.css | 4 ++-- public/themes/lara-light-pink/theme.css | 4 ++-- public/themes/lara-light-purple/theme.css | 4 ++-- public/themes/lara-light-teal/theme.css | 4 ++-- public/themes/luna-amber/theme.css | 4 ++-- public/themes/luna-blue/theme.css | 4 ++-- public/themes/luna-green/theme.css | 4 ++-- public/themes/luna-pink/theme.css | 4 ++-- public/themes/md-dark-deeppurple/theme.css | 4 ++-- public/themes/md-dark-indigo/theme.css | 4 ++-- public/themes/md-light-deeppurple/theme.css | 4 ++-- public/themes/md-light-indigo/theme.css | 4 ++-- public/themes/mdc-dark-deeppurple/theme.css | 4 ++-- public/themes/mdc-dark-indigo/theme.css | 4 ++-- public/themes/mdc-light-deeppurple/theme.css | 4 ++-- public/themes/mdc-light-indigo/theme.css | 4 ++-- public/themes/mira/theme.css | 4 ++-- public/themes/nano/theme.css | 4 ++-- public/themes/nova-accent/theme.css | 4 ++-- public/themes/nova-alt/theme.css | 4 ++-- public/themes/nova-vue/theme.css | 4 ++-- public/themes/nova/theme.css | 4 ++-- public/themes/rhea/theme.css | 4 ++-- public/themes/saga-blue/theme.css | 4 ++-- public/themes/saga-green/theme.css | 4 ++-- public/themes/saga-orange/theme.css | 4 ++-- public/themes/saga-purple/theme.css | 4 ++-- public/themes/soho-dark/theme.css | 4 ++-- public/themes/soho-light/theme.css | 4 ++-- public/themes/tailwind-light/theme.css | 4 ++-- public/themes/vela-blue/theme.css | 4 ++-- public/themes/vela-green/theme.css | 4 ++-- public/themes/vela-orange/theme.css | 4 ++-- public/themes/vela-purple/theme.css | 4 ++-- public/themes/viva-dark/theme.css | 4 ++-- public/themes/viva-light/theme.css | 4 ++-- 77 files changed, 154 insertions(+), 154 deletions(-) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 478404e6c..76b577f33 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 0377f8390..23202830b 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index cc9da0f85..4d8183b25 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index e239d10d1..f8a01813e 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-dark-amber/theme.css b/public/themes/aura-dark-amber/theme.css index 748eec2d9..c03e26fcb 100644 --- a/public/themes/aura-dark-amber/theme.css +++ b/public/themes/aura-dark-amber/theme.css @@ -6598,7 +6598,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6918,7 +6918,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-dark-blue/theme.css b/public/themes/aura-dark-blue/theme.css index e64b8256b..8d35e30c8 100644 --- a/public/themes/aura-dark-blue/theme.css +++ b/public/themes/aura-dark-blue/theme.css @@ -6598,7 +6598,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6918,7 +6918,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-dark-cyan/theme.css b/public/themes/aura-dark-cyan/theme.css index 7169587d5..08e4585e9 100644 --- a/public/themes/aura-dark-cyan/theme.css +++ b/public/themes/aura-dark-cyan/theme.css @@ -6598,7 +6598,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6918,7 +6918,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-dark-green/theme.css b/public/themes/aura-dark-green/theme.css index eabeebcb3..2d5081329 100644 --- a/public/themes/aura-dark-green/theme.css +++ b/public/themes/aura-dark-green/theme.css @@ -6598,7 +6598,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6918,7 +6918,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-dark-indigo/theme.css b/public/themes/aura-dark-indigo/theme.css index dcbae453a..535eb1df4 100644 --- a/public/themes/aura-dark-indigo/theme.css +++ b/public/themes/aura-dark-indigo/theme.css @@ -6598,7 +6598,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6918,7 +6918,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-dark-lime/theme.css b/public/themes/aura-dark-lime/theme.css index f1948a6fa..b410f139d 100644 --- a/public/themes/aura-dark-lime/theme.css +++ b/public/themes/aura-dark-lime/theme.css @@ -6598,7 +6598,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6918,7 +6918,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-dark-noir/theme.css b/public/themes/aura-dark-noir/theme.css index b5efec7b4..8dac6e614 100644 --- a/public/themes/aura-dark-noir/theme.css +++ b/public/themes/aura-dark-noir/theme.css @@ -6598,7 +6598,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6918,7 +6918,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-dark-pink/theme.css b/public/themes/aura-dark-pink/theme.css index ff2b2e4a3..bcccc674a 100644 --- a/public/themes/aura-dark-pink/theme.css +++ b/public/themes/aura-dark-pink/theme.css @@ -6598,7 +6598,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6918,7 +6918,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-dark-purple/theme.css b/public/themes/aura-dark-purple/theme.css index 8258ba493..2784f8b84 100644 --- a/public/themes/aura-dark-purple/theme.css +++ b/public/themes/aura-dark-purple/theme.css @@ -6598,7 +6598,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6918,7 +6918,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-dark-teal/theme.css b/public/themes/aura-dark-teal/theme.css index c1426e8a0..70e54bfb8 100644 --- a/public/themes/aura-dark-teal/theme.css +++ b/public/themes/aura-dark-teal/theme.css @@ -6598,7 +6598,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6918,7 +6918,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-light-amber/theme.css b/public/themes/aura-light-amber/theme.css index bcdbdfeaa..ffc1c264d 100644 --- a/public/themes/aura-light-amber/theme.css +++ b/public/themes/aura-light-amber/theme.css @@ -6600,7 +6600,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6920,7 +6920,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-light-blue/theme.css b/public/themes/aura-light-blue/theme.css index 9b81d80da..8c26a29c6 100644 --- a/public/themes/aura-light-blue/theme.css +++ b/public/themes/aura-light-blue/theme.css @@ -6600,7 +6600,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6920,7 +6920,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-light-cyan/theme.css b/public/themes/aura-light-cyan/theme.css index d386cdbea..d16bc33fa 100644 --- a/public/themes/aura-light-cyan/theme.css +++ b/public/themes/aura-light-cyan/theme.css @@ -6600,7 +6600,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6920,7 +6920,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-light-green/theme.css b/public/themes/aura-light-green/theme.css index a95bc48d1..c98e9e1a4 100644 --- a/public/themes/aura-light-green/theme.css +++ b/public/themes/aura-light-green/theme.css @@ -6600,7 +6600,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6920,7 +6920,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-light-indigo/theme.css b/public/themes/aura-light-indigo/theme.css index c13e9f0a8..067d897d0 100644 --- a/public/themes/aura-light-indigo/theme.css +++ b/public/themes/aura-light-indigo/theme.css @@ -6600,7 +6600,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6920,7 +6920,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-light-lime/theme.css b/public/themes/aura-light-lime/theme.css index 975a37c74..4d51d27e4 100644 --- a/public/themes/aura-light-lime/theme.css +++ b/public/themes/aura-light-lime/theme.css @@ -6600,7 +6600,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6920,7 +6920,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-light-noir/theme.css b/public/themes/aura-light-noir/theme.css index 3a84c517e..ed780874a 100644 --- a/public/themes/aura-light-noir/theme.css +++ b/public/themes/aura-light-noir/theme.css @@ -6608,7 +6608,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6928,7 +6928,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-light-pink/theme.css b/public/themes/aura-light-pink/theme.css index 221566c43..1d6b6c99c 100644 --- a/public/themes/aura-light-pink/theme.css +++ b/public/themes/aura-light-pink/theme.css @@ -6600,7 +6600,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6920,7 +6920,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-light-purple/theme.css b/public/themes/aura-light-purple/theme.css index 9e85d4cca..eb8c0e617 100644 --- a/public/themes/aura-light-purple/theme.css +++ b/public/themes/aura-light-purple/theme.css @@ -6600,7 +6600,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6920,7 +6920,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/aura-light-teal/theme.css b/public/themes/aura-light-teal/theme.css index bd82be12d..30bc0b537 100644 --- a/public/themes/aura-light-teal/theme.css +++ b/public/themes/aura-light-teal/theme.css @@ -6600,7 +6600,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6920,7 +6920,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index bc9ea3f17..359ba84d5 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -6591,7 +6591,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6911,7 +6911,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 4824e6ba8..9fb26d7d4 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -6591,7 +6591,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6911,7 +6911,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 79ff17a40..9b9e4774d 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -6591,7 +6591,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6911,7 +6911,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index a8c135d9d..4a5205f06 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -6591,7 +6591,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6911,7 +6911,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index 25d5e9798..e97ec44af 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -6499,7 +6499,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6819,7 +6819,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-dark-amber/theme.css b/public/themes/lara-dark-amber/theme.css index ae61b1003..c1d4d75c3 100644 --- a/public/themes/lara-dark-amber/theme.css +++ b/public/themes/lara-dark-amber/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 6971ec8eb..2903019e7 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-dark-cyan/theme.css b/public/themes/lara-dark-cyan/theme.css index 9a76c1572..0b7bf14e5 100644 --- a/public/themes/lara-dark-cyan/theme.css +++ b/public/themes/lara-dark-cyan/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-dark-green/theme.css b/public/themes/lara-dark-green/theme.css index a15eac126..82f40bf1e 100644 --- a/public/themes/lara-dark-green/theme.css +++ b/public/themes/lara-dark-green/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 4efb41778..e764835c2 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-dark-pink/theme.css b/public/themes/lara-dark-pink/theme.css index 6c9698607..32bebd7d7 100644 --- a/public/themes/lara-dark-pink/theme.css +++ b/public/themes/lara-dark-pink/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index a6d3b4ac4..a800d35b1 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index 8d412eb01..d6d141aca 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-light-amber/theme.css b/public/themes/lara-light-amber/theme.css index 1b63ab011..1fea103c1 100644 --- a/public/themes/lara-light-amber/theme.css +++ b/public/themes/lara-light-amber/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index 260b91ea5..c4fe2fb58 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-light-cyan/theme.css b/public/themes/lara-light-cyan/theme.css index 401171b41..8521f8e41 100644 --- a/public/themes/lara-light-cyan/theme.css +++ b/public/themes/lara-light-cyan/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-light-green/theme.css b/public/themes/lara-light-green/theme.css index 3a7ff7804..e0672e798 100644 --- a/public/themes/lara-light-green/theme.css +++ b/public/themes/lara-light-green/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index c04048804..905b6b773 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-light-pink/theme.css b/public/themes/lara-light-pink/theme.css index 4dbed3607..8c428f147 100644 --- a/public/themes/lara-light-pink/theme.css +++ b/public/themes/lara-light-pink/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index eb8a548d3..52fba8c61 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index 4cd5361fb..73988f5a9 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -6573,7 +6573,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6893,7 +6893,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 09a5349b6..09911d295 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -6517,7 +6517,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6837,7 +6837,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index b8b7088e1..0e8183262 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -6517,7 +6517,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6837,7 +6837,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 841121837..92bd5effa 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -6517,7 +6517,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6837,7 +6837,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 2ae6354ae..6efad96a7 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -6517,7 +6517,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6837,7 +6837,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 30bdb79c8..76e9128f2 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -6604,7 +6604,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6924,7 +6924,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index d6b368c5e..72b9c7d83 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -6604,7 +6604,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6924,7 +6924,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index bc3cd1599..7dbf720ce 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -6603,7 +6603,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6923,7 +6923,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 84436237c..b398b4467 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -6603,7 +6603,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6923,7 +6923,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 1fceb2c42..62e289182 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -6604,7 +6604,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6924,7 +6924,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index d604ba8a1..320374665 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -6604,7 +6604,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6924,7 +6924,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index e54eb882e..15f70cd60 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -6603,7 +6603,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6923,7 +6923,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index f276a2532..8eb7e3b18 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -6603,7 +6603,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6923,7 +6923,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/mira/theme.css b/public/themes/mira/theme.css index a1c6571e1..95faef858 100644 --- a/public/themes/mira/theme.css +++ b/public/themes/mira/theme.css @@ -6558,7 +6558,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6878,7 +6878,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/nano/theme.css b/public/themes/nano/theme.css index cd2e33434..d0c86cf4c 100644 --- a/public/themes/nano/theme.css +++ b/public/themes/nano/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 617717826..01d1fb518 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -6505,7 +6505,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6825,7 +6825,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index d9f887b37..37fcef789 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -6517,7 +6517,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6837,7 +6837,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index c31fd3fae..bea76a7c1 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -6517,7 +6517,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6837,7 +6837,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 2d122c672..9dc286164 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -6517,7 +6517,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6837,7 +6837,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 6265f0868..a1f24cf74 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -6505,7 +6505,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6825,7 +6825,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index dde35f753..ed2df5231 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 304253c1d..267adde70 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 736bf49ce..d14852a81 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index f3f357bc4..0d71a6962 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/soho-dark/theme.css b/public/themes/soho-dark/theme.css index 13719c15d..d2880a4ca 100644 --- a/public/themes/soho-dark/theme.css +++ b/public/themes/soho-dark/theme.css @@ -6578,7 +6578,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6898,7 +6898,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/soho-light/theme.css b/public/themes/soho-light/theme.css index 55e1ba567..ae8e57467 100644 --- a/public/themes/soho-light/theme.css +++ b/public/themes/soho-light/theme.css @@ -6578,7 +6578,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6898,7 +6898,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index d81372210..cac4c086f 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -6565,7 +6565,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6885,7 +6885,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 435a42566..51d169e26 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 598a55ab5..1ae038d05 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 2c79f2770..df02ea0c9 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 3b9c3cb00..095ac2436 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -6530,7 +6530,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6850,7 +6850,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/viva-dark/theme.css b/public/themes/viva-dark/theme.css index 0f7e5c47c..7bd972b98 100644 --- a/public/themes/viva-dark/theme.css +++ b/public/themes/viva-dark/theme.css @@ -6611,7 +6611,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6931,7 +6931,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } diff --git a/public/themes/viva-light/theme.css b/public/themes/viva-light/theme.css index be1fc9660..36d323aa7 100644 --- a/public/themes/viva-light/theme.css +++ b/public/themes/viva-light/theme.css @@ -6611,7 +6611,7 @@ } .p-confirm-popup-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; } @@ -6931,7 +6931,7 @@ } .p-overlaypanel-flipped { - margin-top: 0; + margin-top: -10px; margin-bottom: 10px; }