add the deluge remove js script to the debug list

add a css class for the windows icon
This commit is contained in:
Damien Churchill 2009-07-22 20:11:18 +00:00
parent fafe2d3bea
commit 063c8b3980
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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",