1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-05 02:32:37 +01:00

fix: 🐛 Plex: accent fixes

This commit is contained in:
GilbN 2022-04-03 21:01:12 +02:00
parent 7c27fbefda
commit 5da47d45d4

View File

@ -344,28 +344,28 @@ button:hover [class*="DisclosureArrow-disclosureArrow-"] {
[class*="SeekBar-seekBarFill-"], [class*="SeekBar-seekBarFill-"],
[class*="VolumeSlider-fill-"], [class*="VolumeSlider-fill-"],
[class*="SessionTile-playProgressPercent-"] { [class*="SessionTile-playProgressPercent-"] {
background-color: rgb(var(--accent-color)); background-color: rgb(var(--accent-color)) !important;
} }
[class*="SeekBar-seekBarBuffer-"], [class*="SeekBar-seekBarBuffer-"],
[class*="SessionTile-transcodeProgressPercent-"] { [class*="SessionTile-transcodeProgressPercent-"] {
background-color: rgba(var(--accent-color), .3); background-color: rgba(var(--accent-color), .3) !important;
} }
[class*="SessionTileDetails-playerContainer-"] { [class*="SessionTileDetails-playerContainer-"] {
background-color: rgba(var(--accent-color), .2) background-color: rgba(var(--accent-color), .2) !important
} }
[class*="SessionTileDetails-videoStreamInformation-"] { [class*="SessionTileDetails-videoStreamInformation-"] {
background-color: rgba(var(--accent-color), .15) background-color: rgba(var(--accent-color), .15) !important
} }
[class*="SessionTileDetails-audioStreamInformation-"] { [class*="SessionTileDetails-audioStreamInformation-"] {
background-color: rgba(var(--accent-color), .1) background-color: rgba(var(--accent-color), .1) !important
} }
[class*="SessionTileDetails-subtitlesStreamInformation-"] { [class*="SessionTileDetails-subtitlesStreamInformation-"] {
background-color: rgba(var(--accent-color), .05); background-color: rgba(var(--accent-color), .05) !important;
} }
[class*="TopUsersList-container-"][class*="ServerDashboardSectionContent-container-"]>div>div>div>div:nth-child(3) { [class*="TopUsersList-container-"][class*="ServerDashboardSectionContent-container-"]>div>div>div>div:nth-child(3) {
@ -385,12 +385,12 @@ button:hover [class*="DisclosureArrow-disclosureArrow-"] {
} }
[class*="TopUsersCell-playHistoryLink-"] { [class*="TopUsersCell-playHistoryLink-"] {
background-color: rgb(var(--accent-color)); background-color: rgb(var(--accent-color)) !important;
color: #fff; color: #fff !important;
} }
[class*="TopPlayedColumnHeader-emptyTitleBackground-"] { [class*="TopPlayedColumnHeader-emptyTitleBackground-"] {
background-color: rgba(var(--accent-color), .3); background-color: rgba(var(--accent-color), .3) !important;
} }
[class*="SelectedMenuItem-isSelected-"], [class*="SelectedMenuItem-isSelected-"],