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
This commit is contained in:
phamt 2010-10-07 21:12:49 +00:00
parent c45cc61ce1
commit 2228c247e0
2 changed files with 0 additions and 9 deletions

View File

@ -52,7 +52,6 @@
#header ul a:hover {
background-color: #A9D0F5;
color: #E17009;
}
/* User name and log out */

View File

@ -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;