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;