mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 23:53:23 +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
@ -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…
x
Reference in New Issue
Block a user