change the icon for the "All" state

This commit is contained in:
Damien Churchill 2008-10-24 13:34:53 +00:00
parent 951c13f1ce
commit 8fe301a3d9
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ html, body {
text-decoration: none;
}
#labels .all { background-image: url('/pixmaps/dht16.png'); }
#labels .all { background-image: url('/pixmaps/all16.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'); }