mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
WebUI: Use proper text color to highlight items in all filter lists
Previously, text color of selected filter items was not applied correctly in all situations, making them difficult to read. This improves existing styles so that text is always correctly distinguished from the background. This fixes issue from second post in https://github.com/qbittorrent/qBittorrent/issues/21426 PR #21507.
This commit is contained in:
@@ -529,7 +529,7 @@ ul.filterList {
|
||||
|
||||
ul.filterList a,
|
||||
ul.filterList span.link {
|
||||
color: var(--color-text-default);
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user