changes the styling when hovering over form-control fields in the profil view, so that it does not also change the behavior of other elements that use form-control on the web page

This commit is contained in:
Simon Gschnell
2023-12-19 16:00:43 +01:00
parent 9c69d8cc46
commit 6f8bd9527c
5 changed files with 6 additions and 12 deletions
+2 -2
View File
@@ -41,10 +41,10 @@
background-color:white;
}
.form-control:focus{
.fhc-form .form-control:focus{
border-color:white;
box-shadow:none;
}
}
/* dl {
width: 100%;
@@ -268,7 +268,7 @@ export default {
template: `
<div class="container-fluid text-break" >
<div class="container-fluid text-break fhc-form" >
<!-- ROW -->
<div class="row">
<!-- HIDDEN QUICK LINKS -->
@@ -187,7 +187,7 @@ export default {
template: `
<div class="container-fluid text-break" >
<div class="container-fluid text-break fhc-form" >
<!-- ROW -->
<div class="row">
<!-- HIDDEN QUICK LINKS -->
@@ -199,7 +199,7 @@ export default {
template: `
<div class="container-fluid text-break" >
<div class="container-fluid text-break fhc-form" >
<!-- ROW -->
<div class="row">
<!-- HIDDEN QUICK LINKS -->
@@ -329,12 +329,6 @@ export default {
</div>
<div v-for="(wert,bez) in personData" class="col-md-6 col-sm-12 ">
<div class=" form-floating mb-2">
@@ -78,7 +78,7 @@ export default {
template: `
<div class="container-fluid text-break" >
<div class="container-fluid text-break fhc-form" >
<!-- ROW -->
<div class="row">
<!-- HIDDEN QUICK LINKS -->