@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
@@ -802,7 +802,7 @@
802
802
  .e-btn-group input:focus + label.e-btn,
803
803
  .e-css.e-btn-group .e-btn:focus,
804
804
  .e-css.e-btn-group input:focus + label.e-btn {
805
- background-color: #252423;
805
+ background: #252423;
806
806
  border-color: #8a8886;
807
807
  color: #fff;
808
808
  outline: 1px solid;
@@ -815,7 +815,7 @@
815
815
  .e-btn-group input:focus + label.e-btn.e-primary,
816
816
  .e-css.e-btn-group .e-btn:focus.e-primary,
817
817
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
818
- background-color: #006cbf;
818
+ background: #006cbf;
819
819
  border-color: #0078d4;
820
820
  color: #1b1a19;
821
821
  outline: 1px solid;
@@ -827,7 +827,7 @@
827
827
  .e-btn-group input:focus + label.e-btn.e-success,
828
828
  .e-css.e-btn-group .e-btn:focus.e-success,
829
829
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
830
- background-color: #0a5f0a;
830
+ background: #0a5f0a;
831
831
  border-color: #0b6a0b;
832
832
  color: #1b1a19;
833
833
  box-shadow: 0 0 rgba(0, 0, 0, 0);
@@ -838,7 +838,7 @@
838
838
  .e-btn-group input:focus + label.e-btn.e-info,
839
839
  .e-css.e-btn-group .e-btn:focus.e-info,
840
840
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
841
- background-color: #03767a;
841
+ background: #03767a;
842
842
  border-color: #038387;
843
843
  color: #1b1a19;
844
844
  box-shadow: 0 0 rgba(0, 0, 0, 0);
@@ -849,7 +849,7 @@
849
849
  .e-btn-group input:focus + label.e-btn.e-warning,
850
850
  .e-css.e-btn-group .e-btn:focus.e-warning,
851
851
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
852
- background-color: #cf6228;
852
+ background: #cf6228;
853
853
  border-color: #ca5010;
854
854
  color: #1b1a19;
855
855
  box-shadow: 0 0 rgba(0, 0, 0, 0);
@@ -860,7 +860,7 @@
860
860
  .e-btn-group input:focus + label.e-btn.e-danger,
861
861
  .e-css.e-btn-group .e-btn:focus.e-danger,
862
862
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
863
- background-color: #bc2f32;
863
+ background: #bc2f32;
864
864
  border-color: #d13438;
865
865
  color: #1b1a19;
866
866
  box-shadow: 0 0 rgba(0, 0, 0, 0);
@@ -922,7 +922,7 @@
922
922
  .e-css.e-btn-group .e-btn:active,
923
923
  .e-css.e-btn-group input:active + label.e-btn,
924
924
  .e-css.e-btn-group input:checked + label.e-btn {
925
- background-color: #292827;
925
+ background: #292827;
926
926
  border-color: #8a8886;
927
927
  color: #fff;
928
928
  box-shadow: none;
@@ -933,7 +933,7 @@
933
933
  .e-css.e-btn-group .e-btn:active.e-primary,
934
934
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
935
935
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
936
- background-color: #0060aa;
936
+ background: #0060aa;
937
937
  border-color: #0060aa;
938
938
  color: #1b1a19;
939
939
  box-shadow: none;
@@ -944,7 +944,7 @@
944
944
  .e-css.e-btn-group .e-btn:active.e-success,
945
945
  .e-css.e-btn-group input:active + label.e-btn.e-success,
946
946
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
947
- background-color: #095509;
947
+ background: #095509;
948
948
  border-color: #095509;
949
949
  color: #1b1a19;
950
950
  box-shadow: none;
@@ -955,7 +955,7 @@
955
955
  .e-css.e-btn-group .e-btn:active.e-info,
956
956
  .e-css.e-btn-group input:active + label.e-btn.e-info,
957
957
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
958
- background-color: #359c9f;
958
+ background: #359c9f;
959
959
  color: #1b1a19;
960
960
  border-color: #359c9f;
961
961
  box-shadow: none;
@@ -966,7 +966,7 @@
966
966
  .e-css.e-btn-group .e-btn:active.e-warning,
967
967
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
968
968
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
969
- background-color: #d57340;
969
+ background: #d57340;
970
970
  border-color: #d57340;
971
971
  color: #1b1a19;
972
972
  box-shadow: none;
@@ -977,7 +977,7 @@
977
977
  .e-css.e-btn-group .e-btn:active.e-danger,
978
978
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
979
979
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
980
- background-color: #a72a2d;
980
+ background: #a72a2d;
981
981
  border-color: #a72a2d;
982
982
  color: #1b1a19;
983
983
  box-shadow: none;
@@ -988,7 +988,7 @@
988
988
  .e-css.e-btn-group .e-btn:active.e-outline,
989
989
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
990
990
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
991
- background-color: #292827;
991
+ background: #292827;
992
992
  border-color: #8a8886;
993
993
  box-shadow: none;
994
994
  color: #fff;
@@ -999,7 +999,7 @@
999
999
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
1000
1000
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
1001
1001
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1002
- background-color: #0060aa;
1002
+ background: #0060aa;
1003
1003
  border-color: #0078d4;
1004
1004
  box-shadow: none;
1005
1005
  color: #1b1a19;
@@ -1010,7 +1010,7 @@
1010
1010
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
1011
1011
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
1012
1012
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1013
- background-color: #095509;
1013
+ background: #095509;
1014
1014
  border-color: #095509;
1015
1015
  box-shadow: none;
1016
1016
  color: #1b1a19;
@@ -1021,7 +1021,7 @@
1021
1021
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
1022
1022
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
1023
1023
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1024
- background-color: #359c9f;
1024
+ background: #359c9f;
1025
1025
  border-color: #359c9f;
1026
1026
  box-shadow: none;
1027
1027
  color: #1b1a19;
@@ -1032,7 +1032,7 @@
1032
1032
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
1033
1033
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
1034
1034
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1035
- background-color: #d57340;
1035
+ background: #d57340;
1036
1036
  border-color: #d57340;
1037
1037
  box-shadow: none;
1038
1038
  color: #1b1a19;
@@ -1043,7 +1043,7 @@
1043
1043
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
1044
1044
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
1045
1045
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1046
- background-color: #a72a2d;
1046
+ background: #a72a2d;
1047
1047
  border-color: #a72a2d;
1048
1048
  box-shadow: none;
1049
1049
  color: #1b1a19;
@@ -1062,7 +1062,7 @@
1062
1062
  .e-btn-group input:disabled + label.e-btn.e-primary,
1063
1063
  .e-css.e-btn-group .e-btn:disabled.e-primary,
1064
1064
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1065
- background-color: #252423;
1065
+ background: #252423;
1066
1066
  border-color: #323130;
1067
1067
  box-shadow: none;
1068
1068
  color: #3b3a39;
@@ -1073,7 +1073,7 @@
1073
1073
  .e-btn-group input:disabled + label.e-btn.e-success,
1074
1074
  .e-css.e-btn-group .e-btn:disabled.e-success,
1075
1075
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1076
- background-color: #252423;
1076
+ background: #252423;
1077
1077
  border-color: #323130;
1078
1078
  box-shadow: none;
1079
1079
  color: #3b3a39;
@@ -1084,7 +1084,7 @@
1084
1084
  .e-btn-group input:disabled + label.e-btn.e-info,
1085
1085
  .e-css.e-btn-group .e-btn:disabled.e-info,
1086
1086
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1087
- background-color: #252423;
1087
+ background: #252423;
1088
1088
  border-color: #323130;
1089
1089
  box-shadow: none;
1090
1090
  color: #3b3a39;
@@ -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: #252423;
1098
+ background: #252423;
1099
1099
  border-color: #323130;
1100
1100
  box-shadow: none;
1101
1101
  color: #3b3a39;
@@ -1106,7 +1106,7 @@
1106
1106
  .e-btn-group input:disabled + label.e-btn.e-danger,
1107
1107
  .e-css.e-btn-group .e-btn:disabled.e-danger,
1108
1108
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1109
- background-color: #252423;
1109
+ background: #252423;
1110
1110
  border-color: #323130;
1111
1111
  box-shadow: none;
1112
1112
  color: #3b3a39;
@@ -1118,7 +1118,7 @@
1118
1118
  .e-css.e-btn-group .e-btn:disabled.e-link,
1119
1119
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1120
1120
  color: #3b3a39;
1121
- background-color: transparent;
1121
+ background: transparent;
1122
1122
  box-shadow: none;
1123
1123
  text-decoration: none;
1124
1124
  outline: none;
@@ -1128,7 +1128,7 @@
1128
1128
  .e-btn-group input:disabled + label.e-btn.e-outline,
1129
1129
  .e-css.e-btn-group .e-btn:disabled.e-outline,
1130
1130
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1131
- background-color: transparent;
1131
+ background: transparent;
1132
1132
  border-color: #252423;
1133
1133
  box-shadow: none;
1134
1134
  color: #3b3a39;
@@ -1138,7 +1138,7 @@
1138
1138
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
1139
1139
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
1140
1140
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1141
- background-color: transparent;
1141
+ background: transparent;
1142
1142
  border-color: #252423;
1143
1143
  box-shadow: none;
1144
1144
  color: #3b3a39;
@@ -1148,7 +1148,7 @@
1148
1148
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
1149
1149
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
1150
1150
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1151
- background-color: transparent;
1151
+ background: transparent;
1152
1152
  border-color: #252423;
1153
1153
  box-shadow: none;
1154
1154
  color: #3b3a39;
@@ -1158,7 +1158,7 @@
1158
1158
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
1159
1159
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
1160
1160
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1161
- background-color: transparent;
1161
+ background: transparent;
1162
1162
  border-color: #252423;
1163
1163
  box-shadow: none;
1164
1164
  color: #3b3a39;
@@ -1168,7 +1168,7 @@
1168
1168
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
1169
1169
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
1170
1170
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1171
- background-color: transparent;
1171
+ background: transparent;
1172
1172
  border-color: #252423;
1173
1173
  box-shadow: none;
1174
1174
  color: #3b3a39;
@@ -1178,7 +1178,7 @@
1178
1178
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
1179
1179
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
1180
1180
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1181
- background-color: transparent;
1181
+ background: transparent;
1182
1182
  border-color: #252423;
1183
1183
  box-shadow: none;
1184
1184
  color: #3b3a39;
@@ -1792,64 +1792,64 @@
1792
1792
  }
1793
1793
 
1794
1794
  .e-progress {
1795
- background-color: rgba(161, 159, 157, 0.5);
1795
+ background: rgba(161, 159, 157, 0.5);
1796
1796
  }
1797
1797
 
1798
1798
  *.e-primary .e-progress,
1799
1799
  *.e-success .e-progress,
1800
1800
  *.e-danger .e-progress,
1801
1801
  *.e-info .e-progress {
1802
- background-color: rgba(161, 159, 157, 0.2);
1802
+ background: rgba(161, 159, 157, 0.2);
1803
1803
  }
1804
1804
 
1805
1805
  *.e-warning .e-progress {
1806
- background-color: rgba(161, 159, 157, 0.2);
1806
+ background: rgba(161, 159, 157, 0.2);
1807
1807
  }
1808
1808
 
1809
1809
  *.e-flat.e-primary .e-progress {
1810
- background-color: rgba(27, 26, 25, 0.2);
1810
+ background: rgba(27, 26, 25, 0.2);
1811
1811
  }
1812
1812
  *.e-flat.e-success .e-progress {
1813
- background-color: rgba(27, 26, 25, 0.2);
1813
+ background: rgba(27, 26, 25, 0.2);
1814
1814
  }
1815
1815
  *.e-flat.e-info .e-progress {
1816
- background-color: rgba(27, 26, 25, 0.2);
1816
+ background: rgba(27, 26, 25, 0.2);
1817
1817
  }
1818
1818
  *.e-flat.e-warning .e-progress {
1819
- background-color: rgba(27, 26, 25, 0.2);
1819
+ background: rgba(27, 26, 25, 0.2);
1820
1820
  }
1821
1821
  *.e-flat.e-danger .e-progress {
1822
- background-color: rgba(27, 26, 25, 0.2);
1822
+ background: rgba(27, 26, 25, 0.2);
1823
1823
  }
1824
1824
 
1825
1825
  *.e-outline:not(:focus).e-primary .e-progress {
1826
- background-color: rgba(0, 120, 212, 0.2);
1826
+ background: rgba(0, 120, 212, 0.2);
1827
1827
  }
1828
1828
  *.e-outline:not(:focus).e-success .e-progress {
1829
- background-color: rgba(11, 106, 11, 0.2);
1829
+ background: rgba(11, 106, 11, 0.2);
1830
1830
  }
1831
1831
  *.e-outline:not(:focus).e-info .e-progress {
1832
- background-color: rgba(3, 131, 135, 0.2);
1832
+ background: rgba(3, 131, 135, 0.2);
1833
1833
  }
1834
1834
  *.e-outline:not(:focus).e-warning .e-progress {
1835
- background-color: rgba(202, 80, 16, 0.2);
1835
+ background: rgba(202, 80, 16, 0.2);
1836
1836
  }
1837
1837
  *.e-outline:not(:focus).e-danger .e-progress {
1838
- background-color: rgba(209, 52, 56, 0.2);
1838
+ background: rgba(209, 52, 56, 0.2);
1839
1839
  }
1840
1840
 
1841
1841
  *.e-flat:not(:focus).e-primary .e-progress {
1842
- background-color: rgba(0, 120, 212, 0.2);
1842
+ background: rgba(0, 120, 212, 0.2);
1843
1843
  }
1844
1844
  *.e-flat:not(:focus).e-success .e-progress {
1845
- background-color: rgba(11, 106, 11, 0.2);
1845
+ background: rgba(11, 106, 11, 0.2);
1846
1846
  }
1847
1847
  *.e-flat:not(:focus).e-info .e-progress {
1848
- background-color: rgba(3, 131, 135, 0.2);
1848
+ background: rgba(3, 131, 135, 0.2);
1849
1849
  }
1850
1850
  *.e-flat:not(:focus).e-warning .e-progress {
1851
- background-color: rgba(202, 80, 16, 0.2);
1851
+ background: rgba(202, 80, 16, 0.2);
1852
1852
  }
1853
1853
  *.e-flat:not(:focus).e-danger .e-progress {
1854
- background-color: rgba(209, 52, 56, 0.2);
1854
+ background: rgba(209, 52, 56, 0.2);
1855
1855
  }
package/styles/fluent.css CHANGED
@@ -802,7 +802,7 @@
802
802
  .e-btn-group input:focus + label.e-btn,
803
803
  .e-css.e-btn-group .e-btn:focus,
804
804
  .e-css.e-btn-group input:focus + label.e-btn {
805
- background-color: #f3f2f1;
805
+ background: #f3f2f1;
806
806
  border-color: #8a8886;
807
807
  color: #323130;
808
808
  outline: 1px solid;
@@ -815,7 +815,7 @@
815
815
  .e-btn-group input:focus + label.e-btn.e-primary,
816
816
  .e-css.e-btn-group .e-btn:focus.e-primary,
817
817
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
818
- background-color: #006cbf;
818
+ background: #006cbf;
819
819
  border-color: #0078d4;
820
820
  color: #fff;
821
821
  outline: 1px solid;
@@ -827,7 +827,7 @@
827
827
  .e-btn-group input:focus + label.e-btn.e-success,
828
828
  .e-css.e-btn-group .e-btn:focus.e-success,
829
829
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
830
- background-color: #0a5f0a;
830
+ background: #0a5f0a;
831
831
  border-color: #0b6a0b;
832
832
  color: #fff;
833
833
  box-shadow: 0 0 rgba(0, 0, 0, 0);
@@ -838,7 +838,7 @@
838
838
  .e-btn-group input:focus + label.e-btn.e-info,
839
839
  .e-css.e-btn-group .e-btn:focus.e-info,
840
840
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
841
- background-color: #03767a;
841
+ background: #03767a;
842
842
  border-color: #038387;
843
843
  color: #fff;
844
844
  box-shadow: 0 0 rgba(0, 0, 0, 0);
@@ -849,7 +849,7 @@
849
849
  .e-btn-group input:focus + label.e-btn.e-warning,
850
850
  .e-css.e-btn-group .e-btn:focus.e-warning,
851
851
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
852
- background-color: #cf6228;
852
+ background: #cf6228;
853
853
  border-color: #ca5010;
854
854
  color: #fff;
855
855
  box-shadow: 0 0 rgba(0, 0, 0, 0);
@@ -860,7 +860,7 @@
860
860
  .e-btn-group input:focus + label.e-btn.e-danger,
861
861
  .e-css.e-btn-group .e-btn:focus.e-danger,
862
862
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
863
- background-color: #bc2f32;
863
+ background: #bc2f32;
864
864
  border-color: #d13438;
865
865
  color: #fff;
866
866
  box-shadow: 0 0 rgba(0, 0, 0, 0);
@@ -922,7 +922,7 @@
922
922
  .e-css.e-btn-group .e-btn:active,
923
923
  .e-css.e-btn-group input:active + label.e-btn,
924
924
  .e-css.e-btn-group input:checked + label.e-btn {
925
- background-color: #edebe9;
925
+ background: #edebe9;
926
926
  border-color: #8a8886;
927
927
  color: #323130;
928
928
  box-shadow: none;
@@ -933,7 +933,7 @@
933
933
  .e-css.e-btn-group .e-btn:active.e-primary,
934
934
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
935
935
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
936
- background-color: #0060aa;
936
+ background: #0060aa;
937
937
  border-color: #0060aa;
938
938
  color: #fff;
939
939
  box-shadow: none;
@@ -944,7 +944,7 @@
944
944
  .e-css.e-btn-group .e-btn:active.e-success,
945
945
  .e-css.e-btn-group input:active + label.e-btn.e-success,
946
946
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
947
- background-color: #095509;
947
+ background: #095509;
948
948
  border-color: #095509;
949
949
  color: #fff;
950
950
  box-shadow: none;
@@ -955,7 +955,7 @@
955
955
  .e-css.e-btn-group .e-btn:active.e-info,
956
956
  .e-css.e-btn-group input:active + label.e-btn.e-info,
957
957
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
958
- background-color: #359c9f;
958
+ background: #359c9f;
959
959
  color: #fff;
960
960
  border-color: #359c9f;
961
961
  box-shadow: none;
@@ -966,7 +966,7 @@
966
966
  .e-css.e-btn-group .e-btn:active.e-warning,
967
967
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
968
968
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
969
- background-color: #d57340;
969
+ background: #d57340;
970
970
  border-color: #d57340;
971
971
  color: #fff;
972
972
  box-shadow: none;
@@ -977,7 +977,7 @@
977
977
  .e-css.e-btn-group .e-btn:active.e-danger,
978
978
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
979
979
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
980
- background-color: #a72a2d;
980
+ background: #a72a2d;
981
981
  border-color: #a72a2d;
982
982
  color: #fff;
983
983
  box-shadow: none;
@@ -988,7 +988,7 @@
988
988
  .e-css.e-btn-group .e-btn:active.e-outline,
989
989
  .e-css.e-btn-group input:active + label.e-btn.e-outline,
990
990
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
991
- background-color: #edebe9;
991
+ background: #edebe9;
992
992
  border-color: #8a8886;
993
993
  box-shadow: none;
994
994
  color: #323130;
@@ -999,7 +999,7 @@
999
999
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
1000
1000
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
1001
1001
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1002
- background-color: #0060aa;
1002
+ background: #0060aa;
1003
1003
  border-color: #0078d4;
1004
1004
  box-shadow: none;
1005
1005
  color: #fff;
@@ -1010,7 +1010,7 @@
1010
1010
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
1011
1011
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
1012
1012
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1013
- background-color: #095509;
1013
+ background: #095509;
1014
1014
  border-color: #095509;
1015
1015
  box-shadow: none;
1016
1016
  color: #fff;
@@ -1021,7 +1021,7 @@
1021
1021
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
1022
1022
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
1023
1023
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1024
- background-color: #359c9f;
1024
+ background: #359c9f;
1025
1025
  border-color: #359c9f;
1026
1026
  box-shadow: none;
1027
1027
  color: #fff;
@@ -1032,7 +1032,7 @@
1032
1032
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
1033
1033
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
1034
1034
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1035
- background-color: #d57340;
1035
+ background: #d57340;
1036
1036
  border-color: #d57340;
1037
1037
  box-shadow: none;
1038
1038
  color: #fff;
@@ -1043,7 +1043,7 @@
1043
1043
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
1044
1044
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
1045
1045
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1046
- background-color: #a72a2d;
1046
+ background: #a72a2d;
1047
1047
  border-color: #a72a2d;
1048
1048
  box-shadow: none;
1049
1049
  color: #fff;
@@ -1062,7 +1062,7 @@
1062
1062
  .e-btn-group input:disabled + label.e-btn.e-primary,
1063
1063
  .e-css.e-btn-group .e-btn:disabled.e-primary,
1064
1064
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1065
- background-color: #f3f2f1;
1065
+ background: #f3f2f1;
1066
1066
  border-color: #f3f2f1;
1067
1067
  box-shadow: none;
1068
1068
  color: #a19f9d;
@@ -1073,7 +1073,7 @@
1073
1073
  .e-btn-group input:disabled + label.e-btn.e-success,
1074
1074
  .e-css.e-btn-group .e-btn:disabled.e-success,
1075
1075
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1076
- background-color: #f3f2f1;
1076
+ background: #f3f2f1;
1077
1077
  border-color: #f3f2f1;
1078
1078
  box-shadow: none;
1079
1079
  color: #a19f9d;
@@ -1084,7 +1084,7 @@
1084
1084
  .e-btn-group input:disabled + label.e-btn.e-info,
1085
1085
  .e-css.e-btn-group .e-btn:disabled.e-info,
1086
1086
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1087
- background-color: #f3f2f1;
1087
+ background: #f3f2f1;
1088
1088
  border-color: #f3f2f1;
1089
1089
  box-shadow: none;
1090
1090
  color: #a19f9d;
@@ -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: #f3f2f1;
1098
+ background: #f3f2f1;
1099
1099
  border-color: #f3f2f1;
1100
1100
  box-shadow: none;
1101
1101
  color: #a19f9d;
@@ -1106,7 +1106,7 @@
1106
1106
  .e-btn-group input:disabled + label.e-btn.e-danger,
1107
1107
  .e-css.e-btn-group .e-btn:disabled.e-danger,
1108
1108
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1109
- background-color: #f3f2f1;
1109
+ background: #f3f2f1;
1110
1110
  border-color: #f3f2f1;
1111
1111
  box-shadow: none;
1112
1112
  color: #a19f9d;
@@ -1118,7 +1118,7 @@
1118
1118
  .e-css.e-btn-group .e-btn:disabled.e-link,
1119
1119
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1120
1120
  color: #a19f9d;
1121
- background-color: transparent;
1121
+ background: transparent;
1122
1122
  box-shadow: none;
1123
1123
  text-decoration: none;
1124
1124
  outline: none;
@@ -1128,7 +1128,7 @@
1128
1128
  .e-btn-group input:disabled + label.e-btn.e-outline,
1129
1129
  .e-css.e-btn-group .e-btn:disabled.e-outline,
1130
1130
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1131
- background-color: transparent;
1131
+ background: transparent;
1132
1132
  border-color: #f3f2f1;
1133
1133
  box-shadow: none;
1134
1134
  color: #a19f9d;
@@ -1138,7 +1138,7 @@
1138
1138
  .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
1139
1139
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
1140
1140
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1141
- background-color: transparent;
1141
+ background: transparent;
1142
1142
  border-color: #f3f2f1;
1143
1143
  box-shadow: none;
1144
1144
  color: #a19f9d;
@@ -1148,7 +1148,7 @@
1148
1148
  .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
1149
1149
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
1150
1150
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1151
- background-color: transparent;
1151
+ background: transparent;
1152
1152
  border-color: #f3f2f1;
1153
1153
  box-shadow: none;
1154
1154
  color: #a19f9d;
@@ -1158,7 +1158,7 @@
1158
1158
  .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
1159
1159
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
1160
1160
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1161
- background-color: transparent;
1161
+ background: transparent;
1162
1162
  border-color: #f3f2f1;
1163
1163
  box-shadow: none;
1164
1164
  color: #a19f9d;
@@ -1168,7 +1168,7 @@
1168
1168
  .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
1169
1169
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
1170
1170
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1171
- background-color: transparent;
1171
+ background: transparent;
1172
1172
  border-color: #f3f2f1;
1173
1173
  box-shadow: none;
1174
1174
  color: #a19f9d;
@@ -1178,7 +1178,7 @@
1178
1178
  .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
1179
1179
  .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
1180
1180
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1181
- background-color: transparent;
1181
+ background: transparent;
1182
1182
  border-color: #f3f2f1;
1183
1183
  box-shadow: none;
1184
1184
  color: #a19f9d;
@@ -1792,64 +1792,64 @@
1792
1792
  }
1793
1793
 
1794
1794
  .e-progress {
1795
- background-color: rgba(96, 94, 92, 0.5);
1795
+ background: rgba(96, 94, 92, 0.5);
1796
1796
  }
1797
1797
 
1798
1798
  *.e-primary .e-progress,
1799
1799
  *.e-success .e-progress,
1800
1800
  *.e-danger .e-progress,
1801
1801
  *.e-info .e-progress {
1802
- background-color: rgba(96, 94, 92, 0.2);
1802
+ background: rgba(96, 94, 92, 0.2);
1803
1803
  }
1804
1804
 
1805
1805
  *.e-warning .e-progress {
1806
- background-color: rgba(96, 94, 92, 0.2);
1806
+ background: rgba(96, 94, 92, 0.2);
1807
1807
  }
1808
1808
 
1809
1809
  *.e-flat.e-primary .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-success .e-progress {
1813
- background-color: rgba(255, 255, 255, 0.2);
1813
+ background: rgba(255, 255, 255, 0.2);
1814
1814
  }
1815
1815
  *.e-flat.e-info .e-progress {
1816
- background-color: rgba(255, 255, 255, 0.2);
1816
+ background: rgba(255, 255, 255, 0.2);
1817
1817
  }
1818
1818
  *.e-flat.e-warning .e-progress {
1819
- background-color: rgba(255, 255, 255, 0.2);
1819
+ background: rgba(255, 255, 255, 0.2);
1820
1820
  }
1821
1821
  *.e-flat.e-danger .e-progress {
1822
- background-color: rgba(255, 255, 255, 0.2);
1822
+ background: rgba(255, 255, 255, 0.2);
1823
1823
  }
1824
1824
 
1825
1825
  *.e-outline:not(:focus).e-primary .e-progress {
1826
- background-color: rgba(0, 120, 212, 0.2);
1826
+ background: rgba(0, 120, 212, 0.2);
1827
1827
  }
1828
1828
  *.e-outline:not(:focus).e-success .e-progress {
1829
- background-color: rgba(11, 106, 11, 0.2);
1829
+ background: rgba(11, 106, 11, 0.2);
1830
1830
  }
1831
1831
  *.e-outline:not(:focus).e-info .e-progress {
1832
- background-color: rgba(3, 131, 135, 0.2);
1832
+ background: rgba(3, 131, 135, 0.2);
1833
1833
  }
1834
1834
  *.e-outline:not(:focus).e-warning .e-progress {
1835
- background-color: rgba(202, 80, 16, 0.2);
1835
+ background: rgba(202, 80, 16, 0.2);
1836
1836
  }
1837
1837
  *.e-outline:not(:focus).e-danger .e-progress {
1838
- background-color: rgba(209, 52, 56, 0.2);
1838
+ background: rgba(209, 52, 56, 0.2);
1839
1839
  }
1840
1840
 
1841
1841
  *.e-flat:not(:focus).e-primary .e-progress {
1842
- background-color: rgba(0, 120, 212, 0.2);
1842
+ background: rgba(0, 120, 212, 0.2);
1843
1843
  }
1844
1844
  *.e-flat:not(:focus).e-success .e-progress {
1845
- background-color: rgba(11, 106, 11, 0.2);
1845
+ background: rgba(11, 106, 11, 0.2);
1846
1846
  }
1847
1847
  *.e-flat:not(:focus).e-info .e-progress {
1848
- background-color: rgba(3, 131, 135, 0.2);
1848
+ background: rgba(3, 131, 135, 0.2);
1849
1849
  }
1850
1850
  *.e-flat:not(:focus).e-warning .e-progress {
1851
- background-color: rgba(202, 80, 16, 0.2);
1851
+ background: rgba(202, 80, 16, 0.2);
1852
1852
  }
1853
1853
  *.e-flat:not(:focus).e-danger .e-progress {
1854
- background-color: rgba(209, 52, 56, 0.2);
1854
+ background: rgba(209, 52, 56, 0.2);
1855
1855
  }