mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
add the deluge remove js script to the debug list
add a css class for the windows icon
This commit is contained in:
parent
fafe2d3bea
commit
063c8b3980
2 changed files with 6 additions and 0 deletions
|
@ -109,6 +109,11 @@ input {
|
|||
background: url('/icons/login.png') no-repeat 2px;
|
||||
}
|
||||
|
||||
/* Remove Window */
|
||||
.x-deluge-remove-window-icon {
|
||||
background: url('/icons/remove.png') no-repeat 2px;
|
||||
}
|
||||
|
||||
/* Add Window */
|
||||
.x-deluge-add-window-icon {
|
||||
background: url('/icons/add.png') no-repeat 2px;
|
||||
|
|
|
@ -304,6 +304,7 @@ class TopLevel(resource.Resource):
|
|||
"/js/Deluge.Preferences.Proxy.js",
|
||||
"/js/Deluge.Preferences.Notification.js",
|
||||
"/js/Deluge.Preferences.Plugins.js",
|
||||
"/js/Deluge.Remove.js",
|
||||
"/js/Deluge.Sidebar.js",
|
||||
"/js/Deluge.Statusbar.js",
|
||||
"/js/Deluge.Toolbar.js",
|
||||
|
|
Loading…
Add table
Reference in a new issue