MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,805: Line 1,805:
   background: none;
   background: none;
   border: none;
   border: none;
}
.submitEntry button:hover {
text-decoration: underline;
    cursor: pointer;
}
}


 
#submit:hover  + .submit-hide {
.submitEntry button:hover  + .submit-hide {
display: block;
display: block;
     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 */
     /* Keep the rest of your styles unchanged */
    text-decoration: underline;
    cursor: pointer;
}
}


Navigation menu