From c93ecfb3a36dd9b816e4ddf71652811fbeecee49 Mon Sep 17 00:00:00 2001 From: Karen Date: Fri, 21 Oct 2011 22:26:50 +0530 Subject: [PATCH] fixed home at hover --- itf/static/css/noel/main.css | 6 +++++- itf/templates/noel/base.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/itf/static/css/noel/main.css b/itf/static/css/noel/main.css index e96e84a..3919918 100755 --- a/itf/static/css/noel/main.css +++ b/itf/static/css/noel/main.css @@ -62,7 +62,11 @@ position:absolute; left:413px; top:69px;*/ cursor:pointer; -background:none;} +} + +#homeList:hover +{ +background:#FFF !important;} #navMenu {background-color:#FFF; diff --git a/itf/templates/noel/base.html b/itf/templates/noel/base.html index 5c9ca54..ef3867f 100755 --- a/itf/templates/noel/base.html +++ b/itf/templates/noel/base.html @@ -26,7 +26,7 @@