Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

hide page-metadata-modification-info

f
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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