Jump to content

[SOLVED] Border Shopping Cart


Recommended Posts

/modules/blockuserinfo/blockuserinfo.css

#shopping_cart a {
height: 15px;
padding: 15px 27px 10px 43px;
background: url('img/icon/cart.gif') no-repeat 10px 9px #eee;
width: 130px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: block;
}

 

you've got there border-radius params, change values there

 

 

+

/modules/blockcart/ajax-cart.js

css('border-radius', '3px 3px 0px 0px');

Link to comment
Share on other sites

×
×
  • Create New...