Advertisement
moggiex

Untitled

Apr 29th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. .catalog-product-view span.ic.ib.icon-color-productview {
  2.     background-color: #F00;
  3.     color: #0f0;
  4. }
  5. /* when hovered */
  6. .catalog-product-view .add-to-links .ic:hover {
  7.     color: #FF0000;
  8.     background-color: #00F;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement