1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

plex-base fix

This commit is contained in:
GilbN 2021-10-25 22:56:47 +02:00
parent 8ef46677cd
commit 91bb599b06

View File

@ -659,4 +659,15 @@ hr {
[class*="TableHeaderTitle-tableHeaderTitle-"] {
color: var(--text-hover);
}
[class*="DirectoryListTableHeader-tableHeaderCell-"],
[class*="DirectoryListTableHeader-columnMenuButton-"] {
background-color: rgb(0 0 0 / 25%);
}
a>[class*="DirectoryListTableHeader-tableHeaderCell-"]:hover,
button>[class*="DirectoryListTableHeader-tableHeaderCell-"]:hover,
[class*="DirectoryListTableHeader-columnMenuButton-"]:hover {
background-color: rgba(255, 255, 255, 0.1);
}