mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +08:00
Merge pull request #4177 from ngosang/webui_color
[WebUI] Change colors in selected filters and torrents.
This commit is contained in:
commit
ac3b01e02e
@ -47,7 +47,7 @@
|
||||
#properties #torrentFiles tr.selected,
|
||||
#properties #trackers tr.selected,
|
||||
#transferList tr.selected {
|
||||
background-color: #727E96;
|
||||
background-color: #415A8D;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@ -81,4 +81,4 @@
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
@ -141,8 +141,12 @@ hr {
|
||||
}
|
||||
|
||||
.selectedFilter {
|
||||
background-color: #727E96;
|
||||
color: #000;
|
||||
background-color: #415A8D;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.selectedFilter a {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#properties {
|
||||
|
Loading…
Reference in New Issue
Block a user