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.
li.navTab.selected .xbTabPopupArrow {
width: 100%;
height: 5px;
background: @xbButtonBackground;
position: relative;
}
li.navTab:hover .xbTabPopupArrow {
width: 100%;
height: 5px;
transition: all 0.2s ease-in-out;
background: @xbButtonBackground;
position: relative;
}
Can you please also tell me how to change the drop-down arrow to other symbol (preferably from Font Awesome)?Perfect. Thanks