Skip to content

Commit

Permalink
Bug 603833, remove icon hover now is the right color
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Oct 22, 2010
1 parent dc4fda8 commit 3c938cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions media/css/zamboni/developers.css
Expand Up @@ -106,12 +106,13 @@
margin-top: 2px;
}

#edit-addon .remove:hover,
#edit-addon .author:hover .remove,
#edit-addon tr:hover .help {
background-color: #CCC;
}

#edit-addon tr:hover .help:hover {
#edit-addon tr:hover .help:hover,
#edit-addon .author .remove:hover {
background-color: #2A4364;
cursor: help;
}
Expand Down

0 comments on commit 3c938cf

Please sign in to comment.