]> source.dussan.org Git - nextcloud-server.git/commitdiff
dont overwrite background image when hovering over button
authorBernhard Posselt <nukeawhale@gmail.com>
Fri, 12 Apr 2013 12:30:16 +0000 (14:30 +0200)
committerBernhard Posselt <nukeawhale@gmail.com>
Fri, 12 Apr 2013 12:30:16 +0000 (14:30 +0200)
core/css/styles.css

index c54f02ec628bcb88d09c764d41aee09eba3c2f46..823e5af08a4fa8753b955ff6cb8c8c6ebf11d048 100644 (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; }