From 6f8bd9527c3eb9428db63e690f76f796f7f9d09f Mon Sep 17 00:00:00 2001 From: Simon Gschnell Date: Tue, 19 Dec 2023 16:00:43 +0100 Subject: [PATCH] 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 --- public/css/components/Profil.css | 4 ++-- public/js/components/Cis/Profil/MitarbeiterProfil.js | 2 +- public/js/components/Cis/Profil/MitarbeiterViewProfil.js | 2 +- public/js/components/Cis/Profil/StudentProfil.js | 8 +------- public/js/components/Cis/Profil/StudentViewProfil.js | 2 +- 5 files changed, 6 insertions(+), 12 deletions(-) diff --git a/public/css/components/Profil.css b/public/css/components/Profil.css index f5a3eec6e..42defa8e7 100644 --- a/public/css/components/Profil.css +++ b/public/css/components/Profil.css @@ -41,10 +41,10 @@ background-color:white; } -.form-control:focus{ +.fhc-form .form-control:focus{ border-color:white; box-shadow:none; -} +} /* dl { width: 100%; diff --git a/public/js/components/Cis/Profil/MitarbeiterProfil.js b/public/js/components/Cis/Profil/MitarbeiterProfil.js index d0ecebc13..b827358b8 100644 --- a/public/js/components/Cis/Profil/MitarbeiterProfil.js +++ b/public/js/components/Cis/Profil/MitarbeiterProfil.js @@ -268,7 +268,7 @@ export default { template: ` -
+
diff --git a/public/js/components/Cis/Profil/MitarbeiterViewProfil.js b/public/js/components/Cis/Profil/MitarbeiterViewProfil.js index 1e92108dd..f7efd5d19 100644 --- a/public/js/components/Cis/Profil/MitarbeiterViewProfil.js +++ b/public/js/components/Cis/Profil/MitarbeiterViewProfil.js @@ -187,7 +187,7 @@ export default { template: ` -
+
diff --git a/public/js/components/Cis/Profil/StudentProfil.js b/public/js/components/Cis/Profil/StudentProfil.js index f05c53dc6..98fa81cb6 100644 --- a/public/js/components/Cis/Profil/StudentProfil.js +++ b/public/js/components/Cis/Profil/StudentProfil.js @@ -199,7 +199,7 @@ export default { template: ` -
+
@@ -329,12 +329,6 @@ export default {
- - - - - -
diff --git a/public/js/components/Cis/Profil/StudentViewProfil.js b/public/js/components/Cis/Profil/StudentViewProfil.js index 39fc844be..5967fe7f9 100644 --- a/public/js/components/Cis/Profil/StudentViewProfil.js +++ b/public/js/components/Cis/Profil/StudentViewProfil.js @@ -78,7 +78,7 @@ export default { template: ` -
+