1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

Merge pull request #4177 from ngosang/webui_color

[WebUI] Change colors in selected filters and torrents.
This commit is contained in:
sledgehammer999 2015-11-29 06:25:47 -06:00
commit ac3b01e02e
2 changed files with 8 additions and 4 deletions

View File

@ -47,7 +47,7 @@
#properties #torrentFiles tr.selected,
#properties #trackers tr.selected,
#transferList tr.selected {
background-color: #727E96;
background-color: #415A8D;
color: #fff;
}

View File

@ -141,8 +141,12 @@ hr {
}
.selectedFilter {
background-color: #727E96;
color: #000;
background-color: #415A8D;
color: #FFFFFF;
}
.selectedFilter a {
color: #FFFFFF;
}
#properties {