mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
update(fhc-entry css class): instead of hard coding the color the css rules uses the filter:brightness function to highlight or darken elements
This commit is contained in:
@@ -484,8 +484,7 @@ html {
|
||||
}
|
||||
|
||||
.fhc-entry:hover{
|
||||
background-color:#005585 !important;
|
||||
color:white !important;
|
||||
filter: brightness(120%) !important;
|
||||
}
|
||||
|
||||
.fhc-entry.btn:focus {
|
||||
@@ -502,8 +501,8 @@ html {
|
||||
transition-timing-function: ease-out,ease-out;
|
||||
}
|
||||
|
||||
[selected].fhc-entry {
|
||||
background-color: #00649C !important;
|
||||
[selected="true"].fhc-entry {
|
||||
filter: brightness(120%);
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 767px ) {
|
||||
|
||||
Reference in New Issue
Block a user