From 9c7aa36bffc4ab4c4710dfb0320436a293255799 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 17 Jun 2018 09:12:14 +0000 Subject: [PATCH] Slight change to wiki toolbar style. git-svn-id: http://svn.redmine.org/redmine/trunk@17399 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/jstoolbar.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.39.5