Hi,
In the blue style, there is indeed properties for these buttons:
.hikashop_cart_input_button{
background-color:#f7f7f7;
margin-top:10px;
margin-bottom:10px;
border-right: 1px solid #5f909c;
border-bottom: 1px solid #5f909c;
border-left: 1px solid #a6d0da;
border-top: 1px solid #a6d0da;
padding:3px 5px;
color:#44646d;
cursor:pointer;
font-weight:bold;
*padding:0px;
}
.hikashop_cart_input_button:hover{
background-color:#8cacab;
color:#fff;}
So I guess that your template was overriding the properties for the buttons.