mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-18 15:51:57 +00:00
add the add and create icons to the css file
This commit is contained in:
parent
57fa3d8834
commit
0f126bcbd5
1 changed files with 13 additions and 0 deletions
|
@ -283,6 +283,19 @@ dl.singleline dd {
|
|||
/*background-image: url(../icons/mixed.png);*/
|
||||
}
|
||||
|
||||
/**
|
||||
* Deluge Default Icon Set
|
||||
* n.b. this needs to be forked out at some point
|
||||
*/
|
||||
|
||||
.icon-create {
|
||||
background-image: url('../icons/create.png');
|
||||
}
|
||||
|
||||
.icon-add {
|
||||
background-image: url('../icons/add.png');
|
||||
}
|
||||
|
||||
.icon-pause {
|
||||
background-image: url('../icons/pause.png');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue