mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
[WebUI] Change colors in selected filters and torrents.
This commit is contained in:
@@ -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: #727E96;
|
background-color: #415A8D;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -141,8 +141,12 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.selectedFilter {
|
.selectedFilter {
|
||||||
background-color: #727E96;
|
background-color: #415A8D;
|
||||||
color: #000;
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.selectedFilter a {
|
||||||
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#properties {
|
#properties {
|
||||||
|
|||||||
Reference in New Issue
Block a user