torrent list: show play buttons only on hover
This commit is contained in:
parent
a13229a388
commit
7e9783fc9b
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue