MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 490: Line 490:
     opacity: 1; /* Make it fully visible on hover */
     opacity: 1; /* Make it fully visible on hover */
     visibility: visible; /* Make it interactable */
     visibility: visible; /* Make it interactable */
    /* Keep the rest of your styles unchanged */
}
}
#about-container {
#about-container {
Line 1,723: Line 1,722:
.footer:hover {
.footer:hover {
     cursor: pointer;
     cursor: pointer;
}
#submit {
  cursor: pointer;
  z-index: 100;
  position: relative;
}
#submit:hover + .submit-hide {
    display: block;
    opacity: 1; /* Make it fully visible on hover */
    visibility: visible; /* Make it interactable */
}
}
.submit-hide {
.submit-hide {

Navigation menu