mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-14 10:39:27 +00:00
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:
@@ -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 ) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user