From 800d7ba00558748dd238b5415506c76dfd950f8b Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Wed, 27 Nov 2024 13:04:52 +0100 Subject: [PATCH] refactor(Cis.css fhc-entry styles): switches the background-colors of the fhc-entry class between selected and not selected --- public/css/Cis4/Cis.css | 4 ++-- public/js/components/Cis/Menu.js | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/css/Cis4/Cis.css b/public/css/Cis4/Cis.css index ca7cf7173..c2f29452b 100644 --- a/public/css/Cis4/Cis.css +++ b/public/css/Cis4/Cis.css @@ -478,7 +478,7 @@ html { } .fhc-entry:hover{ - background-color:#00649C !important; + background-color:#005585 !important; color:white !important; } @@ -497,7 +497,7 @@ html { } [selected].fhc-entry { - background-color: #005585 !important; + background-color: #00649C !important; } @media screen and ( max-width: 767px ) { diff --git a/public/js/components/Cis/Menu.js b/public/js/components/Cis/Menu.js index c9ab31435..a8569762c 100644 --- a/public/js/components/Cis/Menu.js +++ b/public/js/components/Cis/Menu.js @@ -112,7 +112,9 @@ export default {