Created
August 9, 2014 12:43
-
-
Save richtabor/3010cc6d743a89f8a015 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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