Browse Source

Fix button loading style demo

1.0
jlukic 10 years ago
parent
commit
ab0aab4007
  1. 2
      server/documents/elements/button.html.eco

2
server/documents/elements/button.html.eco

@ -22,7 +22,7 @@ themes : ['Default', 'Classic', 'Basic', 'Raised', 'Chubby', 'Round', 'Amaz
<div class="follow example">
<h4 class="ui header">Button</h4>
<p>A standard button</p>
<div class="ui loading button">
<div class="ui button">
Follow
</div>
</div>

Loading…
Cancel
Save