1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 15:39:36 +02:00

Future proofing Radarr

In case the movie details page gets reworked
This commit is contained in:
rg9400 2022-12-05 10:51:26 -06:00 committed by GitHub
parent 4bd0879c56
commit 7b13df853d
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);
}
}