dont overwrite background image when hovering over button
This commit is contained in:
parent
6cf36b4f81
commit
a56dc4bc94
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue