Hi,
Please excuse the strange title. I have a Bootstrap 3 theme plugged in and all is good. One issue is though that when I have on my page an input button with a class="btn btn-default" it styles the input button perfectly.
I have added an IActionable action to open my edit.ascx control which again all works well. The issue is with the input button 'Save'. When I give it a class="btn btn-default", it does not render as it should like it does above. It is almost like it doesn't see the theme styling at all as it just renders a normal styled button.
Is there something else I should be doing in order to be able to use the classes of my theme in the edit.ascx control?
Thanks for your time with this.