Advertisement
allanbreyes

Image tinting on mouseover

Oct 27th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.10 KB | None | 0 0
  1. .nav-menu img {
  2.   max-height: 40px;
  3.   opacity: 0.5;
  4. }
  5.  
  6. .nav-menu img:hover {
  7.   opacity: 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement