mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 15:43:28 +00:00
add a icon for creating a torrent
This commit is contained in:
parent
85ea737b0d
commit
fb8a4d8b89
@ -27,6 +27,7 @@
|
|||||||
<div id="page">
|
<div id="page">
|
||||||
<div id="toolbar">
|
<div id="toolbar">
|
||||||
<ul id="buttons">
|
<ul id="buttons">
|
||||||
|
<li id="create" title="Create Torrent" />
|
||||||
<li id="add" title="Add Torrent" />
|
<li id="add" title="Add Torrent" />
|
||||||
<li id="remove" title="Remove Torrent" />
|
<li id="remove" title="Remove Torrent" />
|
||||||
<li id="pause" title="Pause 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: 1008 B |
@ -86,6 +86,7 @@ body {
|
|||||||
background: url(split_horizontal.png) repeat-x;
|
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 #add {background-image:url(../../icons/32/add.png)}
|
||||||
#toolbar #buttons #remove {background-image:url(../../icons/32/remove.png)}
|
#toolbar #buttons #remove {background-image:url(../../icons/32/remove.png)}
|
||||||
#toolbar #buttons #pause {background-image:url(../../icons/32/pause.png)}
|
#toolbar #buttons #pause {background-image:url(../../icons/32/pause.png)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user