mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +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%;
|
||||
|
||||
Reference in New Issue
Block a user