1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-09 04:32:36 +01:00

Change hover color when navigating custom filters (Radarr)

This commit is contained in:
rg9400 2020-05-22 09:07:09 -05:00 committed by GitHub
parent cfb788a02b
commit 9ffcbcbd7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1270,3 +1270,6 @@ pre {
.FilterBuilderRow-filterRow-1ozij:hover {
background-color: transparent;
}
.CustomFilter-customFilter-zBSMd:hover {
background-color: hsla(0,0%,100%,.08);
}