3 background-color: #FFF;
5 border: 1px solid #CCC;
12 //-webkit-appearance:none;
14 border: 1px solid $negative;
17 border: 1px solid $positive;
19 &.disabled, &[disabled] {
20 background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAGuXbv2nxGbHEhCS0uLEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBAC62BuJ+tt7zgAAAABJRU5ErkJggg==);
34 #markdown-editor-input {
48 .markdown-display, .markdown-editor-wrap {
52 .markdown-editor-wrap {
54 flex-direction: column;
55 border: 1px solid #DDD;
72 border-bottom: 1px solid #DDD;
73 background-color: #EEE;
92 display: inline-block;
96 label.radio, label.checkbox {
99 input[type="radio"], input[type="checkbox"] {
104 label.inline.checkbox {
109 margin-bottom: 0.8em;
120 input[type="text"], input[type="number"], input[type="email"], input[type="date"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
129 display: inline-block;
130 background-color: #BBB;
135 transition: all ease-in-out 120ms;
147 background-color: #fafafa;
148 border: 1px solid #CCC;
149 box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
150 transition: all ease-in-out 120ms;
153 background-color: rgba($positive, 0.4);
156 background-color: $positive;
157 border: darken($positive, 20%);
161 .toggle-switch-checkbox {
164 input:checked + .toggle-switch {
165 background-color: rgba($positive, 0.4);
168 background-color: $positive;
169 border: darken($positive, 20%);
183 .text-pos, .text-neg {
188 .inline-input-style {
189 border: 2px dotted #BBB;
195 .title-input .input {
199 .title-input label, .description-input label{
204 .title-input input[type="text"] {
206 @extend .inline-input-style;
213 .title-input.page-title {
232 .description-input textarea {
233 @extend .inline-input-style;
239 div[editor-type="markdown"] .title-input.page-title input[type="text"] {
247 background-color: transparent;
266 border-bottom: 2px solid #DDD;
270 border-bottom: 2px solid #AAA;
275 #login-form label[for="remember"] {
278 #login-form label.toggle-switch {
283 background-color: #BBB;