add active icon to the filter list

This commit is contained in:
Damien Churchill 2008-10-13 22:47:33 +00:00
parent 7085725be5
commit 794a5b01bb
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ body {
#status #info #free_space {background-image:url(/static/images/tango/drive-harddisk.png)}
#labels .all { background-image: url('/pixmaps/dht16.png'); }
#labels .active { background-image: url('/pixmaps/active16.png'); }
#labels .downloading { background-image: url('/pixmaps/downloading16.png'); }
#labels .seeding { background-image: url('/pixmaps/seeding16.png'); }
#labels .queued { background-image: url('/pixmaps/queued16.png'); }