mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Merge pull request #4111 from dpeukert/master
WebUI: Change selected color
This commit is contained in:
commit
0b68c2356c
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
||||||
#properties #torrentFiles tr.selected,
|
#properties #torrentFiles tr.selected,
|
||||||
#properties #trackers tr.selected,
|
#properties #trackers tr.selected,
|
||||||
#transferList tr.selected {
|
#transferList tr.selected {
|
||||||
background-color: #354158;
|
background-color: #727E96;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -141,7 +141,7 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectedFilter {
|
.selectedFilter {
|
||||||
background-color: #354158;
|
background-color: #727E96;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue