diff --git a/deluge/ui/webui/templates/ajax/template_style.css b/deluge/ui/webui/templates/ajax/template_style.css index f4d1556e4..93860b4be 100644 --- a/deluge/ui/webui/templates/ajax/template_style.css +++ b/deluge/ui/webui/templates/ajax/template_style.css @@ -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'); }