mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Merge pull request #11998 from Kolcha/filter-list
Inherit text color for filter list elements
This commit is contained in:
commit
d5a4ebe7c9
1 changed files with 1 additions and 0 deletions
|
@ -457,6 +457,7 @@ ul.filterList a {
|
|||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
ul.filterList li:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue