mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 16:31:13 +01:00
(trunk web) Add option to remove data when removing torrent from web interface
This commit is contained in:
@@ -113,10 +113,18 @@ li#remove div div.toolbar_image, li#remove.disabled div:active div.toolbar_image
|
||||
background-position: left -32px;
|
||||
}
|
||||
|
||||
li#removedata div div.toolbar_image, li#removedata.disabled div:active div.toolbar_image {
|
||||
background-position: left -32px;
|
||||
}
|
||||
|
||||
li#remove div:active div.toolbar_image {
|
||||
background-position: right -32px;
|
||||
}
|
||||
|
||||
li#removedata div:active div.toolbar_image {
|
||||
background-position: right -32px;
|
||||
}
|
||||
|
||||
li#resume_selected div div.toolbar_image, li#resume_selected.disabled div:active div.toolbar_image {
|
||||
background-position: left -96px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user