Merge pull request #2895 from owncloud/button-fox

dont overwrite background image when hovering over button
This commit is contained in:
Jan-Christoph Borchardt 2013-04-12 06:22:59 -07:00
commit f9e7d4ce25
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; }