Skip to content

Instantly share code, notes, and snippets.

@bivihoba
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bivihoba/d6c77fd2a893c9064ad6 to your computer and use it in GitHub Desktop.
Save bivihoba/d6c77fd2a893c9064ad6 to your computer and use it in GitHub Desktop.
button mixes
RIA-way
<div class="b-button b-button_viewtype_standard b-membrane b-membrane_viewtype_b1" role="button" tabindex="0">Viewtype b1</div>
Link
<a class="b-link b-button b-button_viewtype_standard b-membrane b-membrane_viewtype_b1" href="#" title="">Viewtype b1</a>
Input
<input type="submit" class="b-form-field b-form-field_type_submit b-button b-button_viewtype_standard b-membrane b-membrane_viewtype_b1" name="" id="" value="Viewtype b1">
Button
<button class="b-button b-button_control_true b-button_viewtype_standard b-membrane b-membrane_viewtype_b1">Viewtype b1</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment