mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
fix: 🐛 Plex: accent fixes
This commit is contained in:
parent
7c27fbefda
commit
5da47d45d4
@ -344,28 +344,28 @@ button:hover [class*="DisclosureArrow-disclosureArrow-"] {
|
||||
[class*="SeekBar-seekBarFill-"],
|
||||
[class*="VolumeSlider-fill-"],
|
||||
[class*="SessionTile-playProgressPercent-"] {
|
||||
background-color: rgb(var(--accent-color));
|
||||
background-color: rgb(var(--accent-color)) !important;
|
||||
}
|
||||
|
||||
[class*="SeekBar-seekBarBuffer-"],
|
||||
[class*="SessionTile-transcodeProgressPercent-"] {
|
||||
background-color: rgba(var(--accent-color), .3);
|
||||
background-color: rgba(var(--accent-color), .3) !important;
|
||||
}
|
||||
|
||||
[class*="SessionTileDetails-playerContainer-"] {
|
||||
background-color: rgba(var(--accent-color), .2)
|
||||
background-color: rgba(var(--accent-color), .2) !important
|
||||
}
|
||||
|
||||
[class*="SessionTileDetails-videoStreamInformation-"] {
|
||||
background-color: rgba(var(--accent-color), .15)
|
||||
background-color: rgba(var(--accent-color), .15) !important
|
||||
}
|
||||
|
||||
[class*="SessionTileDetails-audioStreamInformation-"] {
|
||||
background-color: rgba(var(--accent-color), .1)
|
||||
background-color: rgba(var(--accent-color), .1) !important
|
||||
}
|
||||
|
||||
[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) {
|
||||
@ -385,12 +385,12 @@ button:hover [class*="DisclosureArrow-disclosureArrow-"] {
|
||||
}
|
||||
|
||||
[class*="TopUsersCell-playHistoryLink-"] {
|
||||
background-color: rgb(var(--accent-color));
|
||||
color: #fff;
|
||||
background-color: rgb(var(--accent-color)) !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
[class*="TopPlayedColumnHeader-emptyTitleBackground-"] {
|
||||
background-color: rgba(var(--accent-color), .3);
|
||||
background-color: rgba(var(--accent-color), .3) !important;
|
||||
}
|
||||
|
||||
[class*="SelectedMenuItem-isSelected-"],
|
||||
|
Loading…
Reference in New Issue
Block a user