11/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
2- .input ,
3- .select select {
4- -moz-appearance : none;
5- -webkit-appearance : none;
6- align-items : center;
7- border : 1px solid transparent;
8- border-radius : 4px ;
9- box-shadow : none;
10- display : inline-flex;
11- font-size : 1rem ;
12- height : 2.5em ;
13- justify-content : flex-start;
14- line-height : 1.5 ;
15- padding-bottom : calc (0.5em - 1px );
16- padding-left : calc (0.75em - 1px );
17- padding-right : calc (0.75em - 1px );
18- padding-top : calc (0.5em - 1px );
19- position : relative;
20- vertical-align : top;
21- }
22- .input : active ,
23- .input : focus ,
24- .is-active .input ,
25- .select select .is-active ,
26- .select select : active ,
27- .select select : focus {
28- outline : 0 ;
29- }
30- .input [disabled ],
31- .select select [disabled ] {
32- cursor : not-allowed;
33- }
34-
352.file ,
36- .navbar-link : not (.is-arrowless )::after ,
37- .select : not (.is-multiple ): not (.is-loading )::after {
3+ .navbar-link : not (.is-arrowless )::after {
384 border : 3px solid transparent;
395 border-radius : 2px ;
406 border-right : 0 ;
@@ -247,77 +213,6 @@ a.box:active {
247213 text-align : center;
248214 vertical-align : top;
249215}
250- .input ,
251- .select select {
252- background-color : # fff ;
253- border-color : # dbdbdb ;
254- border-radius : 4px ;
255- color : # 363636 ;
256- }
257- .input ::-moz-placeholder ,
258- .select select ::-moz-placeholder {
259- color : rgba (54 , 54 , 54 , 0.3 );
260- }
261- .input ::-webkit-input-placeholder ,
262- .select select ::-webkit-input-placeholder {
263- color : rgba (54 , 54 , 54 , 0.3 );
264- }
265- .input : -moz-placeholder ,
266- .select select : -moz-placeholder {
267- color : rgba (54 , 54 , 54 , 0.3 );
268- }
269- .input : -ms-input-placeholder ,
270- .select select : -ms-input-placeholder {
271- color : rgba (54 , 54 , 54 , 0.3 );
272- }
273- .input : hover ,
274- .select select : hover {
275- border-color : # b5b5b5 ;
276- }
277- .input : active ,
278- .input : focus ,
279- .is-active .input ,
280- .select select .is-active ,
281- .select select : active ,
282- .select select : focus {
283- border-color : # 485fc7 ;
284- box-shadow : 0 0 0 0.125em rgba (72 , 95 , 199 , 0.25 );
285- }
286- .input [disabled ],
287- .select select [disabled ] {
288- background-color : # f5f5f5 ;
289- border-color : # f5f5f5 ;
290- box-shadow : none;
291- color : # 7a7a7a ;
292- }
293- .input [disabled ]::-moz-placeholder ,
294- .select select [disabled ]::-moz-placeholder {
295- color : rgba (122 , 122 , 122 , 0.3 );
296- }
297- .input [disabled ]::-webkit-input-placeholder ,
298- .select select [disabled ]::-webkit-input-placeholder {
299- color : rgba (122 , 122 , 122 , 0.3 );
300- }
301- .input [disabled ]: -moz-placeholder ,
302- .select select [disabled ]: -moz-placeholder {
303- color : rgba (122 , 122 , 122 , 0.3 );
304- }
305- .input [disabled ]: -ms-input-placeholder ,
306- .select select [disabled ]: -ms-input-placeholder {
307- color : rgba (122 , 122 , 122 , 0.3 );
308- }
309- .input {
310- box-shadow : inset 0 0.0625em 0.125em rgba (10 , 10 , 10 , 0.05 );
311- max-width : 100% ;
312- width : 100% ;
313- }
314- .input .is-static {
315- background-color : transparent;
316- border-color : transparent;
317- box-shadow : none;
318- padding-left : 0 ;
319- padding-right : 0 ;
320- }
321216
322217.radio {
323218 cursor : pointer;
@@ -342,46 +237,6 @@ a.box:active {
342237.radio + .radio {
343238 margin-left : 0.5em ;
344239}
345- .select {
346- display : inline-block;
347- max-width : 100% ;
348- position : relative;
349- vertical-align : top;
350- }
351- .select : not (.is-multiple ) {
352- height : 2.5em ;
353- }
354- .select : not (.is-multiple ): not (.is-loading )::after {
355- border-color : # 485fc7 ;
356- right : 1.125em ;
357- z-index : 4 ;
358- }
359- .select select {
360- cursor : pointer;
361- display : block;
362- font-size : 1em ;
363- max-width : 100% ;
364- outline : 0 ;
365- }
366- .select select ::-ms-expand {
367- display : none;
368- }
369- .select select [disabled ]: hover {
370- border-color : # f5f5f5 ;
371- }
372- .select select : not ([multiple ]) {
373- padding-right : 2.5em ;
374- }
375- .select select [multiple ] {
376- height : auto;
377- padding : 0 ;
378- }
379- .select select [multiple ] option {
380- padding : 0.5em 1em ;
381- }
382- .select : not (.is-multiple ): not (.is-loading ): hover ::after {
383- border-color : # 363636 ;
384- }
385240.file {
386241 align-items : stretch;
387242 display : flex;
0 commit comments