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 ) {