summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--public/stylesheets/jstoolbar.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/stylesheets/jstoolbar.css b/public/stylesheets/jstoolbar.css
index 3f976a3f4..4bf674556 100644
--- a/public/stylesheets/jstoolbar.css
+++ b/public/stylesheets/jstoolbar.css
@@ -27,10 +27,13 @@
background-color : #f7f7f7;
background-position : 50% 50%;
background-repeat: no-repeat;
+ cursor:pointer;
+ opacity:0.7;
}
.jstElements button:hover {
border-color: #bbb;
- background-color: #e5e5e5;
+ background-color: #e5e5e5;
+ opacity:1;
}
.jstElements button span {
display : none;