Add torrent name filtering to WebUI

Closes #721
This commit is contained in:
Thomas Piccirello
2018-12-07 22:41:20 -05:00
parent fc08091765
commit 66f6823965
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 {