@syncfusion/ej2-splitbuttons 20.4.50 → 21.1.35

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
@@ -811,7 +811,7 @@
811
811
  .e-btn-group input:focus + label.e-btn,
812
812
  .e-css.e-btn-group .e-btn:focus,
813
813
  .e-css.e-btn-group input:focus + label.e-btn {
814
- background-color: #e6e6e6;
814
+ background: #e6e6e6;
815
815
  border-color: #8c8c8c;
816
816
  color: #333;
817
817
  outline: #fff 0 solid;
@@ -824,7 +824,7 @@
824
824
  .e-btn-group input:focus + label.e-btn.e-primary,
825
825
  .e-css.e-btn-group .e-btn:focus.e-primary,
826
826
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
827
- background-color: #21527d;
827
+ background: #21527d;
828
828
  border-color: #0c1d2c;
829
829
  color: #fff;
830
830
  outline: #fff 0 solid;
@@ -836,7 +836,7 @@
836
836
  .e-btn-group input:focus + label.e-btn.e-success,
837
837
  .e-css.e-btn-group .e-btn:focus.e-success,
838
838
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
839
- background-color: #124a1f;
839
+ background: #124a1f;
840
840
  border-color: black;
841
841
  color: #fff;
842
842
  box-shadow: none;
@@ -847,7 +847,7 @@
847
847
  .e-btn-group input:focus + label.e-btn.e-info,
848
848
  .e-css.e-btn-group .e-btn:focus.e-info,
849
849
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
850
- background-color: #104b5d;
850
+ background: #104b5d;
851
851
  border-color: #010406;
852
852
  color: #fff;
853
853
  box-shadow: none;
@@ -858,7 +858,7 @@
858
858
  .e-btn-group input:focus + label.e-btn.e-warning,
859
859
  .e-css.e-btn-group .e-btn:focus.e-warning,
860
860
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
861
- background-color: #613b05;
861
+ background: #613b05;
862
862
  border-color: black;
863
863
  color: #fff;
864
864
  box-shadow: none;
@@ -869,7 +869,7 @@
869
869
  .e-btn-group input:focus + label.e-btn.e-danger,
870
870
  .e-css.e-btn-group .e-btn:focus.e-danger,
871
871
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
872
- background-color: #a51c2a;
872
+ background: #a51c2a;
873
873
  border-color: #4e0d14;
874
874
  color: #fff;
875
875
  box-shadow: none;
@@ -931,7 +931,7 @@
931
931
  .e-css.e-btn-group .e-btn:active,
932
932
  .e-css.e-btn-group input:active + label.e-btn,
933
933
  .e-css.e-btn-group input:checked + label.e-btn {
934
- background-color: #e6e6e6;
934
+ background: #e6e6e6;
935
935
  border-color: #adadad;
936
936
  color: #333;
937
937
  outline: #fff 0 solid;
@@ -944,7 +944,7 @@
944
944
  .e-css.e-btn-group .e-btn:active.e-primary,
945
945
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
946
946
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
947
- background-color: #21527d;
947
+ background: #21527d;
948
948
  border-color: #163854;
949
949
  color: #fff;
950
950
  outline: #fff 0 solid;
@@ -956,7 +956,7 @@
956
956
  .e-css.e-btn-group .e-btn:active.e-success,
957
957
  .e-css.e-btn-group input:active + label.e-btn.e-success,
958
958
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
959
- background-color: #124a1f;
959
+ background: #124a1f;
960
960
  border-color: #08210e;
961
961
  color: #fff;
962
962
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -967,7 +967,7 @@
967
967
  .e-css.e-btn-group .e-btn:active.e-info,
968
968
  .e-css.e-btn-group input:active + label.e-btn.e-info,
969
969
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
970
- background-color: #104b5d;
970
+ background: #104b5d;
971
971
  color: #fff;
972
972
  border-color: #082831;
973
973
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -978,7 +978,7 @@
978
978
  .e-css.e-btn-group .e-btn:active.e-warning,
979
979
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
980
980
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
981
- background-color: #613b05;
981
+ background: #613b05;
982
982
  border-color: #301d02;
983
983
  color: #fff;
984
984
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -989,7 +989,7 @@
989
989
  .e-css.e-btn-group .e-btn:active.e-danger,
990
990
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
991
991
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
992
- background-color: #a51c2a;
992
+ background: #a51c2a;
993
993
  border-color: #7a151f;
994
994
  color: #fff;
995
995
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -1000,7 +1000,7 @@
1000
1000
  .e-css.e-btn-group .e-btn:active.e-outline,
1001
1001
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
1002
1002
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1003
- background-color: #e6e6e6;
1003
+ background: #e6e6e6;
1004
1004
  border-color: #adadad;
1005
1005
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1006
1006
  color: #333;
@@ -1011,7 +1011,7 @@
1011
1011
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
1012
1012
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
1013
1013
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1014
- background-color: #21527d;
1014
+ background: #21527d;
1015
1015
  border-color: #265f91;
1016
1016
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1017
1017
  color: #fff;
@@ -1022,7 +1022,7 @@
1022
1022
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
1023
1023
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
1024
1024
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1025
- background-color: #124a1f;
1025
+ background: #124a1f;
1026
1026
  border-color: #08210e;
1027
1027
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1028
1028
  color: #fff;
@@ -1033,7 +1033,7 @@
1033
1033
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
1034
1034
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
1035
1035
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1036
- background-color: #104b5d;
1036
+ background: #104b5d;
1037
1037
  border-color: #082831;
1038
1038
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1039
1039
  color: #fff;
@@ -1044,7 +1044,7 @@
1044
1044
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
1045
1045
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
1046
1046
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1047
- background-color: #613b05;
1047
+ background: #613b05;
1048
1048
  border-color: #301d02;
1049
1049
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1050
1050
  color: #fff;
@@ -1055,7 +1055,7 @@
1055
1055
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
1056
1056
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
1057
1057
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1058
- background-color: #a51c2a;
1058
+ background: #a51c2a;
1059
1059
  border-color: #7a151f;
1060
1060
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1061
1061
  color: #fff;
@@ -1074,7 +1074,7 @@
1074
1074
  .e-btn-group input:disabled + label.e-btn.e-primary,
1075
1075
  .e-css.e-btn-group .e-btn:disabled.e-primary,
1076
1076
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1077
- background-color: rgba(49, 122, 185, 0.65);
1077
+ background: rgba(49, 122, 185, 0.65);
1078
1078
  border-color: rgba(204, 204, 204, 0.65);
1079
1079
  box-shadow: none;
1080
1080
  color: rgba(255, 255, 255, 0.65);
@@ -1084,7 +1084,7 @@
1084
1084
  .e-btn-group input:disabled + label.e-btn.e-success,
1085
1085
  .e-css.e-btn-group .e-btn:disabled.e-success,
1086
1086
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1087
- background-color: rgba(92, 184, 92, 0.65);
1087
+ background: rgba(92, 184, 92, 0.65);
1088
1088
  border-color: rgba(204, 204, 204, 0.65);
1089
1089
  box-shadow: none;
1090
1090
  color: rgba(255, 255, 255, 0.65);
@@ -1094,7 +1094,7 @@
1094
1094
  .e-btn-group input:disabled + label.e-btn.e-info,
1095
1095
  .e-css.e-btn-group .e-btn:disabled.e-info,
1096
1096
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1097
- background-color: rgba(91, 192, 222, 0.65);
1097
+ background: rgba(91, 192, 222, 0.65);
1098
1098
  border-color: rgba(204, 204, 204, 0.65);
1099
1099
  box-shadow: none;
1100
1100
  color: rgba(255, 255, 255, 0.65);
@@ -1104,7 +1104,7 @@
1104
1104
  .e-btn-group input:disabled + label.e-btn.e-warning,
1105
1105
  .e-css.e-btn-group .e-btn:disabled.e-warning,
1106
1106
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1107
- background-color: rgba(240, 173, 78, 0.65);
1107
+ background: rgba(240, 173, 78, 0.65);
1108
1108
  border-color: rgba(204, 204, 204, 0.65);
1109
1109
  box-shadow: none;
1110
1110
  color: rgba(255, 255, 255, 0.65);
@@ -1114,7 +1114,7 @@
1114
1114
  .e-btn-group input:disabled + label.e-btn.e-danger,
1115
1115
  .e-css.e-btn-group .e-btn:disabled.e-danger,
1116
1116
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1117
- background-color: rgba(217, 83, 79, 0.65);
1117
+ background: rgba(217, 83, 79, 0.65);
1118
1118
  border-color: rgba(204, 204, 204, 0.65);
1119
1119
  box-shadow: none;
1120
1120
  color: rgba(255, 255, 255, 0.65);
@@ -1125,7 +1125,7 @@
1125
1125
  .e-css.e-btn-group .e-btn:disabled.e-link,
1126
1126
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1127
1127
  color: rgba(51, 51, 51, 0.65);
1128
- background-color: transparent;
1128
+ background: transparent;
1129
1129
  box-shadow: none;
1130
1130
  text-decoration: none;
1131
1131
  border-color: transparent;
@@ -1134,7 +1134,7 @@
1134
1134
  .e-btn-group input:disabled + label.e-btn.e-outline,
1135
1135
  .e-css.e-btn-group .e-btn:disabled.e-outline,
1136
1136
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1137
- background-color: transparent;
1137
+ background: transparent;
1138
1138
  border-color: rgba(204, 204, 204, 0.65);
1139
1139
  box-shadow: none;
1140
1140
  color: rgba(51, 51, 51, 0.65);
@@ -1144,7 +1144,7 @@
1144
1144
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
1145
1145
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
1146
1146
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1147
- background-color: transparent;
1147
+ background: transparent;
1148
1148
  border-color: rgba(204, 204, 204, 0.65);
1149
1149
  box-shadow: none;
1150
1150
  color: rgba(51, 51, 51, 0.65);
@@ -1154,7 +1154,7 @@
1154
1154
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
1155
1155
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
1156
1156
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1157
- background-color: transparent;
1157
+ background: transparent;
1158
1158
  border-color: rgba(33, 135, 57, 0.65);
1159
1159
  box-shadow: none;
1160
1160
  color: rgba(33, 135, 57, 0.65);
@@ -1164,7 +1164,7 @@
1164
1164
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
1165
1165
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
1166
1166
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1167
- background-color: transparent;
1167
+ background: transparent;
1168
1168
  border-color: rgba(27, 128, 158, 0.65);
1169
1169
  box-shadow: none;
1170
1170
  color: rgba(27, 128, 158, 0.65);
@@ -1174,7 +1174,7 @@
1174
1174
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
1175
1175
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
1176
1176
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1177
- background-color: transparent;
1177
+ background: transparent;
1178
1178
  border-color: rgba(170, 103, 8, 0.65);
1179
1179
  box-shadow: none;
1180
1180
  color: rgba(170, 103, 8, 0.65);
@@ -1184,7 +1184,7 @@
1184
1184
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
1185
1185
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
1186
1186
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1187
- background-color: transparent;
1187
+ background: transparent;
1188
1188
  border-color: rgba(220, 50, 67, 0.65);
1189
1189
  box-shadow: none;
1190
1190
  color: rgba(220, 50, 67, 0.65);
@@ -1684,7 +1684,7 @@
1684
1684
  stroke: #fff;
1685
1685
  }
1686
1686
  .e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
1687
- stroke: rgba(255, 255, 255, 0);
1687
+ stroke: #fff;
1688
1688
  }
1689
1689
  .e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
1690
1690
  stroke: #fff;
@@ -1771,48 +1771,48 @@
1771
1771
  }
1772
1772
 
1773
1773
  .e-progress {
1774
- background-color: rgba(0, 0, 0, 0.2);
1774
+ background: rgba(0, 0, 0, 0.2);
1775
1775
  }
1776
1776
 
1777
1777
  *.e-primary .e-progress,
1778
1778
  *.e-success .e-progress,
1779
1779
  *.e-danger .e-progress,
1780
1780
  *.e-info .e-progress {
1781
- background-color: rgba(255, 255, 255, 0.3);
1781
+ background: rgba(255, 255, 255, 0.3);
1782
1782
  }
1783
1783
 
1784
1784
  *.e-warning .e-progress {
1785
- background-color: rgba(255, 255, 255, 0.3);
1785
+ background: rgba(255, 255, 255, 0.3);
1786
1786
  }
1787
1787
 
1788
1788
  *.e-flat.e-primary .e-progress {
1789
- background-color: rgba(255, 255, 255, 0.2);
1789
+ background: rgba(255, 255, 255, 0.2);
1790
1790
  }
1791
1791
  *.e-flat.e-success .e-progress {
1792
- background-color: rgba(255, 255, 255, 0.2);
1792
+ background: rgba(255, 255, 255, 0.2);
1793
1793
  }
1794
1794
  *.e-flat.e-info .e-progress {
1795
- background-color: rgba(255, 255, 255, 0.2);
1795
+ background: rgba(255, 255, 255, 0.2);
1796
1796
  }
1797
1797
  *.e-flat.e-warning .e-progress {
1798
- background-color: rgba(255, 255, 255, 0.2);
1798
+ background: rgba(255, 255, 255, 0.2);
1799
1799
  }
1800
1800
  *.e-flat.e-danger .e-progress {
1801
- background-color: rgba(255, 255, 255, 0.2);
1801
+ background: rgba(255, 255, 255, 0.2);
1802
1802
  }
1803
1803
 
1804
1804
  *.e-outline:not(:focus).e-primary .e-progress {
1805
- background-color: rgba(49, 122, 185, 0.2);
1805
+ background: rgba(49, 122, 185, 0.2);
1806
1806
  }
1807
1807
  *.e-outline:not(:focus).e-success .e-progress {
1808
- background-color: rgba(33, 135, 57, 0.2);
1808
+ background: rgba(33, 135, 57, 0.2);
1809
1809
  }
1810
1810
  *.e-outline:not(:focus).e-info .e-progress {
1811
- background-color: rgba(27, 128, 158, 0.2);
1811
+ background: rgba(27, 128, 158, 0.2);
1812
1812
  }
1813
1813
  *.e-outline:not(:focus).e-warning .e-progress {
1814
- background-color: rgba(170, 103, 8, 0.2);
1814
+ background: rgba(170, 103, 8, 0.2);
1815
1815
  }
1816
1816
  *.e-outline:not(:focus).e-danger .e-progress {
1817
- background-color: rgba(220, 50, 67, 0.2);
1817
+ background: rgba(220, 50, 67, 0.2);
1818
1818
  }
@@ -798,7 +798,7 @@
798
798
  .e-btn-group input:focus + label.e-btn,
799
799
  .e-css.e-btn-group .e-btn:focus,
800
800
  .e-css.e-btn-group input:focus + label.e-btn {
801
- background-color: #6c757d;
801
+ background: #6c757d;
802
802
  border-color: #6c757d;
803
803
  color: #fff;
804
804
  outline: #6c757d 0 solid;
@@ -811,7 +811,7 @@
811
811
  .e-btn-group input:focus + label.e-btn.e-primary,
812
812
  .e-css.e-btn-group .e-btn:focus.e-primary,
813
813
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
814
- background-color: #007bff;
814
+ background: #007bff;
815
815
  border-color: #007bff;
816
816
  color: #fff;
817
817
  outline: #6c757d 0 solid;
@@ -823,7 +823,7 @@
823
823
  .e-btn-group input:focus + label.e-btn.e-success,
824
824
  .e-css.e-btn-group .e-btn:focus.e-success,
825
825
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
826
- background-color: #28a745;
826
+ background: #28a745;
827
827
  border-color: #28a745;
828
828
  color: #fff;
829
829
  box-shadow: 0 0 0 0.25em rgba(66, 179, 92, 0.5);
@@ -834,7 +834,7 @@
834
834
  .e-btn-group input:focus + label.e-btn.e-info,
835
835
  .e-css.e-btn-group .e-btn:focus.e-info,
836
836
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
837
- background-color: #17a2b8;
837
+ background: #17a2b8;
838
838
  border-color: #17a2b8;
839
839
  color: #fff;
840
840
  box-shadow: 0 0 0 0.25em rgba(51, 174, 194, 0.5);
@@ -845,7 +845,7 @@
845
845
  .e-btn-group input:focus + label.e-btn.e-warning,
846
846
  .e-css.e-btn-group .e-btn:focus.e-warning,
847
847
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
848
- background-color: #ffc107;
848
+ background: #ffc107;
849
849
  border-color: #ffc107;
850
850
  color: #212529;
851
851
  box-shadow: 0 0 0 0.25em rgba(255, 202, 44, 0.5);
@@ -856,7 +856,7 @@
856
856
  .e-btn-group input:focus + label.e-btn.e-danger,
857
857
  .e-css.e-btn-group .e-btn:focus.e-danger,
858
858
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
859
- background-color: #dc3545;
859
+ background: #dc3545;
860
860
  border-color: #dc3545;
861
861
  color: #fff;
862
862
  box-shadow: 0 0 0 0.25em rgba(225, 83, 97, 0.5);
@@ -869,7 +869,7 @@
869
869
  .e-css.e-btn-group input:focus + label.e-btn.e-link {
870
870
  border-radius: 0;
871
871
  text-decoration: underline;
872
- background-color: transparent;
872
+ background: transparent;
873
873
  border-color: transparent;
874
874
  box-shadow: none;
875
875
  color: #0056b3;
@@ -926,7 +926,7 @@
926
926
  .e-css.e-btn-group .e-btn:active,
927
927
  .e-css.e-btn-group input:active + label.e-btn,
928
928
  .e-css.e-btn-group input:checked + label.e-btn {
929
- background-color: #545b62;
929
+ background: #545b62;
930
930
  border-color: #4e555b;
931
931
  color: #fff;
932
932
  outline: #6c757d 0 solid;
@@ -939,7 +939,7 @@
939
939
  .e-css.e-btn-group .e-btn:active.e-primary,
940
940
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
941
941
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
942
- background-color: #0062cc;
942
+ background: #0062cc;
943
943
  border-color: #005cbf;
944
944
  color: #fff;
945
945
  outline: #6c757d 0 solid;
@@ -951,7 +951,7 @@
951
951
  .e-css.e-btn-group .e-btn:active.e-success,
952
952
  .e-css.e-btn-group input:active + label.e-btn.e-success,
953
953
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
954
- background-color: #1e7e34;
954
+ background: #1e7e34;
955
955
  border-color: #1c7430;
956
956
  color: #fff;
957
957
  box-shadow: 0 0 0 0.25em rgba(50, 134, 69, 0.5);
@@ -962,7 +962,7 @@
962
962
  .e-css.e-btn-group .e-btn:active.e-info,
963
963
  .e-css.e-btn-group input:active + label.e-btn.e-info,
964
964
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
965
- background-color: #117a8b;
965
+ background: #117a8b;
966
966
  color: #fff;
967
967
  border-color: #10707f;
968
968
  box-shadow: 0 0 0 0.25em rgba(39, 130, 145, 0.5);
@@ -973,7 +973,7 @@
973
973
  .e-css.e-btn-group .e-btn:active.e-warning,
974
974
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
975
975
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
976
- background-color: #d39e00;
976
+ background: #d39e00;
977
977
  border-color: #c69500;
978
978
  color: #212529;
979
979
  box-shadow: 0 0 0 0.25em rgba(207, 163, 32, 0.5);
@@ -984,7 +984,7 @@
984
984
  .e-css.e-btn-group .e-btn:active.e-danger,
985
985
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
986
986
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
987
- background-color: #bd2130;
987
+ background: #bd2130;
988
988
  border-color: #b21f2d;
989
989
  color: #fff;
990
990
  box-shadow: 0 0 0 0.25em rgba(189, 60, 73, 0.5);
@@ -995,7 +995,7 @@
995
995
  .e-css.e-btn-group .e-btn:active.e-outline,
996
996
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
997
997
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
998
- background-color: #6c757d;
998
+ background: #6c757d;
999
999
  border-color: transparent;
1000
1000
  box-shadow: 0 0 0 0.25em rgba(99, 105, 111, 0.5);
1001
1001
  color: #fff;
@@ -1006,7 +1006,7 @@
1006
1006
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
1007
1007
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
1008
1008
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1009
- background-color: #007bff;
1009
+ background: #007bff;
1010
1010
  border-color: transparent;
1011
1011
  box-shadow: 0 0 0 0.25em rgba(31, 139, 255, 0.5);
1012
1012
  color: #fff;
@@ -1017,7 +1017,7 @@
1017
1017
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
1018
1018
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
1019
1019
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1020
- background-color: #28a745;
1020
+ background: #28a745;
1021
1021
  border-color: transparent;
1022
1022
  box-shadow: 0 0 0 0.25em rgba(50, 134, 69, 0.5);
1023
1023
  color: #fff;
@@ -1028,7 +1028,7 @@
1028
1028
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
1029
1029
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
1030
1030
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1031
- background-color: #17a2b8;
1031
+ background: #17a2b8;
1032
1032
  border-color: transparent;
1033
1033
  box-shadow: 0 0 0 0.25em rgba(39, 130, 145, 0.5);
1034
1034
  color: #fff;
@@ -1039,7 +1039,7 @@
1039
1039
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
1040
1040
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
1041
1041
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1042
- background-color: #ffc107;
1042
+ background: #ffc107;
1043
1043
  border-color: transparent;
1044
1044
  box-shadow: 0 0 0 0.25em rgba(207, 163, 32, 0.5);
1045
1045
  color: #212529;
@@ -1050,7 +1050,7 @@
1050
1050
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
1051
1051
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
1052
1052
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1053
- background-color: #dc3545;
1053
+ background: #dc3545;
1054
1054
  border-color: transparent;
1055
1055
  box-shadow: 0 0 0 0.25em rgba(189, 60, 73, 0.5);
1056
1056
  color: #fff;
@@ -1068,7 +1068,7 @@
1068
1068
  .e-btn-group input:disabled + label.e-btn.e-primary,
1069
1069
  .e-css.e-btn-group .e-btn:disabled.e-primary,
1070
1070
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1071
- background-color: rgba(0, 123, 255, 0.65);
1071
+ background: rgba(0, 123, 255, 0.65);
1072
1072
  border-color: transparent;
1073
1073
  box-shadow: none;
1074
1074
  color: #fff;
@@ -1077,7 +1077,7 @@
1077
1077
  .e-btn-group input:disabled + label.e-btn.e-success,
1078
1078
  .e-css.e-btn-group .e-btn:disabled.e-success,
1079
1079
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1080
- background-color: rgba(40, 167, 69, 0.65);
1080
+ background: rgba(40, 167, 69, 0.65);
1081
1081
  border-color: transparent;
1082
1082
  box-shadow: none;
1083
1083
  color: #fff;
@@ -1086,7 +1086,7 @@
1086
1086
  .e-btn-group input:disabled + label.e-btn.e-info,
1087
1087
  .e-css.e-btn-group .e-btn:disabled.e-info,
1088
1088
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1089
- background-color: rgba(23, 162, 184, 0.65);
1089
+ background: rgba(23, 162, 184, 0.65);
1090
1090
  border-color: transparent;
1091
1091
  box-shadow: none;
1092
1092
  color: #fff;
@@ -1095,7 +1095,7 @@
1095
1095
  .e-btn-group input:disabled + label.e-btn.e-warning,
1096
1096
  .e-css.e-btn-group .e-btn:disabled.e-warning,
1097
1097
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1098
- background-color: rgba(255, 193, 7, 0.65);
1098
+ background: rgba(255, 193, 7, 0.65);
1099
1099
  border-color: transparent;
1100
1100
  box-shadow: none;
1101
1101
  color: #212529;
@@ -1104,7 +1104,7 @@
1104
1104
  .e-btn-group input:disabled + label.e-btn.e-danger,
1105
1105
  .e-css.e-btn-group .e-btn:disabled.e-danger,
1106
1106
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1107
- background-color: rgba(220, 53, 69, 0.65);
1107
+ background: rgba(220, 53, 69, 0.65);
1108
1108
  border-color: transparent;
1109
1109
  box-shadow: none;
1110
1110
  color: #fff;
@@ -1114,7 +1114,7 @@
1114
1114
  .e-css.e-btn-group .e-btn:disabled.e-link,
1115
1115
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1116
1116
  color: #6c757d;
1117
- background-color: transparent;
1117
+ background: transparent;
1118
1118
  box-shadow: none;
1119
1119
  text-decoration: none;
1120
1120
  }
@@ -1122,7 +1122,7 @@
1122
1122
  .e-btn-group input:disabled + label.e-btn.e-outline,
1123
1123
  .e-css.e-btn-group .e-btn:disabled.e-outline,
1124
1124
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1125
- background-color: transparent;
1125
+ background: transparent;
1126
1126
  border-color: rgba(108, 117, 125, 0.65);
1127
1127
  color: rgba(108, 117, 125, 0.65);
1128
1128
  border-color: #6c757d;
@@ -1131,7 +1131,7 @@
1131
1131
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
1132
1132
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
1133
1133
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1134
- background-color: transparent;
1134
+ background: transparent;
1135
1135
  border-color: rgba(0, 123, 255, 0.65);
1136
1136
  box-shadow: none;
1137
1137
  color: rgba(0, 123, 255, 0.65);
@@ -1141,7 +1141,7 @@
1141
1141
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
1142
1142
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
1143
1143
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1144
- background-color: transparent;
1144
+ background: transparent;
1145
1145
  border-color: rgba(40, 167, 69, 0.65);
1146
1146
  box-shadow: none;
1147
1147
  color: rgba(40, 167, 69, 0.65);
@@ -1151,7 +1151,7 @@
1151
1151
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
1152
1152
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
1153
1153
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1154
- background-color: transparent;
1154
+ background: transparent;
1155
1155
  border-color: rgba(23, 162, 184, 0.65);
1156
1156
  box-shadow: none;
1157
1157
  color: rgba(23, 162, 184, 0.65);
@@ -1161,7 +1161,7 @@
1161
1161
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
1162
1162
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
1163
1163
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1164
- background-color: transparent;
1164
+ background: transparent;
1165
1165
  border-color: rgba(255, 193, 7, 0.65);
1166
1166
  box-shadow: none;
1167
1167
  color: rgba(255, 193, 7, 0.65);
@@ -1171,7 +1171,7 @@
1171
1171
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
1172
1172
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
1173
1173
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1174
- background-color: transparent;
1174
+ background: transparent;
1175
1175
  border-color: rgba(220, 53, 69, 0.65);
1176
1176
  box-shadow: none;
1177
1177
  color: rgba(220, 53, 69, 0.65);
@@ -1786,48 +1786,48 @@
1786
1786
  }
1787
1787
 
1788
1788
  .e-progress {
1789
- background-color: rgba(255, 255, 255, 0.25);
1789
+ background: rgba(255, 255, 255, 0.25);
1790
1790
  }
1791
1791
 
1792
1792
  *.e-primary .e-progress,
1793
1793
  *.e-success .e-progress,
1794
1794
  *.e-danger .e-progress,
1795
1795
  *.e-info .e-progress {
1796
- background-color: rgba(255, 255, 255, 0.25);
1796
+ background: rgba(255, 255, 255, 0.25);
1797
1797
  }
1798
1798
 
1799
1799
  *.e-warning .e-progress {
1800
- background-color: rgba(33, 37, 41, 0.25);
1800
+ background: rgba(33, 37, 41, 0.25);
1801
1801
  }
1802
1802
 
1803
1803
  *.e-flat.e-primary .e-progress {
1804
- background-color: rgba(255, 255, 255, 0.2);
1804
+ background: rgba(255, 255, 255, 0.2);
1805
1805
  }
1806
1806
  *.e-flat.e-success .e-progress {
1807
- background-color: rgba(255, 255, 255, 0.2);
1807
+ background: rgba(255, 255, 255, 0.2);
1808
1808
  }
1809
1809
  *.e-flat.e-info .e-progress {
1810
- background-color: rgba(255, 255, 255, 0.2);
1810
+ background: rgba(255, 255, 255, 0.2);
1811
1811
  }
1812
1812
  *.e-flat.e-warning .e-progress {
1813
- background-color: rgba(33, 37, 41, 0.2);
1813
+ background: rgba(33, 37, 41, 0.2);
1814
1814
  }
1815
1815
  *.e-flat.e-danger .e-progress {
1816
- background-color: rgba(255, 255, 255, 0.2);
1816
+ background: rgba(255, 255, 255, 0.2);
1817
1817
  }
1818
1818
 
1819
1819
  *.e-outline:not(:focus).e-primary .e-progress {
1820
- background-color: rgba(0, 123, 255, 0.2);
1820
+ background: rgba(0, 123, 255, 0.2);
1821
1821
  }
1822
1822
  *.e-outline:not(:focus).e-success .e-progress {
1823
- background-color: rgba(40, 167, 69, 0.2);
1823
+ background: rgba(40, 167, 69, 0.2);
1824
1824
  }
1825
1825
  *.e-outline:not(:focus).e-info .e-progress {
1826
- background-color: rgba(23, 162, 184, 0.2);
1826
+ background: rgba(23, 162, 184, 0.2);
1827
1827
  }
1828
1828
  *.e-outline:not(:focus).e-warning .e-progress {
1829
- background-color: rgba(255, 193, 7, 0.2);
1829
+ background: rgba(255, 193, 7, 0.2);
1830
1830
  }
1831
1831
  *.e-outline:not(:focus).e-danger .e-progress {
1832
- background-color: rgba(220, 53, 69, 0.2);
1832
+ background: rgba(220, 53, 69, 0.2);
1833
1833
  }