Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I noticed under:
[XB] Quick Search
There is this option:
Quick Search Helper
Can be used to add additional things into the search area, such as a dedicated button for a one-click advanced search
Do you have an example code on how this would be used, or exactly what it does? Thanks!
<span class="searchIcon"><a href="/search/"><i class="fa fa-search"></i></a></span>
.searchIcon
{
background-color: @xbColor2;
position: absolute;
border-radius: 0px 3px 3px 0px;
padding: 6px 10px;
top: 2px;
right: 2px;
}
.searchIcon .fa
{
color: @xbColor1;
}