I'm trying to override the small (x) that appears in the search bar, to have it do more than clear the search
Currently this is my search bar:
HTML:
<input type="search" class="form-control" id="inputSearch" placeholder="Search for node" onchange="searchForNode(this)"></div>
CSS:
#inputSearch::-webkit-search-cancel-button{
position:relative;
right:20px;
}
Any ideas? Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…