Skip to content

Commit

Permalink
grey out inactive submenu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoh committed Sep 6, 2014
1 parent a9d815c commit b36d72b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions skins/larry/contextmenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ div.contextmenu ul.iconized li.submenu a span.right-arrow
height: 15px;
width: 18px;
background: url(images/contexticons.png) no-repeat right -194px;
opacity: 0.2;
}

div.contextmenu ul.iconized li.submenu a.active span.right-arrow
{
opacity: 0.99;
}

div.contextmenu ul.iconized li a.reply span.cmicon
Expand Down

0 comments on commit b36d72b

Please sign in to comment.