]> source.dussan.org Git - redmine.git/commitdiff
Slight change to wiki toolbar style.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 17 Jun 2018 09:12:14 +0000 (09:12 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 17 Jun 2018 09:12:14 +0000 (09:12 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@17399 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/jstoolbar.css

index 3f976a3f41acd0c8c33eaa05100d823ac4e4aeab..4bf674556fca44b4b868a170c7c7b025dc5c2999 100644 (file)
     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;