mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 12:00:16 -07:00
Alternate background color for torrent content
CSS3 support required.
This commit is contained in:
parent
b01c1f3b9a
commit
af9e40d83d
1 changed files with 4 additions and 0 deletions
|
@ -344,6 +344,10 @@ ul.filterList li:hover a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#filesTable tr:nth-child(even) {
|
||||||
|
background-color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
#filesTable tr:hover {
|
#filesTable tr:hover {
|
||||||
background-color: #e60;
|
background-color: #e60;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue