mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 01:57:07 -07:00
[WebUI] Change colors in selected filters and torrents.
This commit is contained in:
parent
88abe2baff
commit
40bdeb6c2d
2 changed files with 8 additions and 4 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: #727E96;
|
background-color: #415A8D;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,4 +81,4 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -141,8 +141,12 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectedFilter {
|
.selectedFilter {
|
||||||
background-color: #727E96;
|
background-color: #415A8D;
|
||||||
color: #000;
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.selectedFilter a {
|
||||||
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#properties {
|
#properties {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue