diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 3b867af7d..8f3f0cea9 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 51ec9a67c..acdd7aaed 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 459681a8e..10ca3fa6a 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 20ad3315b..77899280b 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 6f2737e6e..a28144d01 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 4px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 4px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index fd7d78d38..eddce9604 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 4px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 4px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 3bb0cd4b4..3200b5731 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 4px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 4px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 7c50ae632..82f78527e 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 4px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 4px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 4729da179..d99ca4a35 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index f5237dda6..eefc6cd7f 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index b5144cfc5..e0267711b 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 0419d355c..1f6ab09a1 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 72df8c0d3..41b1e1303 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -686,6 +686,11 @@ border-bottom-left-radius: 4px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -693,6 +698,11 @@ border-bottom-right-radius: 4px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 95ba96f11..a52c350b0 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -686,6 +686,11 @@ border-bottom-left-radius: 4px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -693,6 +698,11 @@ border-bottom-right-radius: 4px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 5ea48e770..73617e43c 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -686,6 +686,11 @@ border-bottom-left-radius: 4px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -693,6 +698,11 @@ border-bottom-right-radius: 4px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index e6e1825ca..a5435c477 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -686,6 +686,11 @@ border-bottom-left-radius: 4px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -693,6 +698,11 @@ border-bottom-right-radius: 4px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 3498b38de..dd2953358 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -686,6 +686,11 @@ border-bottom-left-radius: 4px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -693,6 +698,11 @@ border-bottom-right-radius: 4px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index d57d382b8..458954c35 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -686,6 +686,11 @@ border-bottom-left-radius: 4px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -693,6 +698,11 @@ border-bottom-right-radius: 4px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index b182a80ee..d012464ec 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -686,6 +686,11 @@ border-bottom-left-radius: 4px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -693,6 +698,11 @@ border-bottom-right-radius: 4px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 3a064f738..64c21c902 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -686,6 +686,11 @@ border-bottom-left-radius: 4px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -693,6 +698,11 @@ border-bottom-right-radius: 4px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 4279103a0..e74de95a9 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -662,6 +662,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -669,6 +674,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 4efa036ef..5caf604d4 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 62783f45a..6666dd484 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index dec1398e8..e7135207c 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 8e95b96a4..41d7bb191 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -662,6 +662,11 @@ border-bottom-left-radius: 2px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -669,6 +674,11 @@ border-bottom-right-radius: 2px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index c834dba06..3f48aea76 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 33271a298..d29dac014 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 54521da6b..ec22cdd2c 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 4bbeb3ea6..2a913551d 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 487a3fb21..fd36552f6 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 80508b9ad..002008740 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 8810a0adc..9b489ec4d 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; } diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 017981b77..7f304f3db 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -666,6 +666,11 @@ border-bottom-left-radius: 3px; } +.p-inputgroup .p-float-label:first-child input { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} + .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { @@ -673,6 +678,11 @@ border-bottom-right-radius: 3px; } +.p-inputgroup .p-float-label:last-child input { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} + .p-fluid .p-inputgroup .p-button { width: auto; }