more theming for jellyfin
This commit is contained in:
parent
53fc4fee04
commit
e88b3d307c
@ -50,7 +50,11 @@ input[type="range"]::-webkit-slider-thumb{
|
|||||||
.listItemIcon:not(.listItemIcon-transparent),
|
.listItemIcon:not(.listItemIcon-transparent),
|
||||||
.navMenuOption-selected,
|
.navMenuOption-selected,
|
||||||
.button-submit,
|
.button-submit,
|
||||||
|
.defaultCardBackground1,
|
||||||
|
.defaultCardBackground2,
|
||||||
.defaultCardBackground3,
|
.defaultCardBackground3,
|
||||||
|
.defaultCardBackground4,
|
||||||
|
.defaultCardBackground5,
|
||||||
.emby-checkbox:checked + span + .checkboxOutline, .itemProgressBarForeground
|
.emby-checkbox:checked + span + .checkboxOutline, .itemProgressBarForeground
|
||||||
{
|
{
|
||||||
background-color: var(--blue) !important;
|
background-color: var(--blue) !important;
|
||||||
@ -66,3 +70,39 @@ border-color: var(--blue);
|
|||||||
.cardOverlayButton:has(.favorite):hover{
|
.cardOverlayButton:has(.favorite):hover{
|
||||||
color: #BF616A !important;
|
color: #BF616A !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emby-input:focus, .emby-textarea:focus{
|
||||||
|
border-color: var(--blue);
|
||||||
|
}
|
||||||
|
.emby-select-withcolor:focus{
|
||||||
|
border-color: var(--blue) !important;
|
||||||
|
}
|
||||||
|
.listItemIcon:not(.listItemIcon-transparent),
|
||||||
|
.navMenuOption-selected,
|
||||||
|
.button-submit,
|
||||||
|
.defaultCardBackground1,
|
||||||
|
.defaultCardBackground2,
|
||||||
|
.defaultCardBackground3,
|
||||||
|
.defaultCardBackground4,
|
||||||
|
.defaultCardBackground5,
|
||||||
|
.emby-checkbox:checked + span + .checkboxOutline, .itemProgressBarForeground,
|
||||||
|
.taskProgressInner
|
||||||
|
{
|
||||||
|
background-color: var(--blue) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#divRunningTasks > p > progress + span,
|
||||||
|
div.taskProgressOuter + span{
|
||||||
|
color: var(--blue) !important;
|
||||||
|
}
|
||||||
|
progress[value] {
|
||||||
|
background-color: var(--blue);
|
||||||
|
}
|
||||||
|
progress[value]::-webkit-progress-value {
|
||||||
|
background-color: var(--blue);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* For Mozilla-based browsers (Firefox) */
|
||||||
|
progress[value]::-moz-progress-bar {
|
||||||
|
background-color: var(--blue);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user