Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-12 16:30:16 +0400
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-12 16:30:16 +0400
commita56dc4bc94fb02081049d107040e5eb437c849eb (patch)
tree26cf15f4769d8991865c8e5399c5e405ef0979f3 /core
parent6cf36b4f8160a0bf758e3d3b588581c14f9425ac (diff)
dont overwrite background image when hovering over button
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css2
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; }