mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 04:38:04 -06:00
FEATURE: Add Check/Uncheck all feature in Web UI
This commit is contained in:
@@ -248,3 +248,18 @@ a.propButton img {
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
/* Tri-state checkbox */
|
||||
a.tristate {
|
||||
background: url(../images/3-state-checkbox.gif) 0 0 no-repeat;
|
||||
display: block;
|
||||
float: left;
|
||||
height: 13px;
|
||||
margin: .15em 8px 5px 0px;
|
||||
overflow: hidden;
|
||||
text-indent: -999em;
|
||||
width: 13px;
|
||||
}
|
||||
a.checked { background-position: 0 -13px; }
|
||||
a.partial { background-position: 0 -26px; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user