From 789f4911bc0c65e04c842552d345e99f09ee2ced Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 29 Sep 2008 23:16:45 +0000 Subject: [PATCH] grab the no connections and free space icons from the classic template --- deluge/ui/webui/templates/ajax/static/themes/white/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deluge/ui/webui/templates/ajax/static/themes/white/style.css b/deluge/ui/webui/templates/ajax/static/themes/white/style.css index e41d36954..0cef5d716 100644 --- a/deluge/ui/webui/templates/ajax/static/themes/white/style.css +++ b/deluge/ui/webui/templates/ajax/static/themes/white/style.css @@ -90,7 +90,9 @@ body { #status #info #connections {background-image:url(/static/images/tango/connections.png)} #status #info #downspeed {background-image:url(/pixmaps/downloading16.png)} #status #info #upspeed {background-image:url(/pixmaps/seeding16.png)} +#status #info #incoming_connections { background-image: url('/pixmaps/alert16.png'); } #status #info #dht {background-image:url(/pixmaps/dht16.png)} +#status #info #free_space {background-image:url(/static/images/tango/drive-harddisk.png)} #labels .downloading { background-image: url('/pixmaps/downloading16.png'); } #labels .seeding { background-image: url('/pixmaps/seeding16.png'); }