Merge pull request #9981 from Piccirello/webui-torrent-filter

Add torrent name filtering to WebUI
This commit is contained in:
Mike Tzou
2018-12-14 13:18:29 +08:00
committed by GitHub
4 changed files with 62 additions and 13 deletions

View File

@@ -344,6 +344,21 @@ a.propButton img {
margin: 4px 5px 0 0;
}
#torrentsFilterToolbar {
float: right;
margin-right: 30px;
margin-right: 30px;
}
#torrentsFilterInput {
width: 160px;
padding-left: 2em;
background-image: url("../images/qbt-theme/edit-find.svg");
background-repeat: no-repeat;
background-size: 1.5em;
background-position: left;
}
/* Tri-state checkbox */
label.tristate {