1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 23:14:31 +00:00

Alternate background color for torrent content

CSS3 support required.
This commit is contained in:
Gabriele 2014-11-04 22:00:00 +01:00
parent b01c1f3b9a
commit af9e40d83d

View File

@ -344,6 +344,10 @@ ul.filterList li:hover a {
color: white;
}
#filesTable tr:nth-child(even) {
background-color: #eee;
}
#filesTable tr:hover {
background-color: #e60;
color: white;