mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-03 20:09:29 +00:00
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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user