Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. /* Add the border and background to the product thumbnails */
  2. .ecwid-productBrowser-productsGrid-cellTop {
  3. background: #FFF !important;
  4. border-top: 2px solid #993535 !important;
  5. border-right: 2px solid #993535 !important;
  6. border-left: 2px solid #993535 !important;
  7. padding-top: 10px !important;
  8. }
  9. .ecwid-productBrowser-productsGrid-cellMiddle {
  10. background: #FFF !important;
  11. border-right: 2px solid #993535 !important;
  12. border-left: 2px solid #993535 !important;
  13. }
  14. .ecwid-productBrowser-productsGrid-cellBottom {
  15. background: #FFF !important;
  16. border-right: 2px solid #993535 !important;
  17. border-bottom: 2px solid #993535 !important;
  18. border-left: 2px solid #993535 !important;
  19. padding-bottom: 10px !important;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement