kss-node Style Guide

Examples
Default styling
:hover
Highlight the text box when hovering
:focus
Similar to :hover, however it should demand more attention than when an input is simply hovered.
:disabled
When disabled, the input's appearance should reflect as such.
Markup
<input type="text" class="[modifier class]" value="Text input"/>
Source: forms/base.less, line 8