diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index bb51169d5..86cc3a38d 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -4089,6 +4089,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #1e1e1e; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 3729fb399..8c3279d3a 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -4089,6 +4089,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #1e1e1e; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 090a79a30..9ccb4e321 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -4089,6 +4089,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #1e1e1e; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 073566de9..cd4dcefc8 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -4089,6 +4089,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #1e1e1e; diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index b5d514222..08b0a4bc0 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -4101,6 +4101,10 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #3f4b5b; background: #2a323d; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 13e561706..1f8df372d 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -4101,6 +4101,10 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #3f4b5b; background: #2a323d; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 7376f3c73..d8bc79a6a 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -4101,6 +4101,10 @@ color: #212529; padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #e9ecef; background: #ffffff; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 15713000f..22e390d43 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -4101,6 +4101,10 @@ color: #212529; padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #e9ecef; background: #ffffff; diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index 41d03a4c7..2e66cefa9 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -4064,6 +4064,10 @@ color: #323130; padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index c0525a213..db42e6c8d 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -4064,6 +4064,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #071426; diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 254c427b5..f716b8ca6 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -4064,6 +4064,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #071426; diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index c3a7f0a41..fe2cc9259 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -4064,6 +4064,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #071426; diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index 93c408217..e097d60ad 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -4064,6 +4064,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #071426; diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index 7334bcb07..e5e6f1936 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -4064,6 +4064,10 @@ color: #495057; padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index 15a7cbfeb..41ba07ee7 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -4064,6 +4064,10 @@ color: #495057; padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index a6a1f8382..1128164f9 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -4064,6 +4064,10 @@ color: #495057; padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index fc17cfd1e..ae66ade0a 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -4064,6 +4064,10 @@ color: #495057; padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 6px; + border-bottom-left-radius: 6px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 3ade3f94d..81e3d0fce 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -4076,6 +4076,10 @@ color: #dedede; padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #191919; background: #323232; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index fa04da297..a894b8997 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -4076,6 +4076,10 @@ color: #dedede; padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #191919; background: #323232; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index e4f0159a6..9787dec8c 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -4076,6 +4076,10 @@ color: #dedede; padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #191919; background: #323232; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index ea30fef76..f8cfefe86 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -4076,6 +4076,10 @@ color: #dedede; padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #191919; background: #323232; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index ed605087f..47df03abf 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -4113,6 +4113,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #262626; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 64349edda..9b17c799f 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -4113,6 +4113,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #262626; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index e27277e2a..983594e5f 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -4113,6 +4113,10 @@ color: rgba(0, 0, 0, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index e08329ffb..4a56ee309 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -4113,6 +4113,10 @@ color: rgba(0, 0, 0, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 3d583dad5..13cb56225 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -4113,6 +4113,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.25rem 1.25rem 1.25rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #262626; diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 450365e18..dcb9e781b 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -4113,6 +4113,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.25rem 1.25rem 1.25rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #262626; diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index e752e2c64..c95dc020f 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -4113,6 +4113,10 @@ color: rgba(0, 0, 0, 0.87); padding: 0 1.25rem 1.25rem 1.25rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 6b05b1a4d..cc01f869f 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -4113,6 +4113,10 @@ color: rgba(0, 0, 0, 0.87); padding: 0 1.25rem 1.25rem 1.25rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index da14d6751..bb17b2aee 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -4064,6 +4064,10 @@ color: #333333; padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #c8c8c8; background: #ffffff; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index fc826e646..52f5f4612 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -4076,6 +4076,10 @@ color: #333333; padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #c8c8c8; background: #ffffff; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 54ab3a000..d83db26ca 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -4076,6 +4076,10 @@ color: #333333; padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #c8c8c8; background: #ffffff; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 506c45e2c..50914c667 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -4076,6 +4076,10 @@ color: #333333; padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #c8c8c8; background: #ffffff; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index cac52bf38..f0129d3df 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -4064,6 +4064,10 @@ color: #666666; padding: 1rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; +} .p-dialog .p-dialog-footer { border-top: 1px solid #dadada; background: #ffffff; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 92be3f15b..72269ad94 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -4089,6 +4089,10 @@ color: #495057; padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index c241ea140..4eb838054 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -4089,6 +4089,10 @@ color: #495057; padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index e8c1cbbae..eff7de935 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -4089,6 +4089,10 @@ color: #495057; padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 396cac9d5..1ee15ced6 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -4089,6 +4089,10 @@ color: #495057; padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index bbfb2544d..d693c61c2 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -4124,6 +4124,10 @@ color: #3f3f46; padding: 0 1.5rem 1.5rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 0.375rem; + border-bottom-left-radius: 0.375rem; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #ffffff; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 679a744db..42f98ba3f 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -4089,6 +4089,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #1f2d40; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index d2d1f09cf..75ace5b7d 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -4089,6 +4089,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #1f2d40; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 6e3bacece..42984a955 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -4089,6 +4089,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #1f2d40; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 2d7384e49..74ee80818 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -4089,6 +4089,10 @@ color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 2rem 1.5rem; } +.p-dialog .p-dialog-content:last-of-type { + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} .p-dialog .p-dialog-footer { border-top: 0 none; background: #1f2d40;