@syncfusion/ej2-splitbuttons 20.4.50 → 21.1.37

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.
Files changed (74) hide show
  1. package/CHANGELOG.md +2 -13
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +20 -5
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +20 -5
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +9 -8
  13. package/src/drop-down-button/drop-down-button.js +6 -2
  14. package/src/progress-button/progress-button-model.d.ts +3 -1
  15. package/src/progress-button/progress-button.d.ts +19 -1
  16. package/src/split-button/split-button.js +14 -3
  17. package/styles/bootstrap-dark.css +44 -44
  18. package/styles/bootstrap.css +44 -44
  19. package/styles/bootstrap4.css +44 -44
  20. package/styles/bootstrap5-dark.css +48 -48
  21. package/styles/bootstrap5.css +48 -48
  22. package/styles/button-group/_bootstrap5-definition.scss +2 -2
  23. package/styles/button-group/_fluent-definition.scss +2 -2
  24. package/styles/button-group/_tailwind-definition.scss +1 -1
  25. package/styles/button-group/_theme.scss +4 -2
  26. package/styles/button-group/bootstrap-dark.css +30 -30
  27. package/styles/button-group/bootstrap.css +30 -30
  28. package/styles/button-group/bootstrap4.css +31 -31
  29. package/styles/button-group/bootstrap5-dark.css +30 -30
  30. package/styles/button-group/bootstrap5.css +30 -30
  31. package/styles/button-group/fabric-dark.css +30 -30
  32. package/styles/button-group/fabric.css +30 -30
  33. package/styles/button-group/fluent-dark.css +30 -30
  34. package/styles/button-group/fluent.css +30 -30
  35. package/styles/button-group/highcontrast-light.css +30 -30
  36. package/styles/button-group/highcontrast.css +30 -30
  37. package/styles/button-group/material-dark.css +30 -30
  38. package/styles/button-group/material.css +30 -30
  39. package/styles/button-group/tailwind-dark.css +30 -30
  40. package/styles/button-group/tailwind.css +30 -30
  41. package/styles/drop-down-button/_bootstrap5-definition.scss +5 -5
  42. package/styles/drop-down-button/_fluent-definition.scss +5 -5
  43. package/styles/drop-down-button/_layout.scss +12 -0
  44. package/styles/drop-down-button/_tailwind-definition.scss +4 -4
  45. package/styles/fabric-dark.css +44 -44
  46. package/styles/fabric.css +44 -44
  47. package/styles/fluent-dark.css +48 -48
  48. package/styles/fluent.css +48 -48
  49. package/styles/highcontrast-light.css +44 -44
  50. package/styles/highcontrast.css +44 -44
  51. package/styles/material-dark.css +43 -43
  52. package/styles/material.css +43 -43
  53. package/styles/progress-button/_theme.scss +45 -19
  54. package/styles/progress-button/bootstrap-dark.css +14 -14
  55. package/styles/progress-button/bootstrap.css +14 -14
  56. package/styles/progress-button/bootstrap4.css +13 -13
  57. package/styles/progress-button/bootstrap5-dark.css +18 -18
  58. package/styles/progress-button/bootstrap5.css +18 -18
  59. package/styles/progress-button/fabric-dark.css +14 -14
  60. package/styles/progress-button/fabric.css +14 -14
  61. package/styles/progress-button/fluent-dark.css +18 -18
  62. package/styles/progress-button/fluent.css +18 -18
  63. package/styles/progress-button/highcontrast-light.css +14 -14
  64. package/styles/progress-button/highcontrast.css +14 -14
  65. package/styles/progress-button/material-dark.css +13 -13
  66. package/styles/progress-button/material.css +13 -13
  67. package/styles/progress-button/tailwind-dark.css +18 -18
  68. package/styles/progress-button/tailwind.css +18 -18
  69. package/styles/tailwind-dark.css +48 -48
  70. package/styles/tailwind.css +48 -48
  71. package/styles/button-group/_material3-definition.scss +0 -31
  72. package/styles/drop-down-button/_material3-definition.scss +0 -50
  73. package/styles/progress-button/_material3-definition.scss +0 -21
  74. package/styles/split-button/_material3-definition.scss +0 -24
@@ -812,7 +812,7 @@
812
812
  .e-btn-group input:focus + label.e-btn,
813
813
  .e-css.e-btn-group .e-btn:focus,
814
814
  .e-css.e-btn-group input:focus + label.e-btn {
815
- background-color: #878787;
815
+ background: #878787;
816
816
  border-color: transparent;
817
817
  color: #fff;
818
818
  outline: #616161 0 solid;
@@ -825,7 +825,7 @@
825
825
  .e-btn-group input:focus + label.e-btn.e-primary,
826
826
  .e-css.e-btn-group .e-btn:focus.e-primary,
827
827
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
828
- background-color: #0086c2;
828
+ background: #0086c2;
829
829
  border-color: transparent;
830
830
  color: #000;
831
831
  outline: #616161 0 solid;
@@ -837,7 +837,7 @@
837
837
  .e-btn-group input:focus + label.e-btn.e-success,
838
838
  .e-css.e-btn-group .e-btn:focus.e-success,
839
839
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
840
- background-color: #77c27a;
840
+ background: #77c27a;
841
841
  border-color: transparent;
842
842
  color: #fff;
843
843
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
@@ -848,7 +848,7 @@
848
848
  .e-btn-group input:focus + label.e-btn.e-info,
849
849
  .e-css.e-btn-group .e-btn:focus.e-info,
850
850
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
851
- background-color: #3fbef7;
851
+ background: #3fbef7;
852
852
  border-color: transparent;
853
853
  color: #fff;
854
854
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
@@ -859,7 +859,7 @@
859
859
  .e-btn-group input:focus + label.e-btn.e-warning,
860
860
  .e-css.e-btn-group .e-btn:focus.e-warning,
861
861
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
862
- background-color: #ffb13d;
862
+ background: #ffb13d;
863
863
  border-color: transparent;
864
864
  color: #fff;
865
865
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
@@ -870,7 +870,7 @@
870
870
  .e-btn-group input:focus + label.e-btn.e-danger,
871
871
  .e-css.e-btn-group .e-btn:focus.e-danger,
872
872
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
873
- background-color: #ff8b7c;
873
+ background: #ff8b7c;
874
874
  border-color: transparent;
875
875
  color: #fff;
876
876
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
@@ -932,7 +932,7 @@
932
932
  .e-css.e-btn-group .e-btn:active,
933
933
  .e-css.e-btn-group input:active + label.e-btn,
934
934
  .e-css.e-btn-group input:checked + label.e-btn {
935
- background-color: #7d7d7d;
935
+ background: #7d7d7d;
936
936
  border-color: transparent;
937
937
  color: #fff;
938
938
  outline: #616161 0 solid;
@@ -945,7 +945,7 @@
945
945
  .e-css.e-btn-group .e-btn:active.e-primary,
946
946
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
947
947
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
948
- background-color: #0078ad;
948
+ background: #0078ad;
949
949
  border-color: transparent;
950
950
  color: #000;
951
951
  outline: #616161 0 solid;
@@ -957,7 +957,7 @@
957
957
  .e-css.e-btn-group .e-btn:active.e-success,
958
958
  .e-css.e-btn-group input:active + label.e-btn.e-success,
959
959
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
960
- background-color: #85c988;
960
+ background: #85c988;
961
961
  border-color: transparent;
962
962
  color: #fff;
963
963
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
@@ -968,7 +968,7 @@
968
968
  .e-css.e-btn-group .e-btn:active.e-info,
969
969
  .e-css.e-btn-group input:active + label.e-btn.e-info,
970
970
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
971
- background-color: #54c5f8;
971
+ background: #54c5f8;
972
972
  color: #fff;
973
973
  border-color: transparent;
974
974
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
@@ -979,7 +979,7 @@
979
979
  .e-css.e-btn-group .e-btn:active.e-warning,
980
980
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
981
981
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
982
- background-color: #ffb952;
982
+ background: #ffb952;
983
983
  border-color: transparent;
984
984
  color: #fff;
985
985
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
@@ -990,7 +990,7 @@
990
990
  .e-css.e-btn-group .e-btn:active.e-danger,
991
991
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
992
992
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
993
- background-color: #ff9789;
993
+ background: #ff9789;
994
994
  border-color: transparent;
995
995
  color: #fff;
996
996
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
@@ -1001,7 +1001,7 @@
1001
1001
  .e-css.e-btn-group .e-btn:active.e-outline,
1002
1002
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
1003
1003
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1004
- background-color: rgba(255, 255, 255, 0.24);
1004
+ background: rgba(255, 255, 255, 0.24);
1005
1005
  border-color: #616161;
1006
1006
  box-shadow: none;
1007
1007
  color: #fff;
@@ -1012,7 +1012,7 @@
1012
1012
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
1013
1013
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
1014
1014
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1015
- background-color: #0078ad;
1015
+ background: #0078ad;
1016
1016
  border-color: transparent;
1017
1017
  box-shadow: none;
1018
1018
  color: #000;
@@ -1023,7 +1023,7 @@
1023
1023
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
1024
1024
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
1025
1025
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1026
- background-color: #85c988;
1026
+ background: #85c988;
1027
1027
  border-color: transparent;
1028
1028
  box-shadow: none;
1029
1029
  color: #fff;
@@ -1034,7 +1034,7 @@
1034
1034
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
1035
1035
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
1036
1036
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1037
- background-color: #54c5f8;
1037
+ background: #54c5f8;
1038
1038
  border-color: transparent;
1039
1039
  box-shadow: none;
1040
1040
  color: #fff;
@@ -1045,7 +1045,7 @@
1045
1045
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
1046
1046
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
1047
1047
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1048
- background-color: #ffb952;
1048
+ background: #ffb952;
1049
1049
  border-color: transparent;
1050
1050
  box-shadow: none;
1051
1051
  color: #fff;
@@ -1056,7 +1056,7 @@
1056
1056
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
1057
1057
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
1058
1058
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1059
- background-color: #ff9789;
1059
+ background: #ff9789;
1060
1060
  border-color: transparent;
1061
1061
  box-shadow: none;
1062
1062
  color: #fff;
@@ -1075,7 +1075,7 @@
1075
1075
  .e-btn-group input:disabled + label.e-btn.e-primary,
1076
1076
  .e-css.e-btn-group .e-btn:disabled.e-primary,
1077
1077
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1078
- background-color: rgba(255, 255, 255, 0.1);
1078
+ background: rgba(255, 255, 255, 0.1);
1079
1079
  border-color: transparent;
1080
1080
  box-shadow: none;
1081
1081
  color: rgba(255, 255, 255, 0.3);
@@ -1085,7 +1085,7 @@
1085
1085
  .e-btn-group input:disabled + label.e-btn.e-success,
1086
1086
  .e-css.e-btn-group .e-btn:disabled.e-success,
1087
1087
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1088
- background-color: rgba(255, 255, 255, 0.1);
1088
+ background: rgba(255, 255, 255, 0.1);
1089
1089
  border-color: transparent;
1090
1090
  box-shadow: none;
1091
1091
  color: rgba(255, 255, 255, 0.3);
@@ -1095,7 +1095,7 @@
1095
1095
  .e-btn-group input:disabled + label.e-btn.e-info,
1096
1096
  .e-css.e-btn-group .e-btn:disabled.e-info,
1097
1097
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1098
- background-color: rgba(255, 255, 255, 0.1);
1098
+ background: rgba(255, 255, 255, 0.1);
1099
1099
  border-color: transparent;
1100
1100
  box-shadow: none;
1101
1101
  color: rgba(255, 255, 255, 0.3);
@@ -1105,7 +1105,7 @@
1105
1105
  .e-btn-group input:disabled + label.e-btn.e-warning,
1106
1106
  .e-css.e-btn-group .e-btn:disabled.e-warning,
1107
1107
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1108
- background-color: rgba(255, 255, 255, 0.1);
1108
+ background: rgba(255, 255, 255, 0.1);
1109
1109
  border-color: transparent;
1110
1110
  box-shadow: none;
1111
1111
  color: rgba(255, 255, 255, 0.3);
@@ -1115,7 +1115,7 @@
1115
1115
  .e-btn-group input:disabled + label.e-btn.e-danger,
1116
1116
  .e-css.e-btn-group .e-btn:disabled.e-danger,
1117
1117
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1118
- background-color: rgba(255, 255, 255, 0.1);
1118
+ background: rgba(255, 255, 255, 0.1);
1119
1119
  border-color: transparent;
1120
1120
  box-shadow: none;
1121
1121
  color: rgba(255, 255, 255, 0.3);
@@ -1126,7 +1126,7 @@
1126
1126
  .e-css.e-btn-group .e-btn:disabled.e-link,
1127
1127
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1128
1128
  color: rgba(255, 255, 255, 0.3);
1129
- background-color: transparent;
1129
+ background: transparent;
1130
1130
  box-shadow: none;
1131
1131
  text-decoration: none;
1132
1132
  border-color: transparent;
@@ -1135,7 +1135,7 @@
1135
1135
  .e-btn-group input:disabled + label.e-btn.e-outline,
1136
1136
  .e-css.e-btn-group .e-btn:disabled.e-outline,
1137
1137
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1138
- background-color: transparent;
1138
+ background: transparent;
1139
1139
  border-color: rgba(97, 97, 97, 0.3);
1140
1140
  box-shadow: none;
1141
1141
  color: rgba(255, 255, 255, 0.3);
@@ -1145,7 +1145,7 @@
1145
1145
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
1146
1146
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
1147
1147
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1148
- background-color: transparent;
1148
+ background: transparent;
1149
1149
  border-color: rgba(97, 97, 97, 0.3);
1150
1150
  box-shadow: none;
1151
1151
  color: rgba(255, 255, 255, 0.3);
@@ -1155,7 +1155,7 @@
1155
1155
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
1156
1156
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
1157
1157
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1158
- background-color: transparent;
1158
+ background: transparent;
1159
1159
  border-color: rgba(97, 97, 97, 0.3);
1160
1160
  box-shadow: none;
1161
1161
  color: rgba(255, 255, 255, 0.3);
@@ -1165,7 +1165,7 @@
1165
1165
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
1166
1166
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
1167
1167
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1168
- background-color: transparent;
1168
+ background: transparent;
1169
1169
  border-color: rgba(97, 97, 97, 0.3);
1170
1170
  box-shadow: none;
1171
1171
  color: rgba(255, 255, 255, 0.3);
@@ -1175,7 +1175,7 @@
1175
1175
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
1176
1176
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
1177
1177
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1178
- background-color: transparent;
1178
+ background: transparent;
1179
1179
  border-color: rgba(97, 97, 97, 0.3);
1180
1180
  box-shadow: none;
1181
1181
  color: rgba(255, 255, 255, 0.3);
@@ -1185,7 +1185,7 @@
1185
1185
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
1186
1186
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
1187
1187
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1188
- background-color: transparent;
1188
+ background: transparent;
1189
1189
  border-color: rgba(97, 97, 97, 0.3);
1190
1190
  box-shadow: none;
1191
1191
  color: rgba(255, 255, 255, 0.3);
@@ -1799,48 +1799,48 @@
1799
1799
  }
1800
1800
 
1801
1801
  .e-progress {
1802
- background-color: rgba(0, 0, 0, 0.2);
1802
+ background: rgba(0, 0, 0, 0.2);
1803
1803
  }
1804
1804
 
1805
1805
  *.e-primary .e-progress,
1806
1806
  *.e-success .e-progress,
1807
1807
  *.e-danger .e-progress,
1808
1808
  *.e-info .e-progress {
1809
- background-color: rgba(0, 0, 0, 0.2);
1809
+ background: rgba(0, 0, 0, 0.2);
1810
1810
  }
1811
1811
 
1812
1812
  *.e-warning .e-progress {
1813
- background-color: rgba(0, 0, 0, 0.2);
1813
+ background: rgba(0, 0, 0, 0.2);
1814
1814
  }
1815
1815
 
1816
1816
  *.e-flat.e-primary .e-progress {
1817
- background-color: rgba(255, 64, 129, 0.2);
1817
+ background: rgba(255, 64, 129, 0.2);
1818
1818
  }
1819
1819
  *.e-flat.e-success .e-progress {
1820
- background-color: rgba(77, 132, 29, 0.2);
1820
+ background: rgba(77, 132, 29, 0.2);
1821
1821
  }
1822
1822
  *.e-flat.e-info .e-progress {
1823
- background-color: rgba(3, 120, 213, 0.2);
1823
+ background: rgba(3, 120, 213, 0.2);
1824
1824
  }
1825
1825
  *.e-flat.e-warning .e-progress {
1826
- background-color: rgba(193, 87, 0, 0.2);
1826
+ background: rgba(193, 87, 0, 0.2);
1827
1827
  }
1828
1828
  *.e-flat.e-danger .e-progress {
1829
- background-color: rgba(214, 65, 19, 0.2);
1829
+ background: rgba(214, 65, 19, 0.2);
1830
1830
  }
1831
1831
 
1832
1832
  *.e-outline:not(:focus).e-primary .e-progress {
1833
- background-color: rgba(0, 176, 255, 0.2);
1833
+ background: rgba(0, 176, 255, 0.2);
1834
1834
  }
1835
1835
  *.e-outline:not(:focus).e-success .e-progress {
1836
- background-color: rgba(76, 175, 80, 0.2);
1836
+ background: rgba(76, 175, 80, 0.2);
1837
1837
  }
1838
1838
  *.e-outline:not(:focus).e-info .e-progress {
1839
- background-color: rgba(3, 169, 244, 0.2);
1839
+ background: rgba(3, 169, 244, 0.2);
1840
1840
  }
1841
1841
  *.e-outline:not(:focus).e-warning .e-progress {
1842
- background-color: rgba(255, 152, 0, 0.2);
1842
+ background: rgba(255, 152, 0, 0.2);
1843
1843
  }
1844
1844
  *.e-outline:not(:focus).e-danger .e-progress {
1845
- background-color: rgba(255, 102, 82, 0.2);
1845
+ background: rgba(255, 102, 82, 0.2);
1846
1846
  }
@@ -813,7 +813,7 @@
813
813
  .e-btn-group input:focus + label.e-btn,
814
814
  .e-css.e-btn-group .e-btn:focus,
815
815
  .e-css.e-btn-group input:focus + label.e-btn {
816
- background-color: rgba(0, 0, 0, 0.18);
816
+ background: rgba(0, 0, 0, 0.18);
817
817
  border-color: transparent;
818
818
  color: rgba(0, 0, 0, 0.87);
819
819
  outline: #fafafa 0 solid;
@@ -826,7 +826,7 @@
826
826
  .e-btn-group input:focus + label.e-btn.e-primary,
827
827
  .e-css.e-btn-group .e-btn:focus.e-primary,
828
828
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
829
- background-color: #ea4e82;
829
+ background: #ea4e82;
830
830
  border-color: transparent;
831
831
  color: #fff;
832
832
  outline: #fafafa 0 solid;
@@ -838,7 +838,7 @@
838
838
  .e-btn-group input:focus + label.e-btn.e-success,
839
839
  .e-css.e-btn-group .e-btn:focus.e-success,
840
840
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
841
- background-color: #78a253;
841
+ background: #78a253;
842
842
  border-color: transparent;
843
843
  color: #fff;
844
844
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
@@ -849,7 +849,7 @@
849
849
  .e-btn-group input:focus + label.e-btn.e-info,
850
850
  .e-css.e-btn-group .e-btn:focus.e-info,
851
851
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
852
- background-color: #3f98df;
852
+ background: #3f98df;
853
853
  border-color: transparent;
854
854
  color: #fff;
855
855
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
@@ -860,7 +860,7 @@
860
860
  .e-btn-group input:focus + label.e-btn.e-warning,
861
861
  .e-css.e-btn-group .e-btn:focus.e-warning,
862
862
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
863
- background-color: #d07f3d;
863
+ background: #d07f3d;
864
864
  border-color: transparent;
865
865
  color: #fff;
866
866
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
@@ -871,7 +871,7 @@
871
871
  .e-btn-group input:focus + label.e-btn.e-danger,
872
872
  .e-css.e-btn-group .e-btn:focus.e-danger,
873
873
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
874
- background-color: #e06f4c;
874
+ background: #e06f4c;
875
875
  border-color: transparent;
876
876
  color: #fff;
877
877
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
@@ -933,7 +933,7 @@
933
933
  .e-css.e-btn-group .e-btn:active,
934
934
  .e-css.e-btn-group input:active + label.e-btn,
935
935
  .e-css.e-btn-group input:checked + label.e-btn {
936
- background-color: rgba(184, 184, 184, 0.9584);
936
+ background: rgba(184, 184, 184, 0.9584);
937
937
  border-color: transparent;
938
938
  color: rgba(0, 0, 0, 0.87);
939
939
  outline: #fafafa 0 solid;
@@ -946,7 +946,7 @@
946
946
  .e-css.e-btn-group .e-btn:active.e-primary,
947
947
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
948
948
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
949
- background-color: #ec618f;
949
+ background: #ec618f;
950
950
  border-color: transparent;
951
951
  color: #fff;
952
952
  outline: #fafafa 0 solid;
@@ -958,7 +958,7 @@
958
958
  .e-css.e-btn-group .e-btn:active.e-success,
959
959
  .e-css.e-btn-group input:active + label.e-btn.e-success,
960
960
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
961
- background-color: #86ab65;
961
+ background: #86ab65;
962
962
  border-color: transparent;
963
963
  color: #fff;
964
964
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
@@ -969,7 +969,7 @@
969
969
  .e-css.e-btn-group .e-btn:active.e-info,
970
970
  .e-css.e-btn-group input:active + label.e-btn.e-info,
971
971
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
972
- background-color: #54a3e2;
972
+ background: #54a3e2;
973
973
  color: #fff;
974
974
  border-color: transparent;
975
975
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
@@ -980,7 +980,7 @@
980
980
  .e-css.e-btn-group .e-btn:active.e-warning,
981
981
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
982
982
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
983
- background-color: #d58d52;
983
+ background: #d58d52;
984
984
  border-color: transparent;
985
985
  color: #fff;
986
986
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
@@ -991,7 +991,7 @@
991
991
  .e-css.e-btn-group .e-btn:active.e-danger,
992
992
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
993
993
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
994
- background-color: #e37e5f;
994
+ background: #e37e5f;
995
995
  border-color: transparent;
996
996
  color: #fff;
997
997
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
@@ -1002,7 +1002,7 @@
1002
1002
  .e-css.e-btn-group .e-btn:active.e-outline,
1003
1003
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
1004
1004
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1005
- background-color: rgba(0, 0, 0, 0.32);
1005
+ background: rgba(0, 0, 0, 0.32);
1006
1006
  border-color: #adadad;
1007
1007
  box-shadow: none;
1008
1008
  color: rgba(0, 0, 0, 0.87);
@@ -1013,7 +1013,7 @@
1013
1013
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
1014
1014
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
1015
1015
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1016
- background-color: #ec618f;
1016
+ background: #ec618f;
1017
1017
  border-color: transparent;
1018
1018
  box-shadow: none;
1019
1019
  color: #fff;
@@ -1024,7 +1024,7 @@
1024
1024
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
1025
1025
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
1026
1026
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1027
- background-color: #86ab65;
1027
+ background: #86ab65;
1028
1028
  border-color: transparent;
1029
1029
  box-shadow: none;
1030
1030
  color: #fff;
@@ -1035,7 +1035,7 @@
1035
1035
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
1036
1036
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
1037
1037
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1038
- background-color: #54a3e2;
1038
+ background: #54a3e2;
1039
1039
  border-color: transparent;
1040
1040
  box-shadow: none;
1041
1041
  color: #fff;
@@ -1046,7 +1046,7 @@
1046
1046
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
1047
1047
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
1048
1048
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1049
- background-color: #d58d52;
1049
+ background: #d58d52;
1050
1050
  border-color: transparent;
1051
1051
  box-shadow: none;
1052
1052
  color: #fff;
@@ -1057,7 +1057,7 @@
1057
1057
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
1058
1058
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
1059
1059
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1060
- background-color: #e37e5f;
1060
+ background: #e37e5f;
1061
1061
  border-color: transparent;
1062
1062
  box-shadow: none;
1063
1063
  color: #fff;
@@ -1076,7 +1076,7 @@
1076
1076
  .e-btn-group input:disabled + label.e-btn.e-primary,
1077
1077
  .e-css.e-btn-group .e-btn:disabled.e-primary,
1078
1078
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1079
- background-color: rgba(0, 0, 0, 0.12);
1079
+ background: rgba(0, 0, 0, 0.12);
1080
1080
  border-color: transparent;
1081
1081
  box-shadow: none;
1082
1082
  color: rgba(0, 0, 0, 0.26);
@@ -1086,7 +1086,7 @@
1086
1086
  .e-btn-group input:disabled + label.e-btn.e-success,
1087
1087
  .e-css.e-btn-group .e-btn:disabled.e-success,
1088
1088
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1089
- background-color: rgba(0, 0, 0, 0.12);
1089
+ background: rgba(0, 0, 0, 0.12);
1090
1090
  border-color: transparent;
1091
1091
  box-shadow: none;
1092
1092
  color: rgba(0, 0, 0, 0.26);
@@ -1096,7 +1096,7 @@
1096
1096
  .e-btn-group input:disabled + label.e-btn.e-info,
1097
1097
  .e-css.e-btn-group .e-btn:disabled.e-info,
1098
1098
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1099
- background-color: rgba(0, 0, 0, 0.12);
1099
+ background: rgba(0, 0, 0, 0.12);
1100
1100
  border-color: transparent;
1101
1101
  box-shadow: none;
1102
1102
  color: rgba(0, 0, 0, 0.26);
@@ -1106,7 +1106,7 @@
1106
1106
  .e-btn-group input:disabled + label.e-btn.e-warning,
1107
1107
  .e-css.e-btn-group .e-btn:disabled.e-warning,
1108
1108
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1109
- background-color: rgba(0, 0, 0, 0.12);
1109
+ background: rgba(0, 0, 0, 0.12);
1110
1110
  border-color: transparent;
1111
1111
  box-shadow: none;
1112
1112
  color: rgba(0, 0, 0, 0.26);
@@ -1116,7 +1116,7 @@
1116
1116
  .e-btn-group input:disabled + label.e-btn.e-danger,
1117
1117
  .e-css.e-btn-group .e-btn:disabled.e-danger,
1118
1118
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1119
- background-color: rgba(0, 0, 0, 0.12);
1119
+ background: rgba(0, 0, 0, 0.12);
1120
1120
  border-color: transparent;
1121
1121
  box-shadow: none;
1122
1122
  color: rgba(0, 0, 0, 0.26);
@@ -1127,7 +1127,7 @@
1127
1127
  .e-css.e-btn-group .e-btn:disabled.e-link,
1128
1128
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1129
1129
  color: rgba(0, 0, 0, 0.26);
1130
- background-color: transparent;
1130
+ background: transparent;
1131
1131
  box-shadow: none;
1132
1132
  text-decoration: none;
1133
1133
  border-color: transparent;
@@ -1136,7 +1136,7 @@
1136
1136
  .e-btn-group input:disabled + label.e-btn.e-outline,
1137
1137
  .e-css.e-btn-group .e-btn:disabled.e-outline,
1138
1138
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1139
- background-color: transparent;
1139
+ background: transparent;
1140
1140
  border-color: rgba(0, 0, 0, 0.26);
1141
1141
  box-shadow: none;
1142
1142
  color: rgba(0, 0, 0, 0.26);
@@ -1146,7 +1146,7 @@
1146
1146
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
1147
1147
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
1148
1148
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1149
- background-color: transparent;
1149
+ background: transparent;
1150
1150
  border-color: rgba(0, 0, 0, 0.26);
1151
1151
  box-shadow: none;
1152
1152
  color: rgba(0, 0, 0, 0.26);
@@ -1156,7 +1156,7 @@
1156
1156
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
1157
1157
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
1158
1158
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1159
- background-color: transparent;
1159
+ background: transparent;
1160
1160
  border-color: rgba(0, 0, 0, 0.26);
1161
1161
  box-shadow: none;
1162
1162
  color: rgba(0, 0, 0, 0.26);
@@ -1166,7 +1166,7 @@
1166
1166
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
1167
1167
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
1168
1168
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1169
- background-color: transparent;
1169
+ background: transparent;
1170
1170
  border-color: rgba(0, 0, 0, 0.26);
1171
1171
  box-shadow: none;
1172
1172
  color: rgba(0, 0, 0, 0.26);
@@ -1176,7 +1176,7 @@
1176
1176
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
1177
1177
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
1178
1178
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1179
- background-color: transparent;
1179
+ background: transparent;
1180
1180
  border-color: rgba(0, 0, 0, 0.26);
1181
1181
  box-shadow: none;
1182
1182
  color: rgba(0, 0, 0, 0.26);
@@ -1186,7 +1186,7 @@
1186
1186
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
1187
1187
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
1188
1188
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1189
- background-color: transparent;
1189
+ background: transparent;
1190
1190
  border-color: rgba(0, 0, 0, 0.26);
1191
1191
  box-shadow: none;
1192
1192
  color: rgba(0, 0, 0, 0.26);
@@ -1800,48 +1800,48 @@
1800
1800
  }
1801
1801
 
1802
1802
  .e-progress {
1803
- background-color: rgba(0, 0, 0, 0.2);
1803
+ background: rgba(0, 0, 0, 0.2);
1804
1804
  }
1805
1805
 
1806
1806
  *.e-primary .e-progress,
1807
1807
  *.e-success .e-progress,
1808
1808
  *.e-danger .e-progress,
1809
1809
  *.e-info .e-progress {
1810
- background-color: rgba(0, 0, 0, 0.2);
1810
+ background: rgba(0, 0, 0, 0.2);
1811
1811
  }
1812
1812
 
1813
1813
  *.e-warning .e-progress {
1814
- background-color: rgba(0, 0, 0, 0.2);
1814
+ background: rgba(0, 0, 0, 0.2);
1815
1815
  }
1816
1816
 
1817
1817
  *.e-flat.e-primary .e-progress {
1818
- background-color: rgba(227, 22, 91, 0.2);
1818
+ background: rgba(227, 22, 91, 0.2);
1819
1819
  }
1820
1820
  *.e-flat.e-success .e-progress {
1821
- background-color: rgba(77, 132, 29, 0.2);
1821
+ background: rgba(77, 132, 29, 0.2);
1822
1822
  }
1823
1823
  *.e-flat.e-info .e-progress {
1824
- background-color: rgba(3, 120, 213, 0.2);
1824
+ background: rgba(3, 120, 213, 0.2);
1825
1825
  }
1826
1826
  *.e-flat.e-warning .e-progress {
1827
- background-color: rgba(193, 87, 0, 0.2);
1827
+ background: rgba(193, 87, 0, 0.2);
1828
1828
  }
1829
1829
  *.e-flat.e-danger .e-progress {
1830
- background-color: rgba(214, 65, 19, 0.2);
1830
+ background: rgba(214, 65, 19, 0.2);
1831
1831
  }
1832
1832
 
1833
1833
  *.e-outline:not(:focus).e-primary .e-progress {
1834
- background-color: rgba(227, 22, 91, 0.2);
1834
+ background: rgba(227, 22, 91, 0.2);
1835
1835
  }
1836
1836
  *.e-outline:not(:focus).e-success .e-progress {
1837
- background-color: rgba(77, 132, 29, 0.2);
1837
+ background: rgba(77, 132, 29, 0.2);
1838
1838
  }
1839
1839
  *.e-outline:not(:focus).e-info .e-progress {
1840
- background-color: rgba(3, 120, 213, 0.2);
1840
+ background: rgba(3, 120, 213, 0.2);
1841
1841
  }
1842
1842
  *.e-outline:not(:focus).e-warning .e-progress {
1843
- background-color: rgba(193, 87, 0, 0.2);
1843
+ background: rgba(193, 87, 0, 0.2);
1844
1844
  }
1845
1845
  *.e-outline:not(:focus).e-danger .e-progress {
1846
- background-color: rgba(214, 65, 19, 0.2);
1846
+ background: rgba(214, 65, 19, 0.2);
1847
1847
  }