Skip to content

Commit

Permalink
Fix hover background for loginout item in the secondary menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tadlock committed Aug 26, 2012
1 parent 2601d58 commit 0df7122
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.dev.css
Expand Up @@ -249,9 +249,13 @@ blockquote {
}

/* Special icons for menu items. */
#menu-secondary li.loginout { /* This item is automatically added by the theme. */
#menu-secondary li.loginout,
#menu-secondary li.loginout:hover { /* This item is automatically added by the theme. */
background: url(images/menu-secondary-icon-key.png) no-repeat 15px 13px;
}
#menu-secondary li.loginout:hover {
background-color: #111;
}

/* Removed in 0.3.0. Copy images and CSS into your child theme to use these. */
/**
Expand Down

0 comments on commit 0df7122

Please sign in to comment.