G-Loot DS — text input secondary

by Augustin Hiebel

HTML

<!-- Input secondary (rounded and brighter) -->
<div className="form-group">
  <div className="input-group input-secondary">
    <span className="icon icon-right icon-zoom" />
    <input type="text" name="search-field" id="search-field" />
  </div>
</div>