1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-26 10:21:14 +00:00

Show icons only when cursor is over the box.

git-svn-id: http://svn.redmine.org/redmine/trunk@16408 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-03-15 18:03:27 +00:00
parent cb35ff95c5
commit 674e1752e6

View 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;}