Implement torrent peers table in WebUI

This commit is contained in:
buinsky
2015-11-13 15:02:38 +03:00
parent 00c765be1b
commit 05a2e5a92e
4 changed files with 222 additions and 2 deletions

View File

@@ -30,6 +30,7 @@
#torrentsTable tr:nth-child(even),
#torrentPeersTable tr:nth-child(even),
#filesTable tr:nth-child(even),
#properties #torrentFiles tr.alt,
#properties #trackers tr.alt,
@@ -50,8 +51,13 @@
background-color: #415A8D;
color: #fff;
}
#torrentPeersTable tr.selected {
background-color: #354158;
color: #fff;
}
#torrentsTable tr:hover,
#torrentPeersTable tr:hover,
#filesTable tr:hover,
#properties #torrentFiles tr.over,
#properties #trackers tr.over,
@@ -60,6 +66,7 @@
color: #fff;
}
#torrentsTable tr:hover,
#torrentsTable tr:hover,
#properties #torrentFiles tr.over,
#properties #trackers tr.over,