From 7e9783fc9b712532db5ef3197ad573291f2afce4 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 3 Mar 2016 01:03:58 -0800 Subject: [PATCH] torrent list: show play buttons only on hover --- main/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main/index.css b/main/index.css index dfc28222..bfd25a5d 100644 --- a/main/index.css +++ b/main/index.css @@ -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 {