From 8fe301a3d962451aaa6a49724e14ec546205b3ec Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Fri, 24 Oct 2008 13:34:53 +0000 Subject: [PATCH] change the icon for the "All" state --- deluge/ui/webui/templates/ajax/template_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }