]> source.dussan.org Git - redmine.git/commitdiff
Show icons only when cursor is over the box.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 15 Mar 2017 18:03:27 +0000 (18:03 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 15 Mar 2017 18:03:27 +0000 (18:03 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16408 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 99a034a2fd4a724c94d3b52800269ee0f472cad5..406989c3fd4e812ab3b3459513215cd860999363 100644 (file)
@@ -1125,6 +1125,9 @@ div.wiki img {vertical-align:middle; max-width:100%;}
   line-height:1.5em;
 }
 
+.mypage-box>.contextual {opacity:0; transition: opacity 0.2s;}
+.mypage-box:hover>.contextual {opacity:1;}
+
 .handle {cursor: move;}
 
 #my-page .list th.checkbox, #my-page .list td.checkbox {display:none;}