hide page-metadata-modification-info

f March 30, 2014

I see on your documentation that page-metadata-modification-info, that is, creation and edition of a page, is shown only on mouseover, I need that, thanks!

2 answers

1 vote
f March 30, 2014

i found how digging in your css:

This must be added to layout:

.page-metadata:hover {

opacity: 1.0;

}

.page-metadata {

transition: opacity .25s ease-in-out;

-moz-transition: opacity .25s ease-in-out;

-webkit-transition: opacity .25s ease-in-out;

}

.page-metadata {

opacity: 0;

margin: 0 0 30px;

}

0 votes
tekosyssolutions July 2, 2015

Fantastic. The CSS code is working for me. Thank you very much!!!!!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events