1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00

Fix text color for path of manual import in Radarr

This commit is contained in:
rg9400 2020-06-01 08:39:17 -05:00 committed by GitHub
parent 36f82d70dc
commit 03e21a9f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1273,3 +1273,7 @@ pre {
.CustomFilter-customFilter-zBSMd:hover {
background-color: hsla(0,0%,100%,.08);
}
.SelectMovieModalContent-path-32FI- {
color: #eee;
}