1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Merge pull request #11998 from Kolcha/filter-list

Inherit text color for filter list elements
This commit is contained in:
Mike Tzou 2020-02-14 11:34:55 +08:00 committed by GitHub
commit d5a4ebe7c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -457,6 +457,7 @@ ul.filterList a {
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
color: inherit;
} }
ul.filterList li:hover { ul.filterList li:hover {