1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 23:49:37 +02:00

fix: 🐛 Plex: Accent fixes

This commit is contained in:
GilbN 2022-04-22 16:47:34 +02:00
parent 6a6ba2d484
commit 9d52351eb9

View File

@ -240,6 +240,18 @@ body,[class*="FullPageBackground-backgroundContainer-"] {
/* ACCENTS */
[class*="TabButton-selected-"] {
color: rgb(var(--accent-color));
}
[class*="TabButton-selected-"]:after {
background-color: rgb(var(--accent-color));
}
[class*="TabButton-selected-"]:hover:after {
background-color: rgb(var(--accent-color),.8);
}
.heart-rating.user-rating, .star-rating.user-rating {
color: rgb(var(--accent-color));
opacity: 1;
@ -537,6 +549,7 @@ circle {
}
/* BUTTONS */
.btn-primary {
border-color: var(--button-color);
color: var(--button-text);
@ -551,6 +564,13 @@ circle {
background-color: var(--button-color-hover);
}
.selectize-control.plugin-remove_button [data-value] .remove {
color: var(--button-text);
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
color: var(--button-text-hover);
}
[class*="Button-primary"].isDisabled {
background: var(--button-color);
}