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

Merge pull request #60 from rg9400/patch-7

Fix text color for path of manual import in Radarr
This commit is contained in:
GilbN 2020-06-01 15:51:07 +02:00 committed by GitHub
commit 131e9c75de
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;
}