Skip to content

Instantly share code, notes, and snippets.

@tsmango
Created February 12, 2013 13:28
Show Gist options
  • Save tsmango/4769895 to your computer and use it in GitHub Desktop.
Save tsmango/4769895 to your computer and use it in GitHub Desktop.
#main #content #product-grid .product a.info {
opacity: 0.0;
padding: 5px;
text-align: center;
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
-o-transition: all .1s linear;
transition: all .1s linear;
}
#main #content #product-grid .product:hover a.info {
opacity: 1.0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment