...
Buttons are used on the transactional pages of the system where users can make or save changes to a form.
On pages where a single action button appears, use the Orange button for that primary/default action.
On forms that require primary and secondary action(s), the primary button appears in Green; and the secondary buttons appear in Orange.
Code
<div style="border-width: 1px;">
<div>
</div>
<span id="workset_buttons" class="pull-right">
<button id="btn_edit_workset" class="orange variable semi-bold" type="button">Edit</button>
<button id="btn_delete_workset" class="orange variable semi-bold" type="button">Delete</button>
</span>
Example
Related patterns
Hyperlinks
Tabs
...