add the add and create icons to the css file

This commit is contained in:
Damien Churchill 2010-03-09 21:51:55 +00:00
parent 57fa3d8834
commit 0f126bcbd5
1 changed files with 13 additions and 0 deletions

View File

@ -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');
}