PluginProbe
Social Media Auto Poster – Schedule & Publish to Buffer / 6.2.4
Social Media Auto Poster – Schedule & Publish to Buffer v6.2.4
6.2.4 6.2.3 6.2.2 6.2.1 6.2.0 6.1.2 6.1.1 6.1.0 6.0.9 6.0.8 6.0.7 6.0.6 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 3.8.7 All 125 releases
wp-to-buffer / lib / shared / scss / selectize.scss

selectize.scss in Social Media Auto Poster – Schedule & Publish to Buffer 6.2.4, at lib/shared/scss/selectize.scss

393 lines 8.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * selectize.css (v0.12.4)
3 * Copyright (c) 2013–2015 Brian Reavis & contributors
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
6 * file except in compliance with the License. You may obtain a copy of the License at:
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software distributed under
10 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11 * ANY KIND, either express or implied. See the License for the specific language
12 * governing permissions and limitations under the License.
13 *
14 * @author Brian Reavis <brian@thirdroute.com>
15 */
16
17 .selectize-control.plugin-drag_drop.multi
18 > .selectize-input
19 > div.ui-sortable-placeholder {
20 visibility: visible !important;
21 background: #f2f2f2 !important;
22 background: rgba(0, 0, 0, 0.06) !important;
23 border: 0 none !important;
24 -webkit-box-shadow: inset 0 0 12px 4px #fff;
25 box-shadow: inset 0 0 12px 4px #fff;
26 }
27
28 .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
29 content: "!";
30 visibility: hidden;
31 }
32
33 .selectize-control.plugin-drag_drop .ui-sortable-helper {
34 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
35 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
36 }
37
38 .selectize-dropdown-header {
39 position: relative;
40 padding: 5px 8px;
41 border-bottom: 1px solid #d0d0d0;
42 background: #f8f8f8;
43 -webkit-border-radius: 3px 3px 0 0;
44 -moz-border-radius: 3px 3px 0 0;
45 border-radius: 3px 3px 0 0;
46 }
47
48 .selectize-dropdown-header-close {
49 position: absolute;
50 right: 8px;
51 top: 50%;
52 color: #303030;
53 opacity: 0.4;
54 margin-top: -12px;
55 line-height: 20px;
56 font-size: 20px !important;
57 }
58
59 .selectize-dropdown-header-close:hover {
60 color: #000;
61 }
62
63 .selectize-dropdown.plugin-optgroup_columns .optgroup {
64 border-right: 1px solid #f2f2f2;
65 border-top: 0 none;
66 float: left;
67 -webkit-box-sizing: border-box;
68 -moz-box-sizing: border-box;
69 box-sizing: border-box;
70 }
71
72 .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
73 border-right: 0 none;
74 }
75
76 .selectize-dropdown.plugin-optgroup_columns .optgroup::before {
77 display: none;
78 }
79
80 .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
81 border-top: 0 none;
82 }
83
84 .selectize-control.plugin-remove_button [data-value]] {
85 position: relative;
86 padding-right: 24px !important;
87 }
88
89 .selectize-control.plugin-remove_button [data-value]] .remove {
90 z-index: 1;
91
92 /* fixes ie bug (see #392) */
93 position: absolute;
94 top: 0;
95 right: 0;
96 bottom: 0;
97 width: 17px;
98 text-align: center;
99 font-weight: 700;
100 font-size: 12px;
101 color: inherit;
102 text-decoration: none;
103 vertical-align: middle;
104 display: inline-block;
105 padding: 2px 0 0 0;
106 border-left: 1px solid #d0d0d0;
107 -webkit-border-radius: 0 2px 2px 0;
108 -moz-border-radius: 0 2px 2px 0;
109 border-radius: 0 2px 2px 0;
110 -webkit-box-sizing: border-box;
111 -moz-box-sizing: border-box;
112 box-sizing: border-box;
113 }
114
115 .selectize-control.plugin-remove_button [data-value]] .remove:hover {
116 background: rgba(0, 0, 0, 0.05);
117 }
118
119 .selectize-control.plugin-remove_button [data-value]].active .remove {
120 border-left-color: #cacaca;
121 }
122
123 .selectize-control.plugin-remove_button .disabled [data-value]] .remove:hover {
124 background: none;
125 }
126
127 .selectize-control.plugin-remove_button .disabled [data-value]] .remove {
128 border-left-color: #fff;
129 }
130
131 .selectize-control.plugin-remove_button .remove-single {
132 position: absolute;
133 right: 28px;
134 top: 6px;
135 font-size: 23px;
136 }
137
138 .selectize-control {
139 position: relative;
140 }
141
142 .selectize-dropdown,
143 .selectize-input,
144 .selectize-input input {
145 color: #303030;
146 font-family: inherit;
147 font-size: 13px;
148 line-height: 18px;
149 -webkit-font-smoothing: inherit;
150 }
151
152 .selectize-input,
153 .selectize-control.single .selectize-input.input-active {
154 background: #fff;
155 cursor: text;
156 display: inline-block;
157 }
158
159 .selectize-input {
160 border: 1px solid #d0d0d0;
161 padding: 6px 6px;
162 display: inline-block;
163 width: 100%;
164 min-height: 36px;
165 overflow: hidden;
166 position: relative;
167 z-index: 1;
168 -webkit-box-sizing: border-box;
169 -moz-box-sizing: border-box;
170 box-sizing: border-box;
171 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
172 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
173 -webkit-border-radius: 3px;
174 -moz-border-radius: 3px;
175 border-radius: 3px;
176 }
177
178 .selectize-control.multi .selectize-input.has-items {
179
180 /* padding: 6px 8px 3px; */
181 }
182
183 .selectize-input.full {
184 background-color: #fff;
185 }
186
187 .selectize-input.disabled,
188 .selectize-input.disabled * {
189 cursor: default !important;
190 }
191
192 .selectize-input.focus {
193 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
194 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
195 }
196
197 .selectize-input.dropdown-active {
198 -webkit-border-radius: 3px 3px 0 0;
199 -moz-border-radius: 3px 3px 0 0;
200 border-radius: 3px 3px 0 0;
201 }
202
203 .selectize-input > * {
204 vertical-align: baseline;
205 display: inline-block;
206 zoom: 1;
207 }
208
209 .selectize-control.multi .selectize-input > div {
210 cursor: pointer;
211 margin: 0 3px 0 0;
212 padding: 2px 6px;
213
214 /*
215 margin: 0 3px 3px 0;
216 padding: 2px 6px;
217 */
218 background: #f2f2f2;
219 color: #303030;
220 border: 0 solid #d0d0d0;
221 font-size: 11px;
222 }
223
224 .selectize-control.multi .selectize-input > div.active {
225 background: #e8e8e8;
226 color: #303030;
227 border: 0 solid #cacaca;
228 }
229
230 .selectize-control.multi .selectize-input.disabled > div,
231 .selectize-control.multi .selectize-input.disabled > div.active {
232 color: #7d7d7d;
233 background: #fff;
234 border: 0 solid #fff;
235 }
236
237 .selectize-input > input {
238 display: inline-block !important;
239 padding: 0 !important;
240 min-height: 0 !important;
241 max-height: none !important;
242 max-width: 100% !important;
243 margin: 0 2px 0 0 !important;
244 text-indent: 0 !important;
245 border: 0 none !important;
246 background: none !important;
247 line-height: inherit !important;
248 -webkit-user-select: auto !important;
249 -webkit-box-shadow: none !important;
250 box-shadow: none !important;
251 }
252
253 .selectize-input > input::-ms-clear {
254 display: none;
255 }
256
257 .selectize-input > input:focus {
258 outline: none !important;
259 }
260
261 .selectize-input::after {
262 content: " ";
263 display: block;
264 clear: left;
265 }
266
267 .selectize-input.dropdown-active::before {
268 content: " ";
269 display: block;
270 position: absolute;
271 background: #f0f0f0;
272 height: 1px;
273 bottom: 0;
274 left: 0;
275 right: 0;
276 }
277
278 .selectize-dropdown {
279 position: absolute;
280 z-index: 10;
281 border: 1px solid #d0d0d0;
282 background: #fff;
283 margin: -1px 0 0 0;
284 border-top: 0 none;
285 -webkit-box-sizing: border-box;
286 -moz-box-sizing: border-box;
287 box-sizing: border-box;
288 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
289 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
290 -webkit-border-radius: 0 0 3px 3px;
291 -moz-border-radius: 0 0 3px 3px;
292 border-radius: 0 0 3px 3px;
293 }
294
295 .selectize-dropdown [data-selectable]] {
296 cursor: pointer;
297 overflow: hidden;
298 }
299
300 .selectize-dropdown [data-selectable]] .highlight {
301 background: rgba(125, 168, 208, 0.2);
302 -webkit-border-radius: 1px;
303 -moz-border-radius: 1px;
304 border-radius: 1px;
305 }
306
307 .selectize-dropdown [data-selectable]],
308 .selectize-dropdown .optgroup-header {
309 padding: 5px 8px;
310 }
311
312 .selectize-dropdown .optgroup:first-child .optgroup-header {
313 border-top: 0 none;
314 }
315
316 .selectize-dropdown .optgroup-header {
317 color: #303030;
318 background: #fff;
319 cursor: default;
320 }
321
322 .selectize-dropdown .active {
323 background-color: #f5fafd;
324 color: #495c68;
325 }
326
327 .selectize-dropdown .active.create {
328 color: #495c68;
329 }
330
331 .selectize-dropdown .create {
332 color: rgba(48, 48, 48, 0.5);
333 }
334
335 .selectize-dropdown-content {
336 overflow-y: auto;
337 overflow-x: hidden;
338 max-height: 200px;
339 -webkit-overflow-scrolling: touch;
340 }
341
342 .selectize-dropdown-content .option {
343 display: block;
344 }
345
346 .selectize-control.single .selectize-input,
347 .selectize-control.single .selectize-input input {
348 cursor: pointer;
349 }
350
351 .selectize-control.single .selectize-input.input-active,
352 .selectize-control.single .selectize-input.input-active input {
353 cursor: text;
354 }
355
356 .selectize-control.single .selectize-input::after {
357 content: " ";
358 display: block;
359 position: absolute;
360 top: 50%;
361 right: 15px;
362 margin-top: -3px;
363 width: 0;
364 height: 0;
365 border-style: solid;
366 border-width: 5px 5px 0 5px;
367 border-color: #808080 transparent transparent transparent;
368 }
369
370 .selectize-control.single .selectize-input.dropdown-active::after {
371 margin-top: -4px;
372 border-width: 0 5px 5px 5px;
373 border-color: transparent transparent #808080 transparent;
374 }
375
376 .selectize-control.rtl.single .selectize-input::after {
377 left: 15px;
378 right: auto;
379 }
380
381 .selectize-control.rtl .selectize-input > input {
382 margin: 0 4px 0 -2px !important;
383 }
384
385 .selectize-control .selectize-input.disabled {
386 opacity: 0.5;
387 background-color: #fafafa;
388 }
389
390 #front-static-pages label {
391 width: 100%;
392 }
393