* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sun Aug 21 13:35:51 PDT 2011
* Date: Sun Aug 21 18:07:44 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
<p>For buttons that are not active or are disabled by the app for one reason or another, use the disabled state. That’s <code>.disabled</code> for links and <code>:disabled</code> for <code><button></code> elements.</p>
<p><strong>Note:</strong> If you're developing for older browsers like IE8 or below -- you're going to want to use the <code>.disabled</code> class for <code><button></code> elements as well.
<h4>Links</h4>
<divclass="well">
<ahref="#"class="btn large primary disabled">Primary action</a>
...
...
@@ -864,8 +865,8 @@
</div>
<h4>Buttons</h4>
<divclass="well">
<buttonclass="btn large primary"disabled>Primary action</button>
<buttonclass="btn large"disabled>Action</button>
<buttonclass="btn large primary disabled"disabled>Primary action</button>
<buttonclass="btn large disabled"disabled>Action</button>