Hi, I did several attempts but I did not succeed ...
I would like to change the color of the button (also rollover) to the coupon code button into the cart, I did various tests using override.css and !important but I did not get anything.
.cart-summary span.details-button input.details-button {
background: #000 none repeat scroll 0 0;
border: medium none;
color: #fff;
padding: 0 15px;
text-align: center;
}
.cart-summary span.details-button input.details-button:hover {
background: #ddd none repeat scroll 0 0;
color: #000;
}
