Browse Source
Fix text color for path of manual import in Radarr
pull/60/head
rg9400
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
CSS/themes/radarr/radarr-base.css
|
|
@ -1273,3 +1273,7 @@ pre { |
|
|
|
.CustomFilter-customFilter-zBSMd:hover { |
|
|
|
background-color: hsla(0,0%,100%,.08); |
|
|
|
} |
|
|
|
|
|
|
|
.SelectMovieModalContent-path-32FI- { |
|
|
|
color: #eee; |
|
|
|
} |
|
|
|