MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert 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 170: Line 169:
     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;
}
}

Navigation menu