mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Fixed theme color not applying to certain elements
This commit is contained in:
parent
d07f74653e
commit
a4419977f7
@ -15,7 +15,10 @@
|
|||||||
.selectionCommandsPanel,
|
.selectionCommandsPanel,
|
||||||
.countIndicator,
|
.countIndicator,
|
||||||
.MuiButton-root.MuiButton-containedSizeMedium,
|
.MuiButton-root.MuiButton-containedSizeMedium,
|
||||||
.MuiChip-root.MuiChip-colorInfo:not(.MuiChip-root.MuiChip-colorError) {
|
.MuiChip-root.MuiChip-colorInfo:not(.MuiChip-root.MuiChip-colorError),
|
||||||
|
progress::-moz-progress-bar,
|
||||||
|
progress::-webkit-progress-value,
|
||||||
|
progress[aria-valuenow]:before {
|
||||||
background: var(--primary-accent-color) !important;
|
background: var(--primary-accent-color) !important;
|
||||||
}
|
}
|
||||||
.MuiAlert-root.MuiAlert-standardInfo {
|
.MuiAlert-root.MuiAlert-standardInfo {
|
||||||
@ -40,7 +43,10 @@
|
|||||||
.emby-tab-button:hover,
|
.emby-tab-button:hover,
|
||||||
.metadataSidebarIcon,
|
.metadataSidebarIcon,
|
||||||
.upNextDialog-countdownText,
|
.upNextDialog-countdownText,
|
||||||
.MuiSvgIcon-root.MuiSvgIcon-fontSizeInherit {
|
.MuiSvgIcon-root.MuiSvgIcon-fontSizeInherit,
|
||||||
|
.listItemImageButton:hover,
|
||||||
|
.button-flat:hover,
|
||||||
|
#divRunningTasks span {
|
||||||
color: var(--primary-accent-color) !important;
|
color: var(--primary-accent-color) !important;
|
||||||
}
|
}
|
||||||
@media (hover: hover) and (pointer: fine) {
|
@media (hover: hover) and (pointer: fine) {
|
||||||
@ -650,6 +656,22 @@ html,
|
|||||||
margin-inline: auto !important;
|
margin-inline: auto !important;
|
||||||
padding: 8px 16px !important;
|
padding: 8px 16px !important;
|
||||||
}
|
}
|
||||||
|
/* Dynamic colors for "Active Devices" section to respect theme */
|
||||||
|
.defaultCardBackground1 {
|
||||||
|
background-color: var(--primary-lighter) !important;
|
||||||
|
}
|
||||||
|
.defaultCardBackground2 {
|
||||||
|
background-color: var(--primary-light) !important;
|
||||||
|
}
|
||||||
|
.defaultCardBackground3 {
|
||||||
|
background-color: var(--primary-accent-color) !important;
|
||||||
|
}
|
||||||
|
.defaultCardBackground4 {
|
||||||
|
background-color: var(--primary-dark) !important;
|
||||||
|
}
|
||||||
|
.defaultCardBackground5 {
|
||||||
|
background-color: var(--primary-darker) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user