@@ -137,7 +137,7 @@ html:not(.ie9) .select.fg-line:before {
137137 display : inline-block ;
138138 width : 100% ;
139139 }
140-
140+
141141 .form-control [readonly] {
142142 background-color : inherit ;
143143 }
@@ -457,7 +457,7 @@ html:not(.ie9) .select.fg-line:before {
457457 background : #fafafa ;
458458 box-shadow : 0 2px 8px rgba (0 , 0 , 0 , .28 );
459459 border-radius : 50% ;
460- webkit- transition: left .28s cubic-bezier (0.4 , 0 , .2 , 1 ), background .28s cubic-bezier (0.4 , 0 , .2 , 1 ), box- shadow .28s cubic-bezier (0.4 , 0 , .2 , 1 );
460+ - webkit-transition : left .28s cubic-bezier (0.4 , 0 , .2 , 1 ), background .28s cubic-bezier (0.4 , 0 , .2 , 1 ), box- shadow .28s cubic-bezier (0.4 , 0 , .2 , 1 );
461461 transition : left .28s cubic-bezier (0.4 , 0 , .2 , 1 ), background .28s cubic-bezier (0.4 , 0 , .2 , 1 ), box- shadow .28s cubic-bezier (0.4 , 0 , .2 , 1 );
462462 }
463463 }
@@ -507,12 +507,12 @@ html:not(.ie9) .select.fg-line:before {
507507
508508// topic-select
509509[component= " category/topic" ] {
510-
510+
511511 .checkbox label {
512512 padding-left : 0 ;
513513 position : relative ;
514514 }
515-
515+
516516 .checkbox .select {
517517 top : 0 ;
518518 left : 0 ;
@@ -522,7 +522,7 @@ html:not(.ie9) .select.fg-line:before {
522522 filter : alpha (opacity= 0 );
523523 margin-top : 0 ;
524524 }
525-
525+
526526 .checkbox .input-helper :before , .checkbox .input-helper :after {
527527 -webkit-transition : all ;
528528 -moz-transition : all ;
@@ -536,30 +536,30 @@ html:not(.ie9) .select.fg-line:before {
536536 position : absolute ;
537537 content : " " ;
538538 }
539-
539+
540540 .checkbox .input-helper :before {
541541 left : 0 ;
542542 border : 1px solid #ccc ;
543543 }
544-
544+
545545 .checkbox.disabled {
546546 opacity : .6 ;
547547 filter : alpha (opacity= 60 );
548548 }
549-
549+
550550 .checkbox .select {
551551 width : 17px ;
552552 height : 17px ;
553553 }
554-
554+
555555 & .selected {
556556 .checkbox .input-helper :before {
557557 -webkit-transform : scale (0 );
558558 -ms-transform : scale (0 );
559559 -o-transform : scale (0 );
560560 transform : scale (0 );
561561 }
562-
562+
563563 .checkbox .input-helper :after {
564564 -webkit-transform : scale (1 ) rotate (-50deg );
565565 -ms-transform : scale (1 ) rotate (-50deg );
@@ -569,13 +569,13 @@ html:not(.ie9) .select.fg-line:before {
569569 filter : alpha (opacity= 100 );
570570 }
571571 }
572-
572+
573573 .checkbox .input-helper :before {
574574 top : 0 ;
575575 width : 17px ;
576576 height : 17px ;
577577 }
578-
578+
579579 .checkbox .input-helper :after {
580580 opacity : 0 ;
581581 filter : alpha (opacity= 0 );
0 commit comments