4,114
edits
No edit summary |
No edit summary |
||
Line 163: | Line 163: | ||
} | } | ||
#simpleSearch:hover #searchInput | #simpleSearch:hover #searchInput { | ||
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 */ | ||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
margin-left: -10px; | margin-left: -10px; | ||
} | |||
#simpleSearch:hover .closing-bracket { | |||
display: inline; /* Display the search input and closing bracket when #simpleSearch is hovered */ | |||
} | } |