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==);
35 label.radio, label.checkbox {
37 input[type="radio"], input[type="checkbox"] {
46 input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
55 .text-pos, .text-neg {
61 border: 2px dotted #BBB;
71 .title-input label, .description-input label{
76 .title-input input[type="text"] {
78 @extend .inline-input-style;
85 .title-input.page-title {
104 .description-input textarea {
105 @extend .inline-input-style;
113 background-color: transparent;
121 button[type="submit"] {