4,114
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 163: | Line 163: | ||
display: none; /* Initially hide the search input and closing bracket */ | display: none; /* Initially hide the search input and closing bracket */ | ||
border: none; | border: none; | ||
opacity: 0!important; | |||
} | } | ||
Line 169: | Line 170: | ||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
margin-left: -8px; | margin-left: -8px; | ||
opacity: 0!important; | |||
} | } | ||
#simpleSearch:hover .closing-bracket { | #simpleSearch:hover .closing-bracket { | ||
display: inline; /* Display the search input and closing bracket when #simpleSearch is hovered */ | display: inline; /* Display the search input and closing bracket when #simpleSearch is hovered */ | ||
opacity: 0!important; | |||
} | } |