cssbutton-source.mustache revision 56c5f912484f99ec1cb2ed8c990700287997c512
<!-- Include the cssbutton stylesheet -->
<h4>Tags</h4>
<button class='yui3-button'><button></button>
<input type='button' class='yui3-button' value='<input type="button">'>
<input type='submit' class='yui3-button' value='<input type="submit">'>
<a class='yui3-button'><a></a>
<h4>Colors</h4>
<button class='yui3-button success'>.success <br> #57A957</button>
<button class='yui3-button warning'>.warning <br> #FAF55F</button>
<button class='yui3-button error'>.error <br> #C43C35</button>
<button class='yui3-button notice'>.notice <br> #1B7AE0</button>
<h4>Icon Buttons</h4>
<button class='yui3-button'>
<span class='yui3-button-icon yui3-button-icon-bold'></span>
<span class='yui3-button-label'>old</span>
</button>
<button class='yui3-button'>
<span class='yui3-button-icon yui3-button-icon-italic'></span>
<span class='yui3-button-label'>talic</span>
</button>
<button class='yui3-button'>
<span class='yui3-button-icon yui3-button-icon-underline'></span>
<span class='yui3-button-label'>nderline</span>
</button>
<h4>Image Button</h4>
<input type='image' id='imageButton' class='yui3-button' src="{{componentAssets}}/yui-logo.png"></input>
<h4>Additional CSS3 styles</h4>
<button class='yui3-button textshadow'>Text Shadow</button>