mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
add a icon for creating a torrent
This commit is contained in:
parent
85ea737b0d
commit
fb8a4d8b89
3 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
<div id="page">
|
||||
<div id="toolbar">
|
||||
<ul id="buttons">
|
||||
<li id="create" title="Create Torrent" />
|
||||
<li id="add" title="Add Torrent" />
|
||||
<li id="remove" title="Remove Torrent" />
|
||||
<li id="pause" title="Pause Torrent" />
|
||||
|
|
BIN
deluge/ui/webui/templates/ajax/static/icons/32/new.png
Normal file
BIN
deluge/ui/webui/templates/ajax/static/icons/32/new.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,008 B |
|
@ -86,6 +86,7 @@ body {
|
|||
background: url(split_horizontal.png) repeat-x;
|
||||
}
|
||||
|
||||
#toolbar #buttons #create {background-image:url(../../icons/32/new.png)}
|
||||
#toolbar #buttons #add {background-image:url(../../icons/32/add.png)}
|
||||
#toolbar #buttons #remove {background-image:url(../../icons/32/remove.png)}
|
||||
#toolbar #buttons #pause {background-image:url(../../icons/32/pause.png)}
|
||||
|
|
Loading…
Add table
Reference in a new issue