Visual design stuff: form inputs

Visual design stuff: form inputs


There was, and probably still is, some confusion, about how to apply
the CSS framework to form components. So far this mostly affected the
Spinner, but will most likely affect other components, too. Instead of
building static markup for each of these, I propose to build some
static markup for a few form inputs, with just the JS code applied to
add hover and focus classes. Form widgets like Spinner, Autocomplete
or Mask could then refer to that example.
Jörn