mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +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 ) {
|
||||
|
||||
Reference in New Issue
Block a user