Description
Colibri needs the same button styling for elements that are created using:
<span class="buttonwrapper">
<input type="submit" value="Button" class="button">
</span>
<span class="buttonwrapper">
<a class="button" href=".">Link</a>
</span>
Because of the default browser styling for input and links, there are some differences in the rendering.