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%;