torrent list: show play buttons only on hover

This commit is contained in:
Feross Aboukhadijeh
2016-03-03 01:03:58 -08:00
parent a13229a388
commit 7e9783fc9b

View File

@@ -216,6 +216,11 @@ body.drag::before {
margin-top: 20px;
margin-left: 15px;
padding-top: 10px;
display: none;
}
.torrent:hover .btn {
display: block;
}
.torrent .play {