From 27eca4368905a32b8fb0aadc55755f56c86a18bb Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Mar 2021 20:40:04 +0200 Subject: [PATCH] plex dashboard accent fixes --- CSS/themes/plex/plex-base.css | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/CSS/themes/plex/plex-base.css b/CSS/themes/plex/plex-base.css index c8201cb8..3013141b 100644 --- a/CSS/themes/plex/plex-base.css +++ b/CSS/themes/plex/plex-base.css @@ -149,15 +149,44 @@ a:hover { } [class*="SessionTileDetails-playerContainer"] { - background-color: rgb(var(--accent-color), .2) + background-color: rgba(var(--accent-color), .2) } [class*="SessionTileDetails-videoStreamInformation"] { - background-color: rgb(var(--accent-color), .15) + background-color: rgba(var(--accent-color), .15) } [class*="SessionTileDetails-audioStreamInformation"] { - background-color: rgb(var(--accent-color), .1) + background-color: rgba(var(--accent-color), .1) +} + +[class*="SessionTileDetails-subtitlesStreamInformation"] { + background-color: rgba(var(--accent-color), .05); +} + +[class*="TopUsersList-container"][class*="ServerDashboardSectionContent-container"]>div>div>div>div:nth-child(3) { + background-color: rgba(var(--accent-color), .2) !important; +} + +[class*="TopUsersList-container"][class*="ServerDashboardSectionContent-container"]>div>div>div>div:nth-child(4) { + background-color: rgba(var(--accent-color), .15) !important; +} + +[class*="TopUsersList-container"][class*="ServerDashboardSectionContent-container"]>div>div>div>div:nth-child(5) { + background-color: rgba(var(--accent-color), .1) !important; +} + +[class*="TopUsersList-container"][class*="ServerDashboardSectionContent-container"]>div>div>div>div:nth-child(6) { + background-color: rgba(var(--accent-color), .05) !important; +} + +[class*="TopUsersCell-playHistoryLink"] { + background-color: rgb(var(--accent-color)); + color: #fff; +} + +[class*="TopPlayedColumnHeader-emptyTitleBackground"] { + background-color: rgba(var(--accent-color), .3); } [class*="SelectedMenuItem-isSelected"],