4,090
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 1,806: | Line 1,806: | ||
border: none; | border: none; | ||
} | } | ||
.submitEntry button:hover + .submit-hide { | .submitEntry button:hover + .submit-hide { | ||
Line 1,816: | Line 1,813: | ||
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; | |||
} | } | ||