dont overwrite background image when hovering over button

This commit is contained in:
Bernhard Posselt 2013-04-12 14:30:16 +02:00
parent 6cf36b4f81
commit a56dc4bc94
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ input[type="button"]:hover, input[type="button"]:focus,
button:hover, button:focus,
.button:hover, .button:focus,
select:hover, select:focus, select:active {
background:rgba(250,250,250,.9);
background-color:rgba(250,250,250,.9);
color:#333;
}
input[type="submit"] img, input[type="button"] img, button img, .button img { cursor:pointer; }