From fc1e3bdd47102685a519e1a4f17e82a79df8ac79 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Thu, 1 Feb 2024 09:12:40 +0000 Subject: [PATCH] Fixed #5000 - Divider: Divider line doesn't show --- 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 | 14 +++++++------- public/themes/aura-dark-blue/theme.css | 14 +++++++------- public/themes/aura-dark-cyan/theme.css | 14 +++++++------- public/themes/aura-dark-green/theme.css | 14 +++++++------- public/themes/aura-dark-indigo/theme.css | 14 +++++++------- public/themes/aura-dark-lime/theme.css | 14 +++++++------- public/themes/aura-dark-noir/theme.css | 14 +++++++------- public/themes/aura-dark-pink/theme.css | 14 +++++++------- public/themes/aura-dark-purple/theme.css | 14 +++++++------- public/themes/aura-dark-teal/theme.css | 14 +++++++------- public/themes/aura-light-amber/theme.css | 14 +++++++------- public/themes/aura-light-blue/theme.css | 14 +++++++------- public/themes/aura-light-cyan/theme.css | 14 +++++++------- public/themes/aura-light-green/theme.css | 14 +++++++------- public/themes/aura-light-indigo/theme.css | 14 +++++++------- public/themes/aura-light-lime/theme.css | 14 +++++++------- public/themes/aura-light-noir/theme.css | 14 +++++++------- public/themes/aura-light-pink/theme.css | 14 +++++++------- public/themes/aura-light-purple/theme.css | 14 +++++++------- public/themes/aura-light-teal/theme.css | 14 +++++++------- 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, 254 insertions(+), 254 deletions(-) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 039e9a233..f7dbcd5d0 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -3733,7 +3733,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #383838; + border-top: 1px solid #383838; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #383838; + border-left: 1px solid #383838; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index e45e843ed..247d64dab 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -3733,7 +3733,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #383838; + border-top: 1px solid #383838; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #383838; + border-left: 1px solid #383838; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 1660f3b6e..6e3c83dea 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -3733,7 +3733,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #383838; + border-top: 1px solid #383838; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #383838; + border-left: 1px solid #383838; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 9ced0b743..7f4ef0909 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -3733,7 +3733,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #383838; + border-top: 1px solid #383838; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #383838; + border-left: 1px solid #383838; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/aura-dark-amber/theme.css b/public/themes/aura-dark-amber/theme.css index 27afadbdd..808f82294 100644 --- a/public/themes/aura-dark-amber/theme.css +++ b/public/themes/aura-dark-amber/theme.css @@ -3801,7 +3801,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3f3f46; + border-top: 1px solid #3f3f46; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3811,7 +3811,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3f3f46; + border-left: 1px solid #3f3f46; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6787,8 +6787,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6886,7 +6886,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7055,8 +7055,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-dark-blue/theme.css b/public/themes/aura-dark-blue/theme.css index aa0754590..818c25eae 100644 --- a/public/themes/aura-dark-blue/theme.css +++ b/public/themes/aura-dark-blue/theme.css @@ -3801,7 +3801,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3f3f46; + border-top: 1px solid #3f3f46; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3811,7 +3811,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3f3f46; + border-left: 1px solid #3f3f46; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6787,8 +6787,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6886,7 +6886,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7055,8 +7055,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-dark-cyan/theme.css b/public/themes/aura-dark-cyan/theme.css index 2adfea460..bb842be44 100644 --- a/public/themes/aura-dark-cyan/theme.css +++ b/public/themes/aura-dark-cyan/theme.css @@ -3801,7 +3801,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3f3f46; + border-top: 1px solid #3f3f46; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3811,7 +3811,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3f3f46; + border-left: 1px solid #3f3f46; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6787,8 +6787,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6886,7 +6886,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7055,8 +7055,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-dark-green/theme.css b/public/themes/aura-dark-green/theme.css index cb63eae62..0c692e1c8 100644 --- a/public/themes/aura-dark-green/theme.css +++ b/public/themes/aura-dark-green/theme.css @@ -3801,7 +3801,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3f3f46; + border-top: 1px solid #3f3f46; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3811,7 +3811,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3f3f46; + border-left: 1px solid #3f3f46; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6787,8 +6787,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6886,7 +6886,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7055,8 +7055,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-dark-indigo/theme.css b/public/themes/aura-dark-indigo/theme.css index 5f70a1d38..360d05eb7 100644 --- a/public/themes/aura-dark-indigo/theme.css +++ b/public/themes/aura-dark-indigo/theme.css @@ -3801,7 +3801,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3f3f46; + border-top: 1px solid #3f3f46; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3811,7 +3811,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3f3f46; + border-left: 1px solid #3f3f46; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6787,8 +6787,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6886,7 +6886,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7055,8 +7055,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-dark-lime/theme.css b/public/themes/aura-dark-lime/theme.css index 9da4a0a4b..1688727a1 100644 --- a/public/themes/aura-dark-lime/theme.css +++ b/public/themes/aura-dark-lime/theme.css @@ -3801,7 +3801,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3f3f46; + border-top: 1px solid #3f3f46; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3811,7 +3811,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3f3f46; + border-left: 1px solid #3f3f46; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6787,8 +6787,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6886,7 +6886,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7055,8 +7055,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-dark-noir/theme.css b/public/themes/aura-dark-noir/theme.css index f9b402c72..2d775febf 100644 --- a/public/themes/aura-dark-noir/theme.css +++ b/public/themes/aura-dark-noir/theme.css @@ -3801,7 +3801,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3f3f46; + border-top: 1px solid #3f3f46; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3811,7 +3811,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3f3f46; + border-left: 1px solid #3f3f46; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6787,8 +6787,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6886,7 +6886,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7055,8 +7055,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-dark-pink/theme.css b/public/themes/aura-dark-pink/theme.css index ed1a7258c..efbe0e6aa 100644 --- a/public/themes/aura-dark-pink/theme.css +++ b/public/themes/aura-dark-pink/theme.css @@ -3801,7 +3801,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3f3f46; + border-top: 1px solid #3f3f46; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3811,7 +3811,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3f3f46; + border-left: 1px solid #3f3f46; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6787,8 +6787,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6886,7 +6886,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7055,8 +7055,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-dark-purple/theme.css b/public/themes/aura-dark-purple/theme.css index 615a810da..e42c24768 100644 --- a/public/themes/aura-dark-purple/theme.css +++ b/public/themes/aura-dark-purple/theme.css @@ -3801,7 +3801,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3f3f46; + border-top: 1px solid #3f3f46; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3811,7 +3811,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3f3f46; + border-left: 1px solid #3f3f46; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6787,8 +6787,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6886,7 +6886,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7055,8 +7055,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-dark-teal/theme.css b/public/themes/aura-dark-teal/theme.css index 64c00e016..b5d25c0e3 100644 --- a/public/themes/aura-dark-teal/theme.css +++ b/public/themes/aura-dark-teal/theme.css @@ -3801,7 +3801,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3f3f46; + border-top: 1px solid #3f3f46; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3811,7 +3811,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3f3f46; + border-left: 1px solid #3f3f46; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6787,8 +6787,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6886,7 +6886,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7055,8 +7055,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-light-amber/theme.css b/public/themes/aura-light-amber/theme.css index 37c0c7e1a..754625056 100644 --- a/public/themes/aura-light-amber/theme.css +++ b/public/themes/aura-light-amber/theme.css @@ -3803,7 +3803,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e2e8f0; + border-top: 1px solid #e2e8f0; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3813,7 +3813,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e2e8f0; + border-left: 1px solid #e2e8f0; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6789,8 +6789,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6888,7 +6888,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7057,8 +7057,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-light-blue/theme.css b/public/themes/aura-light-blue/theme.css index 54668edf7..9b48f6eba 100644 --- a/public/themes/aura-light-blue/theme.css +++ b/public/themes/aura-light-blue/theme.css @@ -3803,7 +3803,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e2e8f0; + border-top: 1px solid #e2e8f0; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3813,7 +3813,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e2e8f0; + border-left: 1px solid #e2e8f0; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6789,8 +6789,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6888,7 +6888,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7057,8 +7057,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-light-cyan/theme.css b/public/themes/aura-light-cyan/theme.css index bd8465c8b..7b75c8689 100644 --- a/public/themes/aura-light-cyan/theme.css +++ b/public/themes/aura-light-cyan/theme.css @@ -3803,7 +3803,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e2e8f0; + border-top: 1px solid #e2e8f0; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3813,7 +3813,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e2e8f0; + border-left: 1px solid #e2e8f0; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6789,8 +6789,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6888,7 +6888,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7057,8 +7057,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-light-green/theme.css b/public/themes/aura-light-green/theme.css index be6787651..a1de152f0 100644 --- a/public/themes/aura-light-green/theme.css +++ b/public/themes/aura-light-green/theme.css @@ -3803,7 +3803,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e2e8f0; + border-top: 1px solid #e2e8f0; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3813,7 +3813,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e2e8f0; + border-left: 1px solid #e2e8f0; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6789,8 +6789,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6888,7 +6888,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7057,8 +7057,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-light-indigo/theme.css b/public/themes/aura-light-indigo/theme.css index 2a49977cb..7e0b902d3 100644 --- a/public/themes/aura-light-indigo/theme.css +++ b/public/themes/aura-light-indigo/theme.css @@ -3803,7 +3803,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e2e8f0; + border-top: 1px solid #e2e8f0; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3813,7 +3813,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e2e8f0; + border-left: 1px solid #e2e8f0; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6789,8 +6789,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6888,7 +6888,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7057,8 +7057,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-light-lime/theme.css b/public/themes/aura-light-lime/theme.css index 90e291b4d..bc386279b 100644 --- a/public/themes/aura-light-lime/theme.css +++ b/public/themes/aura-light-lime/theme.css @@ -3803,7 +3803,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e2e8f0; + border-top: 1px solid #e2e8f0; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3813,7 +3813,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e2e8f0; + border-left: 1px solid #e2e8f0; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6789,8 +6789,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6888,7 +6888,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7057,8 +7057,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-light-noir/theme.css b/public/themes/aura-light-noir/theme.css index 8866cad6e..f5433e04c 100644 --- a/public/themes/aura-light-noir/theme.css +++ b/public/themes/aura-light-noir/theme.css @@ -3811,7 +3811,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e2e8f0; + border-top: 1px solid #e2e8f0; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3821,7 +3821,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e2e8f0; + border-left: 1px solid #e2e8f0; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6797,8 +6797,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6896,7 +6896,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7065,8 +7065,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-light-pink/theme.css b/public/themes/aura-light-pink/theme.css index 7ed545176..ca3cd9a40 100644 --- a/public/themes/aura-light-pink/theme.css +++ b/public/themes/aura-light-pink/theme.css @@ -3803,7 +3803,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e2e8f0; + border-top: 1px solid #e2e8f0; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3813,7 +3813,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e2e8f0; + border-left: 1px solid #e2e8f0; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6789,8 +6789,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6888,7 +6888,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7057,8 +7057,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-light-purple/theme.css b/public/themes/aura-light-purple/theme.css index d123235fb..deb12e941 100644 --- a/public/themes/aura-light-purple/theme.css +++ b/public/themes/aura-light-purple/theme.css @@ -3803,7 +3803,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e2e8f0; + border-top: 1px solid #e2e8f0; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3813,7 +3813,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e2e8f0; + border-left: 1px solid #e2e8f0; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6789,8 +6789,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6888,7 +6888,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7057,8 +7057,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/aura-light-teal/theme.css b/public/themes/aura-light-teal/theme.css index 7ee6b43d3..b6d6d1405 100644 --- a/public/themes/aura-light-teal/theme.css +++ b/public/themes/aura-light-teal/theme.css @@ -3803,7 +3803,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e2e8f0; + border-top: 1px solid #e2e8f0; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3813,7 +3813,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e2e8f0; + border-left: 1px solid #e2e8f0; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; @@ -6789,8 +6789,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-selectbutton .p-button.p-highlight::before { @@ -6888,7 +6888,7 @@ margin-top: calc(-1rem + 1px); } .p-steps .p-steps-item:first-child::before { - width: calc(50% + 1rem); + width: calc(50% + math.div($stepsItemNumberWidth,2)); transform: translateX(100%); } .p-steps .p-steps-item:last-child::before { @@ -7057,8 +7057,8 @@ position: absolute; left: 0.25rem; top: 0.25rem; - width: calc(100% - 0.5rem); - height: calc(100% - 0.5rem); + width: calc(100% - .5rem); + height: calc(100% - .5rem); border-radius: 4px; } .p-togglebutton.p-highlight .p-button::before { diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 3c9bc5d68..7212a36a6 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -3794,7 +3794,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3f4b5b; + border-top: 1px solid #3f4b5b; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3804,7 +3804,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3f4b5b; + border-left: 1px solid #3f4b5b; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 446fda8a5..add1d0e47 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -3794,7 +3794,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3f4b5b; + border-top: 1px solid #3f4b5b; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3804,7 +3804,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3f4b5b; + border-left: 1px solid #3f4b5b; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index e4302cb30..9b557ef83 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -3794,7 +3794,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #dee2e6; + border-top: 1px solid #dee2e6; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3804,7 +3804,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #dee2e6; + border-left: 1px solid #dee2e6; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 638229e0f..0cf0efa85 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -3794,7 +3794,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #dee2e6; + border-top: 1px solid #dee2e6; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3804,7 +3804,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #dee2e6; + border-left: 1px solid #dee2e6; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index fc310ab1f..6997e9298 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -3708,7 +3708,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #edebe9; + border-top: 1px solid #edebe9; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3718,7 +3718,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #edebe9; + border-left: 1px solid #edebe9; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-dark-amber/theme.css b/public/themes/lara-dark-amber/theme.css index 60c148bd3..4210b729a 100644 --- a/public/themes/lara-dark-amber/theme.css +++ b/public/themes/lara-dark-amber/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #424b57; + border-top: 1px solid #424b57; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #424b57; + border-left: 1px solid #424b57; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 6906adae2..ca4c7e8db 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #424b57; + border-top: 1px solid #424b57; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #424b57; + border-left: 1px solid #424b57; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-dark-cyan/theme.css b/public/themes/lara-dark-cyan/theme.css index ded62ff89..68a41ebf4 100644 --- a/public/themes/lara-dark-cyan/theme.css +++ b/public/themes/lara-dark-cyan/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #424b57; + border-top: 1px solid #424b57; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #424b57; + border-left: 1px solid #424b57; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-dark-green/theme.css b/public/themes/lara-dark-green/theme.css index 96955bcda..d5f9fbe56 100644 --- a/public/themes/lara-dark-green/theme.css +++ b/public/themes/lara-dark-green/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #424b57; + border-top: 1px solid #424b57; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #424b57; + border-left: 1px solid #424b57; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index d96b0f2bc..bd2acd375 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #424b57; + border-top: 1px solid #424b57; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #424b57; + border-left: 1px solid #424b57; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-dark-pink/theme.css b/public/themes/lara-dark-pink/theme.css index d71c86e87..04ac664ea 100644 --- a/public/themes/lara-dark-pink/theme.css +++ b/public/themes/lara-dark-pink/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #424b57; + border-top: 1px solid #424b57; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #424b57; + border-left: 1px solid #424b57; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index 2993408e2..cd63870f8 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #424b57; + border-top: 1px solid #424b57; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #424b57; + border-left: 1px solid #424b57; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index f94066b39..750b0fd38 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #424b57; + border-top: 1px solid #424b57; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #424b57; + border-left: 1px solid #424b57; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-light-amber/theme.css b/public/themes/lara-light-amber/theme.css index 1aba31eef..8ea03c796 100644 --- a/public/themes/lara-light-amber/theme.css +++ b/public/themes/lara-light-amber/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e5e7eb; + border-top: 1px solid #e5e7eb; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e5e7eb; + border-left: 1px solid #e5e7eb; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index ce9fa2403..cf11b506e 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e5e7eb; + border-top: 1px solid #e5e7eb; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e5e7eb; + border-left: 1px solid #e5e7eb; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-light-cyan/theme.css b/public/themes/lara-light-cyan/theme.css index 0baef1df3..3cc1ec9b0 100644 --- a/public/themes/lara-light-cyan/theme.css +++ b/public/themes/lara-light-cyan/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e5e7eb; + border-top: 1px solid #e5e7eb; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e5e7eb; + border-left: 1px solid #e5e7eb; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-light-green/theme.css b/public/themes/lara-light-green/theme.css index 763116ae8..b57947ded 100644 --- a/public/themes/lara-light-green/theme.css +++ b/public/themes/lara-light-green/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e5e7eb; + border-top: 1px solid #e5e7eb; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e5e7eb; + border-left: 1px solid #e5e7eb; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index 0cb779777..86cabcf2d 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e5e7eb; + border-top: 1px solid #e5e7eb; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e5e7eb; + border-left: 1px solid #e5e7eb; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-light-pink/theme.css b/public/themes/lara-light-pink/theme.css index 1872d6d02..b9de9d057 100644 --- a/public/themes/lara-light-pink/theme.css +++ b/public/themes/lara-light-pink/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e5e7eb; + border-top: 1px solid #e5e7eb; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e5e7eb; + border-left: 1px solid #e5e7eb; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index aca11dcae..156454835 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e5e7eb; + border-top: 1px solid #e5e7eb; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e5e7eb; + border-left: 1px solid #e5e7eb; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index b597ff1b0..bd824d7c2 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -3776,7 +3776,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e5e7eb; + border-top: 1px solid #e5e7eb; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3786,7 +3786,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e5e7eb; + border-left: 1px solid #e5e7eb; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 7ec73c833..2dec3efe9 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -3720,7 +3720,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #4b4b4b; + border-top: 1px solid #4b4b4b; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3730,7 +3730,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #4b4b4b; + border-left: 1px solid #4b4b4b; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 26aea058d..ebe9f9f13 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -3720,7 +3720,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #4b4b4b; + border-top: 1px solid #4b4b4b; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3730,7 +3730,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #4b4b4b; + border-left: 1px solid #4b4b4b; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 2ace596ff..8dcfecf00 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -3720,7 +3720,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #4b4b4b; + border-top: 1px solid #4b4b4b; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3730,7 +3730,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #4b4b4b; + border-left: 1px solid #4b4b4b; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 1490804d8..d383ad245 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -3720,7 +3720,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #4b4b4b; + border-top: 1px solid #4b4b4b; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3730,7 +3730,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #4b4b4b; + border-left: 1px solid #4b4b4b; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 7e4857d8c..6c964fc29 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -3806,7 +3806,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px rgba(255, 255, 255, 0.12); + border-top: 1px solid rgba(255, 255, 255, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3816,7 +3816,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px rgba(255, 255, 255, 0.12); + border-left: 1px solid rgba(255, 255, 255, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index a7ed46544..0ee8f0728 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -3806,7 +3806,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px rgba(255, 255, 255, 0.12); + border-top: 1px solid rgba(255, 255, 255, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3816,7 +3816,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px rgba(255, 255, 255, 0.12); + border-left: 1px solid rgba(255, 255, 255, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 0079956f6..c72a80cd3 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -3806,7 +3806,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px rgba(0, 0, 0, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3816,7 +3816,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px rgba(0, 0, 0, 0.12); + border-left: 1px solid rgba(0, 0, 0, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index dc5311880..707ae2b6a 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -3806,7 +3806,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px rgba(0, 0, 0, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3816,7 +3816,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px rgba(0, 0, 0, 0.12); + border-left: 1px solid rgba(0, 0, 0, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 1af7758ea..a968dbe71 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -3806,7 +3806,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px rgba(255, 255, 255, 0.12); + border-top: 1px solid rgba(255, 255, 255, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3816,7 +3816,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px rgba(255, 255, 255, 0.12); + border-left: 1px solid rgba(255, 255, 255, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index dfa4a5292..710d39480 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -3806,7 +3806,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px rgba(255, 255, 255, 0.12); + border-top: 1px solid rgba(255, 255, 255, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3816,7 +3816,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px rgba(255, 255, 255, 0.12); + border-left: 1px solid rgba(255, 255, 255, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index f6330a9e6..5ce6f0ff6 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -3806,7 +3806,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px rgba(0, 0, 0, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3816,7 +3816,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px rgba(0, 0, 0, 0.12); + border-left: 1px solid rgba(0, 0, 0, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index aed49e64f..702e28ff3 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -3806,7 +3806,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px rgba(0, 0, 0, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3816,7 +3816,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px rgba(0, 0, 0, 0.12); + border-left: 1px solid rgba(0, 0, 0, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/mira/theme.css b/public/themes/mira/theme.css index d7e3e786b..49cfe048c 100644 --- a/public/themes/mira/theme.css +++ b/public/themes/mira/theme.css @@ -3761,7 +3761,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #E5E9F0; + border-top: 1px solid #E5E9F0; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3771,7 +3771,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #E5E9F0; + border-left: 1px solid #E5E9F0; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/nano/theme.css b/public/themes/nano/theme.css index 495bab8dc..2ff14baf0 100644 --- a/public/themes/nano/theme.css +++ b/public/themes/nano/theme.css @@ -3733,7 +3733,7 @@ padding: 0 0.5rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #dee2e6; + border-top: 1px solid #dee2e6; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 0.5rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #dee2e6; + border-left: 1px solid #dee2e6; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 2d2a08305..bffc00650 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -3708,7 +3708,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #c8c8c8; + border-top: 1px solid #c8c8c8; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3718,7 +3718,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #c8c8c8; + border-left: 1px solid #c8c8c8; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 9dc1e3520..5c69f8d2f 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -3720,7 +3720,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #c8c8c8; + border-top: 1px solid #c8c8c8; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3730,7 +3730,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #c8c8c8; + border-left: 1px solid #c8c8c8; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index f385caece..9bf021295 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -3720,7 +3720,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #c8c8c8; + border-top: 1px solid #c8c8c8; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3730,7 +3730,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #c8c8c8; + border-left: 1px solid #c8c8c8; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 5058f2dcd..929aa796c 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -3720,7 +3720,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #c8c8c8; + border-top: 1px solid #c8c8c8; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3730,7 +3730,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #c8c8c8; + border-left: 1px solid #c8c8c8; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index b8305aaa7..2e3ccebfd 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -3708,7 +3708,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #dadada; + border-top: 1px solid #dadada; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3718,7 +3718,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #dadada; + border-left: 1px solid #dadada; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 43bdefee1..2338930d0 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -3733,7 +3733,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #dee2e6; + border-top: 1px solid #dee2e6; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #dee2e6; + border-left: 1px solid #dee2e6; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index d81b8aac8..78a99618b 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -3733,7 +3733,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #dee2e6; + border-top: 1px solid #dee2e6; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #dee2e6; + border-left: 1px solid #dee2e6; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index de82bb091..01d6582ba 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -3733,7 +3733,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #dee2e6; + border-top: 1px solid #dee2e6; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #dee2e6; + border-left: 1px solid #dee2e6; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index bede054e9..583362c9b 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -3733,7 +3733,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #dee2e6; + border-top: 1px solid #dee2e6; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #dee2e6; + border-left: 1px solid #dee2e6; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/soho-dark/theme.css b/public/themes/soho-dark/theme.css index 474558d4e..5fe5276da 100644 --- a/public/themes/soho-dark/theme.css +++ b/public/themes/soho-dark/theme.css @@ -3781,7 +3781,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #3e4053; + border-top: 1px solid #3e4053; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3791,7 +3791,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #3e4053; + border-left: 1px solid #3e4053; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/soho-light/theme.css b/public/themes/soho-light/theme.css index ffce8c029..82e20e8ef 100644 --- a/public/themes/soho-light/theme.css +++ b/public/themes/soho-light/theme.css @@ -3781,7 +3781,7 @@ padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #dfe7ef; + border-top: 1px solid #dfe7ef; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3791,7 +3791,7 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #dfe7ef; + border-left: 1px solid #dfe7ef; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index 693d9db99..822156822 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -3768,7 +3768,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #e5e7eb; + border-top: 1px solid #e5e7eb; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3778,7 +3778,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #e5e7eb; + border-left: 1px solid #e5e7eb; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 2bc24be6d..68b7bc8ba 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -3733,7 +3733,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #304562; + border-top: 1px solid #304562; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #304562; + border-left: 1px solid #304562; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 3956ab295..91ee92119 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -3733,7 +3733,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #304562; + border-top: 1px solid #304562; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #304562; + border-left: 1px solid #304562; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index ace517440..159cd6357 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -3733,7 +3733,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #304562; + border-top: 1px solid #304562; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #304562; + border-left: 1px solid #304562; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index a8b38a7d4..bdeef4edc 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -3733,7 +3733,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #304562; + border-top: 1px solid #304562; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3743,7 +3743,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #304562; + border-left: 1px solid #304562; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/viva-dark/theme.css b/public/themes/viva-dark/theme.css index b479097a3..36234c50d 100644 --- a/public/themes/viva-dark/theme.css +++ b/public/themes/viva-dark/theme.css @@ -3814,7 +3814,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #263238; + border-top: 1px solid #263238; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3824,7 +3824,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #263238; + border-left: 1px solid #263238; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; diff --git a/public/themes/viva-light/theme.css b/public/themes/viva-light/theme.css index 5e18e0169..1f1c73ccb 100644 --- a/public/themes/viva-light/theme.css +++ b/public/themes/viva-light/theme.css @@ -3814,7 +3814,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #ebebeb; + border-top: 1px solid #ebebeb; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -3824,7 +3824,7 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #ebebeb; + border-left: 1px solid #ebebeb; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0;