more settings theming, heart hvoers pale red
This commit is contained in:
parent
e9f40a4e36
commit
53fc4fee04
@ -46,3 +46,23 @@ input[type="range"]::-moz-range-thumb{
|
|||||||
input[type="range"]::-webkit-slider-thumb{
|
input[type="range"]::-webkit-slider-thumb{
|
||||||
background-color: var(--blue);
|
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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user