i'm trying to figure out if there's a way to do a full outline around a navigation button that has 2 css triangles, left and right (the outline would include those triangles - that black border- it's all placeholder stuff - i know it looks crappy). Take a look at the fiddle.
https://jsfiddle.net/eshans/1hq04jbh/
<div class="border"></div>
<div class="arrow">
<div class="inner-arrow">
<img src="http://www.phenotract.com/test/check.png" height="30" width="20" align="left"> <span> Text here Text Here</span>
</div>
just not sure if this is achievable without some hackery.
thank you.