From a56dc4bc94fb02081049d107040e5eb437c849eb Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 12 Apr 2013 14:30:16 +0200 Subject: [PATCH] dont overwrite background image when hovering over button --- core/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index c54f02ec62..823e5af08a 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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; }