MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,724: Line 1,724:
     cursor: pointer;
     cursor: pointer;
}
}
.submit-hide {
opacity: 0; /* Make it invisible initially */
    visibility: hidden; /* Ensure it's not interactable */
    display: none;
    color: black;
    transition: opacity 0.8s ease, visibility 0.8s;
}


.suggestions {
.suggestions {

Navigation menu