4,090
edits
No edit summary |
No edit summary |
||
Line 1,813: | Line 1,813: | ||
padding-top: 5px; | padding-top: 5px; | ||
transition: opacity 0.8s ease, visibility 0.8s; | transition: opacity 0.8s ease, visibility 0.8s; | ||
} | |||
.submitEntry:hover + .submit-hide { | |||
display: block; | |||
opacity: 1; /* Make it fully visible on hover */ | |||
visibility: visible; /* Make it interactable */ | |||
/* Keep the rest of your styles unchanged */ | |||
} | } | ||
/* ----->END------ FOOTER and SEARCH */ | /* ----->END------ FOOTER and SEARCH */ |