This worked for me, add to your child theme css:
div.product div.summary button.button:hover, div.product div.summary a.button:hover{
border-radius: 2px 2px 2px 2px;
background: -moz-linear-gradient(center top , #F7F6F7 0px, #555 100%) !important;
color: #5E5E5E;
text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}