@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.
- package/CHANGELOG.md +2 -13
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +20 -5
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +20 -5
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -8
- package/src/drop-down-button/drop-down-button.js +6 -2
- package/src/progress-button/progress-button-model.d.ts +3 -1
- package/src/progress-button/progress-button.d.ts +19 -1
- package/src/split-button/split-button.js +14 -3
- package/styles/bootstrap-dark.css +44 -44
- package/styles/bootstrap.css +44 -44
- package/styles/bootstrap4.css +44 -44
- package/styles/bootstrap5-dark.css +48 -48
- package/styles/bootstrap5.css +48 -48
- package/styles/button-group/_bootstrap5-definition.scss +2 -2
- package/styles/button-group/_fluent-definition.scss +2 -2
- package/styles/button-group/_tailwind-definition.scss +1 -1
- package/styles/button-group/_theme.scss +4 -2
- package/styles/button-group/bootstrap-dark.css +30 -30
- package/styles/button-group/bootstrap.css +30 -30
- package/styles/button-group/bootstrap4.css +31 -31
- package/styles/button-group/bootstrap5-dark.css +30 -30
- package/styles/button-group/bootstrap5.css +30 -30
- package/styles/button-group/fabric-dark.css +30 -30
- package/styles/button-group/fabric.css +30 -30
- package/styles/button-group/fluent-dark.css +30 -30
- package/styles/button-group/fluent.css +30 -30
- package/styles/button-group/highcontrast-light.css +30 -30
- package/styles/button-group/highcontrast.css +30 -30
- package/styles/button-group/material-dark.css +30 -30
- package/styles/button-group/material.css +30 -30
- package/styles/button-group/tailwind-dark.css +30 -30
- package/styles/button-group/tailwind.css +30 -30
- package/styles/drop-down-button/_bootstrap5-definition.scss +5 -5
- package/styles/drop-down-button/_fluent-definition.scss +5 -5
- package/styles/drop-down-button/_layout.scss +12 -0
- package/styles/drop-down-button/_tailwind-definition.scss +4 -4
- package/styles/fabric-dark.css +44 -44
- package/styles/fabric.css +44 -44
- package/styles/fluent-dark.css +48 -48
- package/styles/fluent.css +48 -48
- package/styles/highcontrast-light.css +44 -44
- package/styles/highcontrast.css +44 -44
- package/styles/material-dark.css +43 -43
- package/styles/material.css +43 -43
- package/styles/progress-button/_theme.scss +45 -19
- package/styles/progress-button/bootstrap-dark.css +14 -14
- package/styles/progress-button/bootstrap.css +14 -14
- package/styles/progress-button/bootstrap4.css +13 -13
- package/styles/progress-button/bootstrap5-dark.css +18 -18
- package/styles/progress-button/bootstrap5.css +18 -18
- package/styles/progress-button/fabric-dark.css +14 -14
- package/styles/progress-button/fabric.css +14 -14
- package/styles/progress-button/fluent-dark.css +18 -18
- package/styles/progress-button/fluent.css +18 -18
- package/styles/progress-button/highcontrast-light.css +14 -14
- package/styles/progress-button/highcontrast.css +14 -14
- package/styles/progress-button/material-dark.css +13 -13
- package/styles/progress-button/material.css +13 -13
- package/styles/progress-button/tailwind-dark.css +18 -18
- package/styles/progress-button/tailwind.css +18 -18
- package/styles/tailwind-dark.css +48 -48
- package/styles/tailwind.css +48 -48
- package/styles/button-group/_material3-definition.scss +0 -31
- package/styles/drop-down-button/_material3-definition.scss +0 -50
- package/styles/progress-button/_material3-definition.scss +0 -21
- package/styles/split-button/_material3-definition.scss +0 -24
package/styles/fabric-dark.css
CHANGED
|
@@ -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
|
|
814
|
+
background: #414040;
|
|
815
815
|
border-color: #201f1f;
|
|
816
816
|
color: #fff;
|
|
817
817
|
outline: #c8c8c8 1px 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
|
|
827
|
+
background: #0074cc;
|
|
828
828
|
border-color: #201f1f;
|
|
829
829
|
color: #fff;
|
|
830
830
|
outline: #c8c8c8 1px 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
|
|
839
|
+
background: #37844d;
|
|
840
840
|
border-color: #201f1f;
|
|
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
|
|
850
|
+
background: #1e79cb;
|
|
851
851
|
border-color: #201f1f;
|
|
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
|
|
861
|
+
background: #bf7500;
|
|
862
862
|
border-color: #201f1f;
|
|
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
|
|
872
|
+
background: #cd2a19;
|
|
873
873
|
border-color: #201f1f;
|
|
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
|
|
934
|
+
background: #6f6c6c;
|
|
935
935
|
border-color: #6f6c6c;
|
|
936
936
|
color: #fff;
|
|
937
937
|
outline: #414040 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
|
|
947
|
+
background: #005799;
|
|
948
948
|
border-color: #005799;
|
|
949
949
|
color: #fff;
|
|
950
950
|
outline: #414040 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
|
|
959
|
+
background: #255934;
|
|
960
960
|
border-color: #255934;
|
|
961
961
|
color: #fff;
|
|
962
962
|
box-shadow: none;
|
|
@@ -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
|
|
970
|
+
background: #165996;
|
|
971
971
|
color: #fff;
|
|
972
972
|
border-color: #165996;
|
|
973
973
|
box-shadow: none;
|
|
@@ -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
|
|
981
|
+
background: #825000;
|
|
982
982
|
border-color: #825000;
|
|
983
983
|
color: #fff;
|
|
984
984
|
box-shadow: none;
|
|
@@ -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
|
|
992
|
+
background: #961f12;
|
|
993
993
|
border-color: #961f12;
|
|
994
994
|
color: #fff;
|
|
995
995
|
box-shadow: none;
|
|
@@ -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
|
|
1003
|
+
background: #6f6c6c;
|
|
1004
1004
|
border-color: #6f6c6c;
|
|
1005
1005
|
box-shadow: none;
|
|
1006
1006
|
color: #fff;
|
|
@@ -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
|
|
1014
|
+
background: #005799;
|
|
1015
1015
|
border-color: #005799;
|
|
1016
1016
|
box-shadow: none;
|
|
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
|
|
1025
|
+
background: #255934;
|
|
1026
1026
|
border-color: #255934;
|
|
1027
1027
|
box-shadow: none;
|
|
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
|
|
1036
|
+
background: #165996;
|
|
1037
1037
|
border-color: #165996;
|
|
1038
1038
|
box-shadow: none;
|
|
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
|
|
1047
|
+
background: #825000;
|
|
1048
1048
|
border-color: #825000;
|
|
1049
1049
|
box-shadow: none;
|
|
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
|
|
1058
|
+
background: #961f12;
|
|
1059
1059
|
border-color: #961f12;
|
|
1060
1060
|
box-shadow: none;
|
|
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
|
|
1077
|
+
background: #414040;
|
|
1078
1078
|
border-color: #414040;
|
|
1079
1079
|
box-shadow: none;
|
|
1080
1080
|
color: #6f6c6c;
|
|
@@ -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
|
|
1087
|
+
background: #414040;
|
|
1088
1088
|
border-color: #414040;
|
|
1089
1089
|
box-shadow: none;
|
|
1090
1090
|
color: #6f6c6c;
|
|
@@ -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
|
|
1097
|
+
background: #414040;
|
|
1098
1098
|
border-color: #414040;
|
|
1099
1099
|
box-shadow: none;
|
|
1100
1100
|
color: #6f6c6c;
|
|
@@ -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
|
|
1107
|
+
background: #414040;
|
|
1108
1108
|
border-color: #414040;
|
|
1109
1109
|
box-shadow: none;
|
|
1110
1110
|
color: #6f6c6c;
|
|
@@ -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
|
|
1117
|
+
background: #414040;
|
|
1118
1118
|
border-color: #414040;
|
|
1119
1119
|
box-shadow: none;
|
|
1120
1120
|
color: #6f6c6c;
|
|
@@ -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: #6f6c6c;
|
|
1128
|
-
background
|
|
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
|
|
1137
|
+
background: transparent;
|
|
1138
1138
|
border-color: #414040;
|
|
1139
1139
|
box-shadow: none;
|
|
1140
1140
|
color: #6f6c6c;
|
|
@@ -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
|
|
1147
|
+
background: transparent;
|
|
1148
1148
|
border-color: #414040;
|
|
1149
1149
|
box-shadow: none;
|
|
1150
1150
|
color: #6f6c6c;
|
|
@@ -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
|
|
1157
|
+
background: transparent;
|
|
1158
1158
|
border-color: #414040;
|
|
1159
1159
|
box-shadow: none;
|
|
1160
1160
|
color: #6f6c6c;
|
|
@@ -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
|
|
1167
|
+
background: transparent;
|
|
1168
1168
|
border-color: #414040;
|
|
1169
1169
|
box-shadow: none;
|
|
1170
1170
|
color: #6f6c6c;
|
|
@@ -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
|
|
1177
|
+
background: transparent;
|
|
1178
1178
|
border-color: #414040;
|
|
1179
1179
|
box-shadow: none;
|
|
1180
1180
|
color: #6f6c6c;
|
|
@@ -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
|
|
1187
|
+
background: transparent;
|
|
1188
1188
|
border-color: #414040;
|
|
1189
1189
|
box-shadow: none;
|
|
1190
1190
|
color: #6f6c6c;
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
stroke: #fff;
|
|
1712
1712
|
}
|
|
1713
1713
|
.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 {
|
|
1714
|
-
stroke:
|
|
1714
|
+
stroke: #fff;
|
|
1715
1715
|
}
|
|
1716
1716
|
.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 {
|
|
1717
1717
|
stroke: #fff;
|
|
@@ -1798,48 +1798,48 @@
|
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
1800
|
.e-progress {
|
|
1801
|
-
background
|
|
1801
|
+
background: rgba(218, 218, 218, 0.2);
|
|
1802
1802
|
}
|
|
1803
1803
|
|
|
1804
1804
|
*.e-primary .e-progress,
|
|
1805
1805
|
*.e-success .e-progress,
|
|
1806
1806
|
*.e-danger .e-progress,
|
|
1807
1807
|
*.e-info .e-progress {
|
|
1808
|
-
background
|
|
1808
|
+
background: rgba(218, 218, 218, 0.2);
|
|
1809
1809
|
}
|
|
1810
1810
|
|
|
1811
1811
|
*.e-warning .e-progress {
|
|
1812
|
-
background
|
|
1812
|
+
background: rgba(218, 218, 218, 0.2);
|
|
1813
1813
|
}
|
|
1814
1814
|
|
|
1815
1815
|
*.e-flat.e-primary .e-progress {
|
|
1816
|
-
background
|
|
1816
|
+
background: rgba(255, 64, 129, 0.2);
|
|
1817
1817
|
}
|
|
1818
1818
|
*.e-flat.e-success .e-progress {
|
|
1819
|
-
background
|
|
1819
|
+
background: rgba(77, 132, 29, 0.2);
|
|
1820
1820
|
}
|
|
1821
1821
|
*.e-flat.e-info .e-progress {
|
|
1822
|
-
background
|
|
1822
|
+
background: rgba(3, 120, 213, 0.2);
|
|
1823
1823
|
}
|
|
1824
1824
|
*.e-flat.e-warning .e-progress {
|
|
1825
|
-
background
|
|
1825
|
+
background: rgba(193, 87, 0, 0.2);
|
|
1826
1826
|
}
|
|
1827
1827
|
*.e-flat.e-danger .e-progress {
|
|
1828
|
-
background
|
|
1828
|
+
background: rgba(214, 65, 19, 0.2);
|
|
1829
1829
|
}
|
|
1830
1830
|
|
|
1831
1831
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
1832
|
-
background
|
|
1832
|
+
background: rgba(0, 116, 204, 0.2);
|
|
1833
1833
|
}
|
|
1834
1834
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
1835
|
-
background
|
|
1835
|
+
background: rgba(55, 132, 77, 0.2);
|
|
1836
1836
|
}
|
|
1837
1837
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
1838
|
-
background
|
|
1838
|
+
background: rgba(30, 121, 203, 0.2);
|
|
1839
1839
|
}
|
|
1840
1840
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
1841
|
-
background
|
|
1841
|
+
background: rgba(191, 117, 0, 0.2);
|
|
1842
1842
|
}
|
|
1843
1843
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
1844
|
-
background
|
|
1844
|
+
background: rgba(205, 42, 25, 0.2);
|
|
1845
1845
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -808,7 +808,7 @@
|
|
|
808
808
|
.e-btn-group input:focus + label.e-btn,
|
|
809
809
|
.e-css.e-btn-group .e-btn:focus,
|
|
810
810
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
811
|
-
background
|
|
811
|
+
background: #f4f4f4;
|
|
812
812
|
border-color: #eaeaea;
|
|
813
813
|
color: #333;
|
|
814
814
|
outline: #767676 1px solid;
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
823
823
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
824
824
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
825
|
-
background
|
|
825
|
+
background: #0078d6;
|
|
826
826
|
border-color: #fff;
|
|
827
827
|
color: #fff;
|
|
828
828
|
outline: #767676 1px solid;
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
836
836
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
837
837
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
838
|
-
background
|
|
838
|
+
background: #137c10;
|
|
839
839
|
border-color: #fff;
|
|
840
840
|
color: #fff;
|
|
841
841
|
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
|
|
850
|
+
background: #0378d5;
|
|
851
851
|
border-color: #fff;
|
|
852
852
|
color: #fff;
|
|
853
853
|
box-shadow: none;
|
|
@@ -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
|
|
862
|
+
background: #d83b01;
|
|
863
863
|
border-color: #fff;
|
|
864
864
|
color: #fff;
|
|
865
865
|
box-shadow: none;
|
|
@@ -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
|
|
874
|
+
background: #a80000;
|
|
875
875
|
border-color: #fff;
|
|
876
876
|
color: #fff;
|
|
877
877
|
box-shadow: none;
|
|
@@ -934,7 +934,7 @@
|
|
|
934
934
|
.e-css.e-btn-group .e-btn:active,
|
|
935
935
|
.e-css.e-btn-group input:active + label.e-btn,
|
|
936
936
|
.e-css.e-btn-group input:checked + label.e-btn {
|
|
937
|
-
background
|
|
937
|
+
background: #c8c8c8;
|
|
938
938
|
border-color: #c8c8c8;
|
|
939
939
|
color: #000;
|
|
940
940
|
outline: #eaeaea 0 solid;
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
948
948
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
949
949
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
950
|
-
background
|
|
950
|
+
background: #005ba3;
|
|
951
951
|
border-color: #005ba3;
|
|
952
952
|
color: #fff;
|
|
953
953
|
outline: #eaeaea 0 solid;
|
|
@@ -959,7 +959,7 @@
|
|
|
959
959
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
960
960
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
961
961
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
962
|
-
background
|
|
962
|
+
background: #004b1d;
|
|
963
963
|
border-color: #004b1d;
|
|
964
964
|
color: #fff;
|
|
965
965
|
box-shadow: none;
|
|
@@ -970,7 +970,7 @@
|
|
|
970
970
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
971
971
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
972
972
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
973
|
-
background
|
|
973
|
+
background: #065fa6;
|
|
974
974
|
color: #fff;
|
|
975
975
|
border-color: #065fa6;
|
|
976
976
|
box-shadow: none;
|
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
982
982
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
983
983
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
984
|
-
background
|
|
984
|
+
background: #a22c01;
|
|
985
985
|
border-color: #a22c01;
|
|
986
986
|
color: #fff;
|
|
987
987
|
box-shadow: none;
|
|
@@ -992,7 +992,7 @@
|
|
|
992
992
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
993
993
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
994
994
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
995
|
-
background
|
|
995
|
+
background: #7c0101;
|
|
996
996
|
border-color: #7c0101;
|
|
997
997
|
color: #fff;
|
|
998
998
|
box-shadow: none;
|
|
@@ -1003,7 +1003,7 @@
|
|
|
1003
1003
|
.e-css.e-btn-group .e-btn:active.e-outline,
|
|
1004
1004
|
.e-css.e-btn-group input:active + label.e-btn.e-outline,
|
|
1005
1005
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
1006
|
-
background
|
|
1006
|
+
background: #c8c8c8;
|
|
1007
1007
|
border-color: #c8c8c8;
|
|
1008
1008
|
box-shadow: none;
|
|
1009
1009
|
color: #000;
|
|
@@ -1014,7 +1014,7 @@
|
|
|
1014
1014
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
1015
1015
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
1016
1016
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
1017
|
-
background
|
|
1017
|
+
background: #005ba3;
|
|
1018
1018
|
border-color: #0078d6;
|
|
1019
1019
|
box-shadow: none;
|
|
1020
1020
|
color: #fff;
|
|
@@ -1025,7 +1025,7 @@
|
|
|
1025
1025
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
1026
1026
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
1027
1027
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
1028
|
-
background
|
|
1028
|
+
background: #004b1d;
|
|
1029
1029
|
border-color: #004b1d;
|
|
1030
1030
|
box-shadow: none;
|
|
1031
1031
|
color: #fff;
|
|
@@ -1036,7 +1036,7 @@
|
|
|
1036
1036
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
1037
1037
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
1038
1038
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
1039
|
-
background
|
|
1039
|
+
background: #065fa6;
|
|
1040
1040
|
border-color: #065fa6;
|
|
1041
1041
|
box-shadow: none;
|
|
1042
1042
|
color: #fff;
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
1048
1048
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
1049
1049
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
1050
|
-
background
|
|
1050
|
+
background: #a22c01;
|
|
1051
1051
|
border-color: #a22c01;
|
|
1052
1052
|
box-shadow: none;
|
|
1053
1053
|
color: #fff;
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
1059
1059
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
1060
1060
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
1061
|
-
background
|
|
1061
|
+
background: #7c0101;
|
|
1062
1062
|
border-color: #7c0101;
|
|
1063
1063
|
box-shadow: none;
|
|
1064
1064
|
color: #fff;
|
|
@@ -1077,7 +1077,7 @@
|
|
|
1077
1077
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
1078
1078
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
1079
1079
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
1080
|
-
background
|
|
1080
|
+
background: #f4f4f4;
|
|
1081
1081
|
border-color: #f4f4f4;
|
|
1082
1082
|
box-shadow: none;
|
|
1083
1083
|
color: #a6a6a6;
|
|
@@ -1087,7 +1087,7 @@
|
|
|
1087
1087
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
1088
1088
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
1089
1089
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
1090
|
-
background
|
|
1090
|
+
background: #f4f4f4;
|
|
1091
1091
|
border-color: #f4f4f4;
|
|
1092
1092
|
box-shadow: none;
|
|
1093
1093
|
color: #a6a6a6;
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
1098
1098
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
1099
1099
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
1100
|
-
background
|
|
1100
|
+
background: #f4f4f4;
|
|
1101
1101
|
border-color: #f4f4f4;
|
|
1102
1102
|
box-shadow: none;
|
|
1103
1103
|
color: #a6a6a6;
|
|
@@ -1107,7 +1107,7 @@
|
|
|
1107
1107
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
1108
1108
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
1109
1109
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
1110
|
-
background
|
|
1110
|
+
background: #f4f4f4;
|
|
1111
1111
|
border-color: #f4f4f4;
|
|
1112
1112
|
box-shadow: none;
|
|
1113
1113
|
color: #a6a6a6;
|
|
@@ -1117,7 +1117,7 @@
|
|
|
1117
1117
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
1118
1118
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
1119
1119
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
1120
|
-
background
|
|
1120
|
+
background: #f4f4f4;
|
|
1121
1121
|
border-color: #f4f4f4;
|
|
1122
1122
|
box-shadow: none;
|
|
1123
1123
|
color: #a6a6a6;
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
1129
1129
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
1130
1130
|
color: #a6a6a6;
|
|
1131
|
-
background
|
|
1131
|
+
background: transparent;
|
|
1132
1132
|
box-shadow: none;
|
|
1133
1133
|
text-decoration: none;
|
|
1134
1134
|
border-color: transparent;
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
1138
1138
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
1139
1139
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
1140
|
-
background
|
|
1140
|
+
background: transparent;
|
|
1141
1141
|
border-color: #f4f4f4;
|
|
1142
1142
|
box-shadow: none;
|
|
1143
1143
|
color: #a6a6a6;
|
|
@@ -1147,7 +1147,7 @@
|
|
|
1147
1147
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
1148
1148
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
1149
1149
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
1150
|
-
background
|
|
1150
|
+
background: transparent;
|
|
1151
1151
|
border-color: #f4f4f4;
|
|
1152
1152
|
box-shadow: none;
|
|
1153
1153
|
color: #a6a6a6;
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
1158
1158
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
1159
1159
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
1160
|
-
background
|
|
1160
|
+
background: transparent;
|
|
1161
1161
|
border-color: #f4f4f4;
|
|
1162
1162
|
box-shadow: none;
|
|
1163
1163
|
color: #a6a6a6;
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
1168
1168
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
1169
1169
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
1170
|
-
background
|
|
1170
|
+
background: transparent;
|
|
1171
1171
|
border-color: #f4f4f4;
|
|
1172
1172
|
box-shadow: none;
|
|
1173
1173
|
color: #a6a6a6;
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
1178
1178
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
1179
1179
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
1180
|
-
background
|
|
1180
|
+
background: transparent;
|
|
1181
1181
|
border-color: #f4f4f4;
|
|
1182
1182
|
box-shadow: none;
|
|
1183
1183
|
color: #a6a6a6;
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
1188
1188
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
1189
1189
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
1190
|
-
background
|
|
1190
|
+
background: transparent;
|
|
1191
1191
|
border-color: #f4f4f4;
|
|
1192
1192
|
box-shadow: none;
|
|
1193
1193
|
color: #a6a6a6;
|
|
@@ -1714,7 +1714,7 @@
|
|
|
1714
1714
|
stroke: #fff;
|
|
1715
1715
|
}
|
|
1716
1716
|
.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 {
|
|
1717
|
-
stroke:
|
|
1717
|
+
stroke: #fff;
|
|
1718
1718
|
}
|
|
1719
1719
|
.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 {
|
|
1720
1720
|
stroke: #fff;
|
|
@@ -1801,48 +1801,48 @@
|
|
|
1801
1801
|
}
|
|
1802
1802
|
|
|
1803
1803
|
.e-progress {
|
|
1804
|
-
background
|
|
1804
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1805
1805
|
}
|
|
1806
1806
|
|
|
1807
1807
|
*.e-primary .e-progress,
|
|
1808
1808
|
*.e-success .e-progress,
|
|
1809
1809
|
*.e-danger .e-progress,
|
|
1810
1810
|
*.e-info .e-progress {
|
|
1811
|
-
background
|
|
1811
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1812
1812
|
}
|
|
1813
1813
|
|
|
1814
1814
|
*.e-warning .e-progress {
|
|
1815
|
-
background
|
|
1815
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1816
1816
|
}
|
|
1817
1817
|
|
|
1818
1818
|
*.e-flat.e-primary .e-progress {
|
|
1819
|
-
background
|
|
1819
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1820
1820
|
}
|
|
1821
1821
|
*.e-flat.e-success .e-progress {
|
|
1822
|
-
background
|
|
1822
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1823
1823
|
}
|
|
1824
1824
|
*.e-flat.e-info .e-progress {
|
|
1825
|
-
background
|
|
1825
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1826
1826
|
}
|
|
1827
1827
|
*.e-flat.e-warning .e-progress {
|
|
1828
|
-
background
|
|
1828
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1829
1829
|
}
|
|
1830
1830
|
*.e-flat.e-danger .e-progress {
|
|
1831
|
-
background
|
|
1831
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1832
1832
|
}
|
|
1833
1833
|
|
|
1834
1834
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
1835
|
-
background
|
|
1835
|
+
background: rgba(0, 120, 214, 0.2);
|
|
1836
1836
|
}
|
|
1837
1837
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
1838
|
-
background
|
|
1838
|
+
background: rgba(19, 124, 16, 0.2);
|
|
1839
1839
|
}
|
|
1840
1840
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
1841
|
-
background
|
|
1841
|
+
background: rgba(3, 120, 213, 0.2);
|
|
1842
1842
|
}
|
|
1843
1843
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
1844
|
-
background
|
|
1844
|
+
background: rgba(216, 59, 1, 0.2);
|
|
1845
1845
|
}
|
|
1846
1846
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
1847
|
-
background
|
|
1847
|
+
background: rgba(168, 0, 0, 0.2);
|
|
1848
1848
|
}
|