1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

Merge pull request #460 from rg9400/patch-9

Future proofing Radarr
This commit is contained in:
GilbN 2022-12-06 13:03:05 +01:00 committed by GitHub
commit f122c8c535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,8 @@
background: var(--transparency-dark-25) !important;
}
[class*="MovieFileEditorTable-container-"] {
[class*="MovieFileEditorTable-container-"],
[class*="MovieHistoryTable-container-"] {
border: 1px solid transparent;
background: var(--transparency-dark-25);
}
@ -284,4 +285,4 @@
/* Custom filter */
[class*="SelectMovieModalContent-path-"] {
color: var(--text);
}
}