From 5cb09c8e7b060179c659f897c8724df6079c3165 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Wed, 19 Feb 2025 14:50:19 +0100 Subject: [PATCH] fix(LvMenu): fixes the highlighting styles for the lvMenu, instead of using fhc-entry it uses its own class --- public/css/Cis4/Cis.css | 6 +++++- public/js/components/Cis/Mylv/LvMenu.js | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/public/css/Cis4/Cis.css b/public/css/Cis4/Cis.css index 2fbfb0cd7..ab8f30260 100644 --- a/public/css/Cis4/Cis.css +++ b/public/css/Cis4/Cis.css @@ -53,7 +53,11 @@ html { } } - +/* lvMenu entry style */ +#cis-menu .menu-entry:hover{ + background-color: var(--fhc-cis-primary); + color:white; +} /* buttons */ #cis-header .btn-level-1, diff --git a/public/js/components/Cis/Mylv/LvMenu.js b/public/js/components/Cis/Mylv/LvMenu.js index e64dbd667..d6a84527a 100644 --- a/public/js/components/Cis/Mylv/LvMenu.js +++ b/public/js/components/Cis/Mylv/LvMenu.js @@ -57,13 +57,13 @@ export default { }, template:/*html*/`
No Menu available
-
+