Skip to content

Commit

Permalink
more plex-base accent fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Aug 16, 2021
1 parent 8f716af commit ac483d4
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CSS/themes/plex/plex-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ label,
color: var(--text);
}

[class*="PivotTab-button-"] {
color: var(--text) !important;
}

[class*="PivotTabDropdown-isSelected-"] {
border-color: rgb(var(--accent-color)) !important;
border-bottom-width: 5px !important;
border-left: 4px solid transparent !important;
border-right: 4px solid transparent !important;
border-top-width: 0 !important;
margin-top: -2px !important;
}

[class*="MetadataPosterCardActions-editButton-"],
[class*="MetadataPosterCardActions-moreButton-"] {
color: rgb(var(--accent-color)) !important;
Expand Down Expand Up @@ -249,9 +262,8 @@ button:hover [class*="DisclosureArrow-disclosureArrow-"] {
[class*="PageHeaderMultiselectActions-container-"],
[class*="PageHeaderMultiselectActions-count-"],
[class*="PivotTab-selectedButton-"],
[class*="PivotTabDropdown-isSelected-"],
[class*="PageHeaderTitle-detail-"] {
color: rgb(var(--accent-color));
color: rgb(var(--accent-color)) !important;
border-color: rgb(var(--accent-color));
}

Expand Down

0 comments on commit ac483d4

Please sign in to comment.