PluginProbe
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder / 1.5
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder v1.5
3.6.0 3.5.0 trunk 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.6.1 1.0.7 1.0.8 1.0.9 1.1 1.1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.5 1.5.1 All 110 releases
buttonizer-multifunctional-button / css / chosen.min.css

chosen.min.css in Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder 1.5, at css/chosen.min.css

346 lines 12.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .chosen-select {
2 width: 100%; }
3
4 .chosen-select-deselect {
5 width: 100%; }
6
7 .chosen-container {
8 display: inline-block;
9 font-size: 14px;
10 position: relative;
11 vertical-align: middle; }
12 .chosen-container .chosen-drop {
13 background: #fff;
14 border: 1px solid #ccc;
15 border-bottom-right-radius: 4px;
16 border-bottom-left-radius: 4px;
17 -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
18 box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
19 margin-top: -1px;
20 position: absolute;
21 top: 100%;
22 left: -9000px;
23 z-index: 1060; }
24 .chosen-container.chosen-with-drop .chosen-drop {
25 left: 0;
26 right: 0; }
27 .chosen-container .chosen-results {
28 color: #555555;
29 margin: 0 4px 4px 0;
30 max-height: 240px;
31 padding: 0 0 0 4px;
32 position: relative;
33 overflow-x: hidden;
34 overflow-y: auto;
35 -webkit-overflow-scrolling: touch; }
36 .chosen-container .chosen-results li {
37 display: none;
38 line-height: 1.42857;
39 list-style: none;
40 margin: 0;
41 padding: 5px 6px; }
42 .chosen-container .chosen-results li em {
43 background: #feffde;
44 font-style: normal; }
45 .chosen-container .chosen-results li.group-result {
46 display: list-item;
47 cursor: default;
48 color: #999;
49 font-weight: bold; }
50 .chosen-container .chosen-results li.group-option {
51 padding-left: 15px; }
52 .chosen-container .chosen-results li.active-result {
53 cursor: pointer;
54 display: list-item; }
55 .chosen-container .chosen-results li.highlighted {
56 background-color: #337ab7;
57 background-image: none;
58 color: white; }
59 .chosen-container .chosen-results li.highlighted em {
60 background: transparent; }
61 .chosen-container .chosen-results li.disabled-result {
62 display: list-item;
63 color: #777777; }
64 .chosen-container .chosen-results .no-results {
65 background: #eeeeee;
66 display: list-item; }
67 .chosen-container .chosen-results-scroll {
68 background: white;
69 margin: 0 4px;
70 position: absolute;
71 text-align: center;
72 width: 321px;
73 z-index: 1; }
74 .chosen-container .chosen-results-scroll span {
75 display: inline-block;
76 height: 1.42857;
77 text-indent: -5000px;
78 width: 9px; }
79 .chosen-container .chosen-results-scroll-down {
80 bottom: 0; }
81 .chosen-container .chosen-results-scroll-down span {
82 background: url("../images/chosen-sprite.png") no-repeat -4px -3px; }
83 .chosen-container .chosen-results-scroll-up span {
84 background: url("../images/chosen-sprite.png") no-repeat -22px -3px; }
85
86 .chosen-container-single .chosen-single {
87 background-color: #fff;
88 -webkit-background-clip: padding-box;
89 -moz-background-clip: padding;
90 background-clip: padding-box;
91 border: 1px solid #ccc;
92 border-top-right-radius: 4px;
93 border-top-left-radius: 4px;
94 border-bottom-right-radius: 4px;
95 border-bottom-left-radius: 4px;
96 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
97 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
98 color: #555555;
99 display: block;
100 height: 34px;
101 overflow: hidden;
102 line-height: 34px;
103 padding: 0 0 0 8px;
104 position: relative;
105 text-decoration: none;
106 white-space: nowrap; }
107 .chosen-container-single .chosen-single span {
108 display: block;
109 margin-right: 26px;
110 overflow: hidden;
111 text-overflow: ellipsis;
112 white-space: nowrap; }
113 .chosen-container-single .chosen-single abbr {
114 background: url("../images/chosen-sprite.png") right top no-repeat;
115 display: block;
116 font-size: 1px;
117 height: 10px;
118 position: absolute;
119 right: 26px;
120 top: 12px;
121 width: 12px; }
122 .chosen-container-single .chosen-single abbr:hover {
123 background-position: right -11px; }
124 .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
125 background-position: right 2px; }
126 .chosen-container-single .chosen-single div {
127 display: block;
128 height: 100%;
129 position: absolute;
130 top: 0;
131 right: 0;
132 width: 18px; }
133 .chosen-container-single .chosen-single div b {
134 background: url("../images/chosen-sprite.png") no-repeat 0 7px;
135 display: block;
136 height: 100%;
137 width: 100%; }
138 .chosen-container-single .chosen-default {
139 color: #777777; }
140 .chosen-container-single .chosen-search {
141 margin: 0;
142 padding: 3px 4px;
143 position: relative;
144 white-space: nowrap;
145 z-index: 1000; }
146 .chosen-container-single .chosen-search input[type="text"] {
147 background: url("../images/chosen-sprite.png") no-repeat 100% -20px, #fff;
148 border: 1px solid #ccc;
149 border-top-right-radius: 4px;
150 border-top-left-radius: 4px;
151 border-bottom-right-radius: 4px;
152 border-bottom-left-radius: 4px;
153 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
154 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
155 margin: 1px 0;
156 padding: 4px 20px 4px 4px;
157 width: 100%; }
158 .chosen-container-single .chosen-drop {
159 margin-top: -1px;
160 border-bottom-right-radius: 4px;
161 border-bottom-left-radius: 4px;
162 -webkit-background-clip: padding-box;
163 -moz-background-clip: padding;
164 background-clip: padding-box; }
165
166 .chosen-container-single-nosearch .chosen-search input[type="text"] {
167 position: absolute;
168 left: -9000px; }
169
170 .chosen-container-multi .chosen-choices {
171 background-color: #fff;
172 border: 1px solid #ccc;
173 border-top-right-radius: 4px;
174 border-top-left-radius: 4px;
175 border-bottom-right-radius: 4px;
176 border-bottom-left-radius: 4px;
177 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
178 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
179 cursor: text;
180 height: auto !important;
181 height: 1%;
182 margin: 0;
183 overflow: hidden;
184 padding: 0;
185 position: relative; }
186 .chosen-container-multi .chosen-choices li {
187 float: left;
188 list-style: none; }
189 .chosen-container-multi .chosen-choices .search-field {
190 margin: 0;
191 padding: 0;
192 white-space: nowrap; }
193 .chosen-container-multi .chosen-choices .search-field input[type="text"] {
194 background: transparent !important;
195 border: 0 !important;
196 -webkit-box-shadow: none;
197 box-shadow: none;
198 color: #555555;
199 height: 32px;
200 margin: 0;
201 padding: 4px;
202 outline: 0; }
203 .chosen-container-multi .chosen-choices .search-field .default {
204 color: #999; }
205 .chosen-container-multi .chosen-choices .search-choice {
206 -webkit-background-clip: padding-box;
207 -moz-background-clip: padding;
208 background-clip: padding-box;
209 background-color: #eeeeee;
210 border: 1px solid #ccc;
211 border-top-right-radius: 4px;
212 border-top-left-radius: 4px;
213 border-bottom-right-radius: 4px;
214 border-bottom-left-radius: 4px;
215 background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
216 background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
217 background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
218 background-repeat: repeat-x;
219 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
220 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
221 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
222 color: #333333;
223 cursor: default;
224 line-height: 13px;
225 margin: 6px 0 3px 5px;
226 padding: 3px 20px 3px 5px;
227 position: relative; }
228 .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
229 background: url("../images/chosen-sprite.png") right top no-repeat;
230 display: block;
231 font-size: 1px;
232 height: 10px;
233 position: absolute;
234 right: 4px;
235 top: 5px;
236 width: 12px;
237 cursor: pointer; }
238 .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
239 background-position: right -11px; }
240 .chosen-container-multi .chosen-choices .search-choice-focus {
241 background: #d4d4d4; }
242 .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
243 background-position: right -11px; }
244 .chosen-container-multi .chosen-results {
245 margin: 0 0 0 0;
246 padding: 0; }
247 .chosen-container-multi .chosen-drop .result-selected {
248 display: none; }
249
250 .chosen-container-active .chosen-single {
251 border: 1px solid #66afe9;
252 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
253 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
254 -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
255 -o-transition: border linear 0.2s, box-shadow linear 0.2s;
256 transition: border linear 0.2s, box-shadow linear 0.2s; }
257 .chosen-container-active.chosen-with-drop .chosen-single {
258 background-color: #fff;
259 border: 1px solid #66afe9;
260 border-bottom-right-radius: 0;
261 border-bottom-left-radius: 0;
262 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
263 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
264 -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
265 -o-transition: border linear 0.2s, box-shadow linear 0.2s;
266 transition: border linear 0.2s, box-shadow linear 0.2s; }
267 .chosen-container-active.chosen-with-drop .chosen-single div {
268 background: transparent;
269 border-left: none; }
270 .chosen-container-active.chosen-with-drop .chosen-single div b {
271 background-position: -18px 7px; }
272 .chosen-container-active .chosen-choices {
273 border: 1px solid #66afe9;
274 border-bottom-right-radius: 0;
275 border-bottom-left-radius: 0;
276 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
277 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
278 -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
279 -o-transition: border linear 0.2s, box-shadow linear 0.2s;
280 transition: border linear 0.2s, box-shadow linear 0.2s; }
281 .chosen-container-active .chosen-choices .search-field input[type="text"] {
282 color: #111 !important; }
283 .chosen-container-active.chosen-with-drop .chosen-choices {
284 border-bottom-right-radius: 0;
285 border-bottom-left-radius: 0; }
286
287 .chosen-disabled {
288 cursor: default;
289 opacity: 0.5 !important; }
290 .chosen-disabled .chosen-single {
291 cursor: default; }
292 .chosen-disabled .chosen-choices .search-choice .search-choice-close {
293 cursor: default; }
294
295 .chosen-rtl {
296 text-align: right; }
297 .chosen-rtl .chosen-single {
298 padding: 0 8px 0 0;
299 overflow: visible; }
300 .chosen-rtl .chosen-single span {
301 margin-left: 26px;
302 margin-right: 0;
303 direction: rtl; }
304 .chosen-rtl .chosen-single div {
305 left: 7px;
306 right: auto; }
307 .chosen-rtl .chosen-single abbr {
308 left: 26px;
309 right: auto; }
310 .chosen-rtl .chosen-choices .search-field input[type="text"] {
311 direction: rtl; }
312 .chosen-rtl .chosen-choices li {
313 float: right; }
314 .chosen-rtl .chosen-choices .search-choice {
315 margin: 6px 5px 3px 0;
316 padding: 3px 5px 3px 19px; }
317 .chosen-rtl .chosen-choices .search-choice .search-choice-close {
318 background-position: right top;
319 left: 4px;
320 right: auto; }
321 .chosen-rtl.chosen-container-single .chosen-results {
322 margin: 0 0 4px 4px;
323 padding: 0 4px 0 0; }
324 .chosen-rtl .chosen-results .group-option {
325 padding-left: 0;
326 padding-right: 15px; }
327 .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
328 border-right: none; }
329 .chosen-rtl .chosen-search input[type="text"] {
330 background: url("../images/chosen-sprite.png") no-repeat -28px -20px, #fff;
331 direction: rtl;
332 padding: 4px 5px 4px 20px; }
333
334 @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
335 .chosen-rtl .chosen-search input[type="text"],
336 .chosen-container-single .chosen-single abbr,
337 .chosen-container-single .chosen-single div b,
338 .chosen-container-single .chosen-search input[type="text"],
339 .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
340 .chosen-container .chosen-results-scroll-down span,
341 .chosen-container .chosen-results-scroll-up span {
342 background-image: url("chosen-sprite@2x.png") !important;
343 background-size: 52px 37px !important;
344 background-repeat: no-repeat !important; } }
345
346 /*# sourceMappingURL=bootstrap-chosen.css.map */