Skip to content

Instantly share code, notes, and snippets.

@qetzal
Created September 9, 2013 15:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qetzal/6497219 to your computer and use it in GitHub Desktop.
Save qetzal/6497219 to your computer and use it in GitHub Desktop.
Add borders to images
.ecwid-productBrowser-subcategories-mainTable td div img,
.ecwid-productBrowser-productsGrid-productTopFragment td div img {
background-color: #FAFAFA !important;
border: 1px solid #F3F3F3 !important;
box-shadow: 1px 1px 3px rgba(202, 202, 202, 0.9) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment