From f3382591ec6d99983891f6011fe145c6ccaf4e4d Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Sat, 18 Oct 2008 14:32:07 +0000 Subject: [PATCH] fix highlighting;#514 --- deluge/ui/webui/templates/white/template_style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deluge/ui/webui/templates/white/template_style.css b/deluge/ui/webui/templates/white/template_style.css index 38c0cbe4b..7435d7105 100644 --- a/deluge/ui/webui/templates/white/template_style.css +++ b/deluge/ui/webui/templates/white/template_style.css @@ -13,6 +13,8 @@ body, th, td,tr , div,table , div{ margin:0px; border-style: hidden; border-spacing:0px; +} +body { background-color:#FFFFFF; }