refactor(Cis.css fhc-entry styles): switches the background-colors of the fhc-entry class between selected and not selected

This commit is contained in:
SimonGschnell
2024-11-27 13:04:52 +01:00
parent 89539d59fd
commit 800d7ba005
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -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 ) {
+3 -1
View File
@@ -112,7 +112,9 @@ export default {
</div>
<nav id="nav-main" class="offcanvas offcanvas-start bg-dark" tabindex="-1" aria-labelledby="nav-main-btn" data-bs-backdrop="false">
<div id="nav-main-sticky">
<cis-sprachen></cis-sprachen>
<div class="border-top border-bottom border-dark" >
<cis-sprachen></cis-sprachen>
</div>
<div id="nav-main-toggle" class="position-static d-none d-lg-block bg-dark">
<button type="button" class="btn bg-dark text-light rounded-0 p-1 d-flex align-items-center" data-bs-toggle="collapse" data-bs-target="#nav-main-menu" aria-expanded="true" aria-controls="nav-main-menu">
<i class="fa fa-arrow-circle-left"></i>