From 2228c247e06c6f71961c25cf880e6c0a4be847dc Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 7 Oct 2010 21:12:49 +0000 Subject: [PATCH] Removed hover color for menu. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7786 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 1 - xCAT-UI/css/superfish.css | 8 -------- 2 files changed, 9 deletions(-) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index c2f80e218..92b7a14eb 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -52,7 +52,6 @@ #header ul a:hover { background-color: #A9D0F5; - color: #E17009; } /* User name and log out */ diff --git a/xCAT-UI/css/superfish.css b/xCAT-UI/css/superfish.css index a2cd46529..2fc4e2ebf 100644 --- a/xCAT-UI/css/superfish.css +++ b/xCAT-UI/css/superfish.css @@ -80,20 +80,12 @@ ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul { color: #2E6E9E; } -.sf-menu a,.sf-menu a:visited { - color: #EB8724; -} - /*** Hover ***/ .sf-menu li:hover,.sf-menu li.sfHover { background: url(../images/jquery/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; outline: 0; } -.sf-menu li a:hover { - color: #E17009; -} - /*** Arrows ***/ .sf-menu a.sf-with-ul { padding-right: 2.25em;