diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-04-12 06:22:59 -0700 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-04-12 06:22:59 -0700 |
commit | f9e7d4ce2525cc4a101e36ae4aec41aabd69a902 (patch) | |
tree | a67be955081ccb16d70c151322ee1c788e41ac7e /core/css | |
parent | 33ee2e2f10a425eb81338081325e5f96fc48c1f9 (diff) | |
parent | a56dc4bc94fb02081049d107040e5eb437c849eb (diff) | |
download | nextcloud-server-f9e7d4ce2525cc4a101e36ae4aec41aabd69a902.tar.gz nextcloud-server-f9e7d4ce2525cc4a101e36ae4aec41aabd69a902.zip |
Merge pull request #2895 from owncloud/button-fox
dont overwrite background image when hovering over button
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index c54f02ec628..823e5af08a4 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; } |