+
diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css
index f3ac6ef46..863ae90be 100644
--- a/public/themes/arya-blue/theme.css
+++ b/public/themes/arya-blue/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css
index b0d68db51..9ac5275b6 100644
--- a/public/themes/arya-green/theme.css
+++ b/public/themes/arya-green/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css
index d96169a0d..34c45968c 100644
--- a/public/themes/arya-orange/theme.css
+++ b/public/themes/arya-orange/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css
index 2030dfc52..d342e4e68 100644
--- a/public/themes/arya-purple/theme.css
+++ b/public/themes/arya-purple/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css
index 4a2c2462f..fa9d93a25 100644
--- a/public/themes/bootstrap4-dark-blue/theme.css
+++ b/public/themes/bootstrap4-dark-blue/theme.css
@@ -2289,6 +2289,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css
index c5e35f768..da39936a3 100644
--- a/public/themes/bootstrap4-dark-purple/theme.css
+++ b/public/themes/bootstrap4-dark-purple/theme.css
@@ -2289,6 +2289,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css
index 32bc97547..2d5927c99 100644
--- a/public/themes/bootstrap4-light-blue/theme.css
+++ b/public/themes/bootstrap4-light-blue/theme.css
@@ -2289,6 +2289,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css
index 57ed87bb8..c03241ca4 100644
--- a/public/themes/bootstrap4-light-purple/theme.css
+++ b/public/themes/bootstrap4-light-purple/theme.css
@@ -2289,6 +2289,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css
index 560331798..5ea1b981d 100644
--- a/public/themes/fluent-light/theme.css
+++ b/public/themes/fluent-light/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 2px;
}
.p-splitbutton {
diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css
index 981c34560..6c62e943b 100644
--- a/public/themes/lara-dark-blue/theme.css
+++ b/public/themes/lara-dark-blue/theme.css
@@ -2296,6 +2296,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 6px;
}
.p-splitbutton {
diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css
index c364051bf..454c2eef5 100644
--- a/public/themes/lara-dark-indigo/theme.css
+++ b/public/themes/lara-dark-indigo/theme.css
@@ -2296,6 +2296,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 6px;
}
.p-splitbutton {
diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css
index c2df2cc93..056a0a0f6 100644
--- a/public/themes/lara-dark-purple/theme.css
+++ b/public/themes/lara-dark-purple/theme.css
@@ -2296,6 +2296,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 6px;
}
.p-splitbutton {
diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css
index ba652f943..632ef07dd 100644
--- a/public/themes/lara-dark-teal/theme.css
+++ b/public/themes/lara-dark-teal/theme.css
@@ -2296,6 +2296,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 6px;
}
.p-splitbutton {
diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css
index 6dd344ed6..4893c0d66 100644
--- a/public/themes/lara-light-blue/theme.css
+++ b/public/themes/lara-light-blue/theme.css
@@ -2296,6 +2296,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 6px;
}
.p-splitbutton {
diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css
index 1f5306969..ecaea98ef 100644
--- a/public/themes/lara-light-indigo/theme.css
+++ b/public/themes/lara-light-indigo/theme.css
@@ -2296,6 +2296,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 6px;
}
.p-splitbutton {
diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css
index 284fbc952..647bb9004 100644
--- a/public/themes/lara-light-purple/theme.css
+++ b/public/themes/lara-light-purple/theme.css
@@ -2296,6 +2296,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 6px;
}
.p-splitbutton {
diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css
index e89ed5a74..01197a1d3 100644
--- a/public/themes/lara-light-teal/theme.css
+++ b/public/themes/lara-light-teal/theme.css
@@ -2296,6 +2296,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 6px;
}
.p-splitbutton {
diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css
index aa987e9e8..5904663de 100644
--- a/public/themes/luna-amber/theme.css
+++ b/public/themes/luna-amber/theme.css
@@ -2289,6 +2289,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css
index 9cb1f1dbe..2e02d3166 100644
--- a/public/themes/luna-blue/theme.css
+++ b/public/themes/luna-blue/theme.css
@@ -2289,6 +2289,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css
index ac7304bd0..73d43a65c 100644
--- a/public/themes/luna-green/theme.css
+++ b/public/themes/luna-green/theme.css
@@ -2289,6 +2289,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css
index 0a40d8fe7..31ffd31d3 100644
--- a/public/themes/luna-pink/theme.css
+++ b/public/themes/luna-pink/theme.css
@@ -2289,6 +2289,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css
index d0b6f2c00..163882f9f 100644
--- a/public/themes/md-dark-deeppurple/theme.css
+++ b/public/themes/md-dark-deeppurple/theme.css
@@ -2301,6 +2301,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.32);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css
index 2cf65e0cf..8d9690bd4 100644
--- a/public/themes/md-dark-indigo/theme.css
+++ b/public/themes/md-dark-indigo/theme.css
@@ -2301,6 +2301,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.32);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css
index 39b23b51c..17c413527 100644
--- a/public/themes/md-light-deeppurple/theme.css
+++ b/public/themes/md-light-deeppurple/theme.css
@@ -2301,6 +2301,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.32);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css
index af2af1f6a..04dd156da 100644
--- a/public/themes/md-light-indigo/theme.css
+++ b/public/themes/md-light-indigo/theme.css
@@ -2301,6 +2301,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.32);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css
index 432215160..2c3de490e 100644
--- a/public/themes/mdc-dark-deeppurple/theme.css
+++ b/public/themes/mdc-dark-deeppurple/theme.css
@@ -2301,6 +2301,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.32);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css
index 4af091374..669d059ef 100644
--- a/public/themes/mdc-dark-indigo/theme.css
+++ b/public/themes/mdc-dark-indigo/theme.css
@@ -2301,6 +2301,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.32);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css
index 2e1ede43b..e6277a872 100644
--- a/public/themes/mdc-light-deeppurple/theme.css
+++ b/public/themes/mdc-light-deeppurple/theme.css
@@ -2301,6 +2301,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.32);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css
index 323ec1c8b..80e3056a5 100644
--- a/public/themes/mdc-light-indigo/theme.css
+++ b/public/themes/mdc-light-indigo/theme.css
@@ -2301,6 +2301,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.32);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/mira/theme.css b/public/themes/mira/theme.css
index 0adacd744..1251c490e 100644
--- a/public/themes/mira/theme.css
+++ b/public/themes/mira/theme.css
@@ -2305,6 +2305,7 @@
.p-speeddial-mask {
background-color: rgba(112, 120, 136, 0.5);
+ border-radius: 4px;
}
.p-splitbutton {
diff --git a/public/themes/nano/theme.css b/public/themes/nano/theme.css
index acee474c7..f64b637f2 100644
--- a/public/themes/nano/theme.css
+++ b/public/themes/nano/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 1px;
}
.p-splitbutton {
diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css
index 191c2e873..d0ac1cd06 100644
--- a/public/themes/nova-accent/theme.css
+++ b/public/themes/nova-accent/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css
index 05260ac04..1d8fa1efa 100644
--- a/public/themes/nova-alt/theme.css
+++ b/public/themes/nova-alt/theme.css
@@ -2289,6 +2289,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css
index 3f0a79ae8..0b4b62ffb 100644
--- a/public/themes/nova-vue/theme.css
+++ b/public/themes/nova-vue/theme.css
@@ -2289,6 +2289,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css
index e2162b786..7f12b7fb3 100644
--- a/public/themes/nova/theme.css
+++ b/public/themes/nova/theme.css
@@ -2289,6 +2289,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css
index a95ae0564..2c9caf306 100644
--- a/public/themes/rhea/theme.css
+++ b/public/themes/rhea/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 2px;
}
.p-splitbutton {
diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css
index ef56935b5..92fd60a81 100644
--- a/public/themes/saga-blue/theme.css
+++ b/public/themes/saga-blue/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css
index 9e7448fbc..32403cab2 100644
--- a/public/themes/saga-green/theme.css
+++ b/public/themes/saga-green/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css
index c4cb37db1..3cad0233c 100644
--- a/public/themes/saga-orange/theme.css
+++ b/public/themes/saga-orange/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css
index 1d8756cb3..a31567325 100644
--- a/public/themes/saga-purple/theme.css
+++ b/public/themes/saga-purple/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/soho-dark/theme.css b/public/themes/soho-dark/theme.css
index c58e37a18..95de048fe 100644
--- a/public/themes/soho-dark/theme.css
+++ b/public/themes/soho-dark/theme.css
@@ -2301,6 +2301,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 6px;
}
.p-splitbutton {
diff --git a/public/themes/soho-light/theme.css b/public/themes/soho-light/theme.css
index 964681f15..b87c927ac 100644
--- a/public/themes/soho-light/theme.css
+++ b/public/themes/soho-light/theme.css
@@ -2301,6 +2301,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 6px;
}
.p-splitbutton {
diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css
index 85089b6f7..415d6fcca 100644
--- a/public/themes/tailwind-light/theme.css
+++ b/public/themes/tailwind-light/theme.css
@@ -2312,6 +2312,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 0.375rem;
}
.p-splitbutton {
diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css
index aec6b5412..dd9d085f9 100644
--- a/public/themes/vela-blue/theme.css
+++ b/public/themes/vela-blue/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css
index fa9445ad5..65a495349 100644
--- a/public/themes/vela-green/theme.css
+++ b/public/themes/vela-green/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css
index 969cdd274..fc4b5cd27 100644
--- a/public/themes/vela-orange/theme.css
+++ b/public/themes/vela-orange/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css
index 2fe4ccc64..50ae2bdae 100644
--- a/public/themes/vela-purple/theme.css
+++ b/public/themes/vela-purple/theme.css
@@ -2277,6 +2277,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 3px;
}
.p-splitbutton {
diff --git a/public/themes/viva-dark/theme.css b/public/themes/viva-dark/theme.css
index 237f4b91a..24f43a798 100644
--- a/public/themes/viva-dark/theme.css
+++ b/public/themes/viva-dark/theme.css
@@ -2309,6 +2309,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 6px;
}
.p-splitbutton {
diff --git a/public/themes/viva-light/theme.css b/public/themes/viva-light/theme.css
index fe6e6fd1d..9be82a162 100644
--- a/public/themes/viva-light/theme.css
+++ b/public/themes/viva-light/theme.css
@@ -2309,6 +2309,7 @@
.p-speeddial-mask {
background-color: rgba(0, 0, 0, 0.4);
+ border-radius: 6px;
}
.p-splitbutton {