add the add and create icons to the css file
This commit is contained in:
parent
57fa3d8834
commit
0f126bcbd5
@ -283,6 +283,19 @@ dl.singleline dd {
|
|||||||
/*background-image: url(../icons/mixed.png);*/
|
/*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 {
|
.icon-pause {
|
||||||
background-image: url('../icons/pause.png');
|
background-image: url('../icons/pause.png');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user