Styling of a select list box as a navbar item
I'm using a navbar that contains multiple links. The navbar always has three links but could potentially have 2 to 3 additional links in certain scenarios. Instead of cluttering up the navbar with too many options I would like to add a select list box as an additional navbar item as a "More" option to display additional navbar options. I can add the list box without a problem as a fourth element of the navbar and it works as expected. However, the listbox ends up with the standard rounded corners which causes it to appear differently than the other navbar options. Is there a good but maintainable way to modify the style of the select list box so that it's displayed with a style similar to a standard navbar link?