3.4.1.1 #demo.forms.text.single-line Single-Line Text Boxes
Your standard, everyday text boxes.
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