Advertisement
Guest User

Custom hover state

a guest
Apr 9th, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.61 KB | None | 0 0
  1. #portfolio-grid .post .icon.plus,
  2. #portfolio-grid .post:hover .icon.plus,
  3. #portfolio-grid .post.ajax-expanded .icon.plus {
  4.     display: block;
  5.     width: 100px;
  6.     height: 80px;
  7.     position: absolute;
  8.     margin: 0;
  9.     background: transparent url(http://31.media.tumblr.com/1b2db8ecc7893eacd293312f23183c54/tumblr_mwxj9y9rC61sot984o1_100.png) no-repeat;
  10.     -webkit-transform: translate(-50%, -50%);
  11.     transform: translate(-50%, -50%);
  12. }
  13.  
  14. #portfolio-grid .post .icon.plus::after,
  15. #portfolio-grid .post:hover .icon.plus::after,
  16. #portfolio-grid .post.ajax-expanded .icon.plus::after {
  17.     display: none;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement