Browse Source

fix: 🐛 Plex: accent fixes

pull/361/head
GilbN 3 years ago
parent
commit
5da47d45d4
  1. 18
      css/base/plex/plex-base.css

18
css/base/plex/plex-base.css

@ -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…
Cancel
Save