more settings theming, heart hvoers pale red

This commit is contained in:
Alexander Bocken 2023-10-27 15:31:40 +02:00
parent e9f40a4e36
commit 53fc4fee04
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -46,3 +46,23 @@ input[type="range"]::-moz-range-thumb{
input[type="range"]::-webkit-slider-thumb{
background-color: var(--blue);
}
.listItemIcon:not(.listItemIcon-transparent),
.navMenuOption-selected,
.button-submit,
.defaultCardBackground3,
.emby-checkbox:checked + span + .checkboxOutline, .itemProgressBarForeground
{
background-color: var(--blue) !important;
}
.button-link,
.button-flat:hover{
color: var(--blue);
}
.emby-checkbox:checked + span + .checkboxOutline{
border-color: var(--blue);
}
.btnUserRating:hover,
.cardOverlayButton:has(.favorite):hover{
color: #BF616A !important;
}