Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created August 9, 2014 12:43
Show Gist options
  • Save richtabor/3010cc6d743a89f8a015 to your computer and use it in GitHub Desktop.
Save richtabor/3010cc6d743a89f8a015 to your computer and use it in GitHub Desktop.
.products li .portfolio:hover img,
.widget_bean_portfolio li:hover img,
li.masonry-item.grid-masonry:hover img,
#portfolio-grid li .portfolio:hover img,
.hidden-sidebar.dark .bean-shot:hover img,
.hidden-sidebar.dark .flickr_badge_image:hover img,
.hidden-sidebar.dark .bean500px_badge_image:hover img,
.hidden-sidebar.dark .instagram_badge_image:hover img{
opacity: 0.1;
-webkit-transform:scale(1.0)!important;
-moz-transform:scale(1.0)!important;
-o-transform:scale(1.0)!important;
transform:scale(1.0)!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment