mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Merge pull request #4111 from dpeukert/master
WebUI: Change selected color
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
#properties #torrentFiles tr.selected,
|
||||
#properties #trackers tr.selected,
|
||||
#transferList tr.selected {
|
||||
background-color: #354158;
|
||||
background-color: #727E96;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@ hr {
|
||||
}
|
||||
|
||||
.selectedFilter {
|
||||
background-color: #354158;
|
||||
background-color: #727E96;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user