@syncfusion/ej2-splitbuttons 32.1.24 → 32.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-splitbuttons.min.js +1 -1
- package/dist/ej2-splitbuttons.umd.min.js +1 -1
- package/dist/global/ej2-splitbuttons.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +3 -3
- package/styles/bds-lite.css +702 -702
- package/styles/bds.css +702 -702
- package/styles/bootstrap-dark-lite.css +227 -227
- package/styles/bootstrap-dark.css +227 -227
- package/styles/bootstrap-lite.css +227 -227
- package/styles/bootstrap.css +227 -227
- package/styles/bootstrap4-lite.css +235 -235
- package/styles/bootstrap4.css +235 -235
- package/styles/bootstrap5-dark-lite.css +235 -235
- package/styles/bootstrap5-dark.css +235 -235
- package/styles/bootstrap5-lite.css +235 -235
- package/styles/bootstrap5.3-lite.css +708 -708
- package/styles/bootstrap5.3.css +708 -708
- package/styles/bootstrap5.css +235 -235
- package/styles/button-group/_all.bds.scss +1 -1
- package/styles/button-group/_all.bootstrap-dark.scss +1 -1
- package/styles/button-group/_all.bootstrap.scss +1 -1
- package/styles/button-group/_all.bootstrap4.scss +1 -1
- package/styles/button-group/_all.bootstrap5-dark.scss +1 -1
- package/styles/button-group/_all.bootstrap5.3.scss +1 -1
- package/styles/button-group/_all.bootstrap5.scss +1 -1
- package/styles/button-group/_all.fabric-dark.scss +1 -1
- package/styles/button-group/_all.fabric.scss +1 -1
- package/styles/button-group/_all.fluent-dark.scss +1 -1
- package/styles/button-group/_all.fluent.scss +1 -1
- package/styles/button-group/_all.fluent2.scss +1 -1
- package/styles/button-group/_all.highcontrast-light.scss +1 -1
- package/styles/button-group/_all.highcontrast.scss +1 -1
- package/styles/button-group/_all.material-dark.scss +1 -1
- package/styles/button-group/_all.material.scss +1 -1
- package/styles/button-group/_all.material3-dark.scss +1 -1
- package/styles/button-group/_all.material3.scss +1 -1
- package/styles/button-group/_all.tailwind-dark.scss +1 -1
- package/styles/button-group/_all.tailwind.scss +1 -1
- package/styles/button-group/_all.tailwind3.scss +1 -1
- package/styles/button-group/_bigger.scss +1 -0
- package/styles/button-group/_layout.scss +1 -0
- package/styles/button-group/_theme.scss +1 -0
- package/styles/button-group/bds.css +702 -702
- package/styles/button-group/bootstrap-dark.css +227 -227
- package/styles/button-group/bootstrap.css +227 -227
- package/styles/button-group/bootstrap4.css +235 -235
- package/styles/button-group/bootstrap5-dark.css +235 -235
- package/styles/button-group/bootstrap5.3.css +708 -708
- package/styles/button-group/bootstrap5.css +235 -235
- package/styles/button-group/fabric-dark.css +227 -227
- package/styles/button-group/fabric.css +227 -227
- package/styles/button-group/fluent-dark.css +227 -227
- package/styles/button-group/fluent.css +227 -227
- package/styles/button-group/fluent2.css +729 -729
- package/styles/button-group/highcontrast-light.css +227 -227
- package/styles/button-group/highcontrast.css +227 -227
- package/styles/button-group/material-dark.css +227 -227
- package/styles/button-group/material.css +227 -227
- package/styles/button-group/material3-dark.css +850 -850
- package/styles/button-group/material3.css +850 -850
- package/styles/button-group/tailwind-dark.css +235 -235
- package/styles/button-group/tailwind.css +235 -235
- package/styles/button-group/tailwind3.css +745 -745
- package/styles/drop-down-button/_bigger.scss +1 -0
- package/styles/drop-down-button/_layout.scss +1 -0
- package/styles/drop-down-button/_theme.scss +1 -0
- package/styles/fabric-dark-lite.css +227 -227
- package/styles/fabric-dark.css +227 -227
- package/styles/fabric-lite.css +227 -227
- package/styles/fabric.css +227 -227
- package/styles/fluent-dark-lite.css +227 -227
- package/styles/fluent-dark.css +227 -227
- package/styles/fluent-lite.css +227 -227
- package/styles/fluent.css +227 -227
- package/styles/fluent2-lite.css +729 -729
- package/styles/fluent2.css +729 -729
- package/styles/highcontrast-light-lite.css +227 -227
- package/styles/highcontrast-light.css +227 -227
- package/styles/highcontrast-lite.css +227 -227
- package/styles/highcontrast.css +227 -227
- package/styles/material-dark-lite.css +227 -227
- package/styles/material-dark.css +227 -227
- package/styles/material-lite.css +227 -227
- package/styles/material.css +227 -227
- package/styles/material3-dark-lite.css +850 -850
- package/styles/material3-dark.css +850 -850
- package/styles/material3-lite.css +850 -850
- package/styles/material3.css +850 -850
- package/styles/progress-button/_bigger.scss +1 -0
- package/styles/split-button/_bigger.scss +1 -0
- package/styles/split-button/_layout.scss +1 -0
- package/styles/split-button/_theme.scss +1 -0
- package/styles/tailwind-dark-lite.css +235 -235
- package/styles/tailwind-dark.css +235 -235
- package/styles/tailwind-lite.css +235 -235
- package/styles/tailwind.css +235 -235
- package/styles/tailwind3-lite.css +745 -745
- package/styles/tailwind3.css +745 -745
|
@@ -606,6 +606,233 @@
|
|
|
606
606
|
padding-top: 0;
|
|
607
607
|
}
|
|
608
608
|
|
|
609
|
+
/* stylelint-disable */
|
|
610
|
+
*.e-btn-group,
|
|
611
|
+
*.e-css.e-btn-group {
|
|
612
|
+
display: -webkit-inline-box;
|
|
613
|
+
display: -ms-inline-flexbox;
|
|
614
|
+
display: inline-flex;
|
|
615
|
+
border-radius: 0;
|
|
616
|
+
-webkit-box-orient: horizontal;
|
|
617
|
+
-webkit-box-direction: normal;
|
|
618
|
+
-ms-flex-direction: row;
|
|
619
|
+
flex-direction: row;
|
|
620
|
+
position: relative;
|
|
621
|
+
}
|
|
622
|
+
*.e-btn-group input + label.e-btn,
|
|
623
|
+
*.e-css.e-btn-group input + label.e-btn {
|
|
624
|
+
margin-bottom: 0;
|
|
625
|
+
}
|
|
626
|
+
*.e-btn-group input,
|
|
627
|
+
*.e-css.e-btn-group input {
|
|
628
|
+
-moz-appearance: none;
|
|
629
|
+
height: 1px;
|
|
630
|
+
margin: 0 0 0 -1px;
|
|
631
|
+
opacity: 0;
|
|
632
|
+
position: absolute;
|
|
633
|
+
width: 1px;
|
|
634
|
+
}
|
|
635
|
+
*.e-btn-group input:disabled + label.e-btn,
|
|
636
|
+
*.e-btn-group :disabled,
|
|
637
|
+
*.e-css.e-btn-group input:disabled + label.e-btn,
|
|
638
|
+
*.e-css.e-btn-group :disabled {
|
|
639
|
+
cursor: default;
|
|
640
|
+
pointer-events: none;
|
|
641
|
+
}
|
|
642
|
+
*.e-btn-group .e-btn-icon,
|
|
643
|
+
*.e-css.e-btn-group .e-btn-icon {
|
|
644
|
+
font-size: 14px;
|
|
645
|
+
}
|
|
646
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
|
|
647
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
|
|
648
|
+
margin-left: 0;
|
|
649
|
+
}
|
|
650
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
|
|
651
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
652
|
+
border-radius: 0;
|
|
653
|
+
}
|
|
654
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
|
|
655
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
|
|
656
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
|
|
657
|
+
border-bottom-right-radius: 0;
|
|
658
|
+
border-top-right-radius: 0;
|
|
659
|
+
}
|
|
660
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
|
|
661
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
662
|
+
border-bottom-left-radius: 0;
|
|
663
|
+
border-top-left-radius: 0;
|
|
664
|
+
}
|
|
665
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
|
|
666
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
|
|
667
|
+
border-bottom-left-radius: 0;
|
|
668
|
+
border-top-left-radius: 0;
|
|
669
|
+
}
|
|
670
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
671
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
672
|
+
border-bottom-right-radius: 0;
|
|
673
|
+
border-top-right-radius: 0;
|
|
674
|
+
}
|
|
675
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
676
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
677
|
+
border-bottom-left-radius: 0;
|
|
678
|
+
border-top-left-radius: 0;
|
|
679
|
+
}
|
|
680
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
681
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
682
|
+
border-bottom-right-radius: 0;
|
|
683
|
+
border-top-right-radius: 0;
|
|
684
|
+
}
|
|
685
|
+
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
686
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
687
|
+
border-bottom-left-radius: 0;
|
|
688
|
+
border-top-left-radius: 0;
|
|
689
|
+
}
|
|
690
|
+
*.e-btn-group.e-rtl .e-btn,
|
|
691
|
+
*.e-css.e-btn-group.e-rtl .e-btn {
|
|
692
|
+
margin-left: 0;
|
|
693
|
+
}
|
|
694
|
+
*.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
695
|
+
*.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
696
|
+
border-radius: 0;
|
|
697
|
+
}
|
|
698
|
+
*.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
|
|
699
|
+
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
700
|
+
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
701
|
+
border-bottom-left-radius: 0;
|
|
702
|
+
border-top-left-radius: 0;
|
|
703
|
+
}
|
|
704
|
+
*.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
705
|
+
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
706
|
+
border-bottom-right-radius: 0;
|
|
707
|
+
border-top-right-radius: 0;
|
|
708
|
+
}
|
|
709
|
+
*.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
|
|
710
|
+
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
|
|
711
|
+
border-bottom-right-radius: 0;
|
|
712
|
+
border-top-right-radius: 0;
|
|
713
|
+
}
|
|
714
|
+
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
715
|
+
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
716
|
+
border-bottom-left-radius: 0;
|
|
717
|
+
border-top-left-radius: 0;
|
|
718
|
+
}
|
|
719
|
+
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
720
|
+
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
721
|
+
border-bottom-right-radius: 0;
|
|
722
|
+
border-top-right-radius: 0;
|
|
723
|
+
}
|
|
724
|
+
*.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
725
|
+
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
726
|
+
border-bottom-left-radius: 0;
|
|
727
|
+
border-top-left-radius: 0;
|
|
728
|
+
}
|
|
729
|
+
*.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
730
|
+
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
731
|
+
border-bottom-right-radius: 0;
|
|
732
|
+
border-top-right-radius: 0;
|
|
733
|
+
}
|
|
734
|
+
*.e-btn-group.e-vertical,
|
|
735
|
+
*.e-css.e-btn-group.e-vertical {
|
|
736
|
+
-webkit-box-orient: vertical;
|
|
737
|
+
-webkit-box-direction: normal;
|
|
738
|
+
-ms-flex-direction: column;
|
|
739
|
+
flex-direction: column;
|
|
740
|
+
}
|
|
741
|
+
*.e-btn-group.e-vertical input,
|
|
742
|
+
*.e-css.e-btn-group.e-vertical input {
|
|
743
|
+
margin: -1 0 0;
|
|
744
|
+
}
|
|
745
|
+
*.e-btn-group.e-vertical .e-btn:not(.e-outline),
|
|
746
|
+
*.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
|
|
747
|
+
margin-top: -1px;
|
|
748
|
+
}
|
|
749
|
+
*.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
|
|
750
|
+
*.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
751
|
+
border-radius: 0;
|
|
752
|
+
}
|
|
753
|
+
*.e-btn-group.e-vertical .e-btn:first-of-type,
|
|
754
|
+
*.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
|
|
755
|
+
border-bottom-left-radius: 0;
|
|
756
|
+
border-bottom-right-radius: 0;
|
|
757
|
+
border-top-left-radius: 2px;
|
|
758
|
+
border-top-right-radius: 2px;
|
|
759
|
+
}
|
|
760
|
+
*.e-btn-group.e-vertical .e-btn:last-of-type,
|
|
761
|
+
*.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
|
|
762
|
+
border-bottom-left-radius: 2px;
|
|
763
|
+
border-bottom-right-radius: 2px;
|
|
764
|
+
border-top-left-radius: 0;
|
|
765
|
+
border-top-right-radius: 0;
|
|
766
|
+
}
|
|
767
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
|
|
768
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
|
|
769
|
+
border-radius: 20px;
|
|
770
|
+
}
|
|
771
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
|
|
772
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
|
|
773
|
+
border-bottom-left-radius: 20px;
|
|
774
|
+
border-top-left-radius: 20px;
|
|
775
|
+
}
|
|
776
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
|
|
777
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
|
|
778
|
+
border-bottom-right-radius: 20px;
|
|
779
|
+
border-top-right-radius: 20px;
|
|
780
|
+
}
|
|
781
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
|
|
782
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
|
|
783
|
+
border-bottom-right-radius: 0;
|
|
784
|
+
border-top-right-radius: 0;
|
|
785
|
+
}
|
|
786
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
|
|
787
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
|
|
788
|
+
border-bottom-left-radius: 0;
|
|
789
|
+
border-top-left-radius: 0;
|
|
790
|
+
}
|
|
791
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
|
|
792
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
|
|
793
|
+
border-bottom-left-radius: 20px;
|
|
794
|
+
border-top-left-radius: 20px;
|
|
795
|
+
}
|
|
796
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
797
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
798
|
+
border-bottom-right-radius: 0;
|
|
799
|
+
border-top-right-radius: 0;
|
|
800
|
+
}
|
|
801
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
802
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
803
|
+
border-bottom-left-radius: 0;
|
|
804
|
+
border-top-left-radius: 0;
|
|
805
|
+
}
|
|
806
|
+
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
|
|
807
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
|
|
808
|
+
border-bottom-right-radius: 20px;
|
|
809
|
+
border-top-right-radius: 20px;
|
|
810
|
+
}
|
|
811
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
|
|
812
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
|
|
813
|
+
border-radius: 20px;
|
|
814
|
+
}
|
|
815
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
|
|
816
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
|
|
817
|
+
border-bottom-right-radius: 20px;
|
|
818
|
+
border-top-right-radius: 20px;
|
|
819
|
+
}
|
|
820
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
|
|
821
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
|
|
822
|
+
border-bottom-left-radius: 20px;
|
|
823
|
+
border-top-left-radius: 20px;
|
|
824
|
+
}
|
|
825
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
|
|
826
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
827
|
+
border-bottom-left-radius: 0;
|
|
828
|
+
border-top-left-radius: 0;
|
|
829
|
+
}
|
|
830
|
+
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
|
|
831
|
+
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
|
|
832
|
+
border-bottom-right-radius: 0;
|
|
833
|
+
border-top-right-radius: 0;
|
|
834
|
+
}
|
|
835
|
+
|
|
609
836
|
/* stylelint-disable */
|
|
610
837
|
.e-btn-group:not(.e-outline),
|
|
611
838
|
.e-css.e-btn-group:not(.e-outline) {
|
|
@@ -1185,233 +1412,6 @@
|
|
|
1185
1412
|
border-right: transparent;
|
|
1186
1413
|
}
|
|
1187
1414
|
|
|
1188
|
-
/* stylelint-disable */
|
|
1189
|
-
*.e-btn-group,
|
|
1190
|
-
*.e-css.e-btn-group {
|
|
1191
|
-
display: -webkit-inline-box;
|
|
1192
|
-
display: -ms-inline-flexbox;
|
|
1193
|
-
display: inline-flex;
|
|
1194
|
-
border-radius: 0;
|
|
1195
|
-
-webkit-box-orient: horizontal;
|
|
1196
|
-
-webkit-box-direction: normal;
|
|
1197
|
-
-ms-flex-direction: row;
|
|
1198
|
-
flex-direction: row;
|
|
1199
|
-
position: relative;
|
|
1200
|
-
}
|
|
1201
|
-
*.e-btn-group input + label.e-btn,
|
|
1202
|
-
*.e-css.e-btn-group input + label.e-btn {
|
|
1203
|
-
margin-bottom: 0;
|
|
1204
|
-
}
|
|
1205
|
-
*.e-btn-group input,
|
|
1206
|
-
*.e-css.e-btn-group input {
|
|
1207
|
-
-moz-appearance: none;
|
|
1208
|
-
height: 1px;
|
|
1209
|
-
margin: 0 0 0 -1px;
|
|
1210
|
-
opacity: 0;
|
|
1211
|
-
position: absolute;
|
|
1212
|
-
width: 1px;
|
|
1213
|
-
}
|
|
1214
|
-
*.e-btn-group input:disabled + label.e-btn,
|
|
1215
|
-
*.e-btn-group :disabled,
|
|
1216
|
-
*.e-css.e-btn-group input:disabled + label.e-btn,
|
|
1217
|
-
*.e-css.e-btn-group :disabled {
|
|
1218
|
-
cursor: default;
|
|
1219
|
-
pointer-events: none;
|
|
1220
|
-
}
|
|
1221
|
-
*.e-btn-group .e-btn-icon,
|
|
1222
|
-
*.e-css.e-btn-group .e-btn-icon {
|
|
1223
|
-
font-size: 14px;
|
|
1224
|
-
}
|
|
1225
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
|
|
1226
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
|
|
1227
|
-
margin-left: 0;
|
|
1228
|
-
}
|
|
1229
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
|
|
1230
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
1231
|
-
border-radius: 0;
|
|
1232
|
-
}
|
|
1233
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
|
|
1234
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
|
|
1235
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
|
|
1236
|
-
border-bottom-right-radius: 0;
|
|
1237
|
-
border-top-right-radius: 0;
|
|
1238
|
-
}
|
|
1239
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
|
|
1240
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
1241
|
-
border-bottom-left-radius: 0;
|
|
1242
|
-
border-top-left-radius: 0;
|
|
1243
|
-
}
|
|
1244
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
|
|
1245
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
|
|
1246
|
-
border-bottom-left-radius: 0;
|
|
1247
|
-
border-top-left-radius: 0;
|
|
1248
|
-
}
|
|
1249
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
1250
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
1251
|
-
border-bottom-right-radius: 0;
|
|
1252
|
-
border-top-right-radius: 0;
|
|
1253
|
-
}
|
|
1254
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
1255
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
1256
|
-
border-bottom-left-radius: 0;
|
|
1257
|
-
border-top-left-radius: 0;
|
|
1258
|
-
}
|
|
1259
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
1260
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
1261
|
-
border-bottom-right-radius: 0;
|
|
1262
|
-
border-top-right-radius: 0;
|
|
1263
|
-
}
|
|
1264
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
1265
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
1266
|
-
border-bottom-left-radius: 0;
|
|
1267
|
-
border-top-left-radius: 0;
|
|
1268
|
-
}
|
|
1269
|
-
*.e-btn-group.e-rtl .e-btn,
|
|
1270
|
-
*.e-css.e-btn-group.e-rtl .e-btn {
|
|
1271
|
-
margin-left: 0;
|
|
1272
|
-
}
|
|
1273
|
-
*.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
1274
|
-
*.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
1275
|
-
border-radius: 0;
|
|
1276
|
-
}
|
|
1277
|
-
*.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
|
|
1278
|
-
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
1279
|
-
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
1280
|
-
border-bottom-left-radius: 0;
|
|
1281
|
-
border-top-left-radius: 0;
|
|
1282
|
-
}
|
|
1283
|
-
*.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
1284
|
-
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
1285
|
-
border-bottom-right-radius: 0;
|
|
1286
|
-
border-top-right-radius: 0;
|
|
1287
|
-
}
|
|
1288
|
-
*.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
|
|
1289
|
-
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
|
|
1290
|
-
border-bottom-right-radius: 0;
|
|
1291
|
-
border-top-right-radius: 0;
|
|
1292
|
-
}
|
|
1293
|
-
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
1294
|
-
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
1295
|
-
border-bottom-left-radius: 0;
|
|
1296
|
-
border-top-left-radius: 0;
|
|
1297
|
-
}
|
|
1298
|
-
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
1299
|
-
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
1300
|
-
border-bottom-right-radius: 0;
|
|
1301
|
-
border-top-right-radius: 0;
|
|
1302
|
-
}
|
|
1303
|
-
*.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
1304
|
-
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
1305
|
-
border-bottom-left-radius: 0;
|
|
1306
|
-
border-top-left-radius: 0;
|
|
1307
|
-
}
|
|
1308
|
-
*.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
1309
|
-
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
1310
|
-
border-bottom-right-radius: 0;
|
|
1311
|
-
border-top-right-radius: 0;
|
|
1312
|
-
}
|
|
1313
|
-
*.e-btn-group.e-vertical,
|
|
1314
|
-
*.e-css.e-btn-group.e-vertical {
|
|
1315
|
-
-webkit-box-orient: vertical;
|
|
1316
|
-
-webkit-box-direction: normal;
|
|
1317
|
-
-ms-flex-direction: column;
|
|
1318
|
-
flex-direction: column;
|
|
1319
|
-
}
|
|
1320
|
-
*.e-btn-group.e-vertical input,
|
|
1321
|
-
*.e-css.e-btn-group.e-vertical input {
|
|
1322
|
-
margin: -1 0 0;
|
|
1323
|
-
}
|
|
1324
|
-
*.e-btn-group.e-vertical .e-btn:not(.e-outline),
|
|
1325
|
-
*.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
|
|
1326
|
-
margin-top: -1px;
|
|
1327
|
-
}
|
|
1328
|
-
*.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
|
|
1329
|
-
*.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
1330
|
-
border-radius: 0;
|
|
1331
|
-
}
|
|
1332
|
-
*.e-btn-group.e-vertical .e-btn:first-of-type,
|
|
1333
|
-
*.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
|
|
1334
|
-
border-bottom-left-radius: 0;
|
|
1335
|
-
border-bottom-right-radius: 0;
|
|
1336
|
-
border-top-left-radius: 2px;
|
|
1337
|
-
border-top-right-radius: 2px;
|
|
1338
|
-
}
|
|
1339
|
-
*.e-btn-group.e-vertical .e-btn:last-of-type,
|
|
1340
|
-
*.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
|
|
1341
|
-
border-bottom-left-radius: 2px;
|
|
1342
|
-
border-bottom-right-radius: 2px;
|
|
1343
|
-
border-top-left-radius: 0;
|
|
1344
|
-
border-top-right-radius: 0;
|
|
1345
|
-
}
|
|
1346
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
|
|
1347
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
|
|
1348
|
-
border-radius: 20px;
|
|
1349
|
-
}
|
|
1350
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
|
|
1351
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
|
|
1352
|
-
border-bottom-left-radius: 20px;
|
|
1353
|
-
border-top-left-radius: 20px;
|
|
1354
|
-
}
|
|
1355
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
|
|
1356
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
|
|
1357
|
-
border-bottom-right-radius: 20px;
|
|
1358
|
-
border-top-right-radius: 20px;
|
|
1359
|
-
}
|
|
1360
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
|
|
1361
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
|
|
1362
|
-
border-bottom-right-radius: 0;
|
|
1363
|
-
border-top-right-radius: 0;
|
|
1364
|
-
}
|
|
1365
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
|
|
1366
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
|
|
1367
|
-
border-bottom-left-radius: 0;
|
|
1368
|
-
border-top-left-radius: 0;
|
|
1369
|
-
}
|
|
1370
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
|
|
1371
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
|
|
1372
|
-
border-bottom-left-radius: 20px;
|
|
1373
|
-
border-top-left-radius: 20px;
|
|
1374
|
-
}
|
|
1375
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
1376
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
1377
|
-
border-bottom-right-radius: 0;
|
|
1378
|
-
border-top-right-radius: 0;
|
|
1379
|
-
}
|
|
1380
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
1381
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
1382
|
-
border-bottom-left-radius: 0;
|
|
1383
|
-
border-top-left-radius: 0;
|
|
1384
|
-
}
|
|
1385
|
-
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
|
|
1386
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
|
|
1387
|
-
border-bottom-right-radius: 20px;
|
|
1388
|
-
border-top-right-radius: 20px;
|
|
1389
|
-
}
|
|
1390
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
|
|
1391
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
|
|
1392
|
-
border-radius: 20px;
|
|
1393
|
-
}
|
|
1394
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
|
|
1395
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
|
|
1396
|
-
border-bottom-right-radius: 20px;
|
|
1397
|
-
border-top-right-radius: 20px;
|
|
1398
|
-
}
|
|
1399
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
|
|
1400
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
|
|
1401
|
-
border-bottom-left-radius: 20px;
|
|
1402
|
-
border-top-left-radius: 20px;
|
|
1403
|
-
}
|
|
1404
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
|
|
1405
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
1406
|
-
border-bottom-left-radius: 0;
|
|
1407
|
-
border-top-left-radius: 0;
|
|
1408
|
-
}
|
|
1409
|
-
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
|
|
1410
|
-
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
|
|
1411
|
-
border-bottom-right-radius: 0;
|
|
1412
|
-
border-top-right-radius: 0;
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
1415
|
.e-bigger .e-btn-group .e-btn-icon,
|
|
1416
1416
|
.e-bigger.e-btn-group .e-btn-icon,
|
|
1417
1417
|
.e-bigger .e-css.e-btn-group .e-btn-icon,
|