diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-06-17 09:12:14 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-06-17 09:12:14 +0000 |
commit | 9c7aa36bffc4ab4c4710dfb0320436a293255799 (patch) | |
tree | 863b8bc672485f3147615509ce5c66eedba7d634 /public | |
parent | f57cacb28406c1c265df57311baf5acb142517cd (diff) | |
download | redmine-9c7aa36bffc4ab4c4710dfb0320436a293255799.tar.gz redmine-9c7aa36bffc4ab4c4710dfb0320436a293255799.zip |
Slight change to wiki toolbar style.
git-svn-id: http://svn.redmine.org/redmine/trunk@17399 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/jstoolbar.css | 5 |
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; |