|
|
Line 1,775: |
Line 1,775: |
| #simpleSearch:hover .closing-bracket, #simpleSearchSpecial:hover .closing-bracket { | | #simpleSearch:hover .closing-bracket, #simpleSearchSpecial:hover .closing-bracket { |
| display: inline-block; | | display: inline-block; |
| }
| |
| .submitEntry:hover a {
| |
| cursor: pointer;
| |
| color: black!important;
| |
| }
| |
| .submitEntry:hover a:hover{
| |
| color: black;
| |
| }
| |
| .submit-hide {
| |
| opacity: 0; /* Make it invisible initially */
| |
| visibility: hidden; /* Ensure it's not interactable */
| |
| display: none;
| |
| color: black;
| |
| font-size: 28px;
| |
| line-height: 34px;
| |
| letter-spacing: 1.4px;
| |
| width: 200%;
| |
| border-bottom: 1px solid black;
| |
| padding-bottom: 5px;
| |
| padding-top: 5px;
| |
| transition: opacity 0.8s ease, visibility 0.8s;
| |
| }
| |
| .submitEntry {
| |
| text-align: left;
| |
| font-size: 19px;
| |
| line-height: 26px;
| |
| letter-spacing: 0.95px;
| |
| font-family: 'HALColant-TextRegular';
| |
| } | | } |
|
| |
|
| .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 */ |