3 background-color: #FFF;
5 border: 1px solid #CCC;
13 //-webkit-appearance:none;
15 border: 1px solid $negative;
18 border: 1px solid $positive;
20 &.disabled, &[disabled] {
21 background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAGuXbv2nxGbHEhCS0uLEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBAC62BuJ+tt7zgAAAABJRU5ErkJggg==);
34 label.radio, label.checkbox {
36 input[type="radio"], input[type="checkbox"] {
41 input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
50 .text-pos, .text-neg {
56 border: 2px dotted #BBB;
66 .title-input label, .description-input label{
71 .title-input input[type="text"] {
73 @extend .inline-input-style;
80 .title-input.page-title {
99 .description-input textarea {
100 @extend .inline-input-style;
108 background-color: transparent;
116 button[type="submit"] {