Pivotal Task 27726059

Handle

by kizer

HTML

<button type="submit">Normal</button>
<button type="submit">Hover</button>
<button type="submit">Active</button>
<button type="submit">Disabled</button>

CSS

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0;
    border: 0; outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    /* Improves handling of kerning pairs and ligatures */
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*login-window-system */

#welcome {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  /* Below behavior prevents text selection - nice clean web app */
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}

input[type="submit"] {

}