mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Merge pull request #11998 from Kolcha/filter-list
Inherit text color for filter list elements
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user