Skip to content

Commit

Permalink
Fixing white text on light gray for drop down menu on search
Browse files Browse the repository at this point in the history
  • Loading branch information
Irene Ros committed Jan 26, 2012
1 parent 0faad63 commit 2e08659
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,10 @@ nav ul li {
padding: 0.3em;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
color: #444;
font-weight: bold;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: #2F5D92;
Expand Down

0 comments on commit 2e08659

Please sign in to comment.