4,090
edits
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 { | |||
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 */ | ||
} | } | ||