mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 13:04:23 +00:00
WebUI: Change selected color
The selected color was little bit too close to the progress bar color.
This commit is contained in:
parent
84f6a82d98
commit
3901f1555d
@ -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…
x
Reference in New Issue
Block a user