Implement torrent peers table in WebUI

This commit is contained in:
buinsky
2015-11-13 15:02:38 +03:00
committed by sledgehammer999
parent 0c8abd0abb
commit 76d6d9a4f9
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,