fix: incorrect image size & indicator color (#7)
* fix: incorrect image size * fix: incorrect indicator colors
This commit is contained in:
+10
-3
@@ -186,7 +186,10 @@ html {
|
||||
.MuiSvgIcon-root,
|
||||
.listItemButton,
|
||||
.checkboxListLabel,
|
||||
.lnkMediaFolder {
|
||||
.lnkMediaFolder,
|
||||
.sessionAppName,
|
||||
.sessionNowPlayingInfo,
|
||||
.sessionNowPlayingTime {
|
||||
color: var(--main-text) !important;
|
||||
}
|
||||
|
||||
@@ -285,7 +288,7 @@ legend {
|
||||
background-color: var(--second-background);
|
||||
}
|
||||
|
||||
.osdTextContainer, .osdTimeText, .cardContent div {
|
||||
.osdTextContainer, .osdTimeText {
|
||||
color: var(--main-text);
|
||||
}
|
||||
|
||||
@@ -305,11 +308,15 @@ div[role=presentation].jstree-wholerow-clicked {
|
||||
border-color: var(--main-color);
|
||||
}
|
||||
|
||||
.infoBanner, .cardContent {
|
||||
.infoBanner {
|
||||
color: var(--main-text);
|
||||
background: var(--second-background);
|
||||
}
|
||||
|
||||
.cardContent.defaultCardBackground {
|
||||
background-color: var(--second-background);
|
||||
}
|
||||
|
||||
.itemProgressBar.playbackProgress .itemProgressBarForeground {
|
||||
background-color: var(--main-color) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user