mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07: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:
parent
b2fab43865
commit
403b7c7c35
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue