mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Alternate background color for torrent content
CSS3 support required.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user