@syncfusion/ej2-splitbuttons 20.4.48 → 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.
- package/CHANGELOG.md +9 -6
- 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 +27 -7
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +27 -7
- 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 +9 -4
- 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 +18 -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/tailwind-dark.css
CHANGED
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
.e-btn-group input:focus + label.e-btn,
|
|
842
842
|
.e-css.e-btn-group .e-btn:focus,
|
|
843
843
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
844
|
-
background
|
|
844
|
+
background: #374151;
|
|
845
845
|
border-color: #6b7280;
|
|
846
846
|
color: #fff;
|
|
847
847
|
outline: #1f2937 0 solid;
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
854
854
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
855
855
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
856
|
-
background
|
|
856
|
+
background: #06b6d4;
|
|
857
857
|
border-color: #22d3ee;
|
|
858
858
|
color: #000;
|
|
859
859
|
outline: #1f2937 0 solid;
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
865
865
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
866
866
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
867
|
-
background
|
|
867
|
+
background: #16a34a;
|
|
868
868
|
border-color: #22c55e;
|
|
869
869
|
color: #000;
|
|
870
870
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
@@ -874,7 +874,7 @@
|
|
|
874
874
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
875
875
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
876
876
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
877
|
-
background
|
|
877
|
+
background: #0284c7;
|
|
878
878
|
border-color: #0ea5e9;
|
|
879
879
|
color: #fff;
|
|
880
880
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
@@ -884,7 +884,7 @@
|
|
|
884
884
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
885
885
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
886
886
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
887
|
-
background
|
|
887
|
+
background: #c2410c;
|
|
888
888
|
border-color: #ea580c;
|
|
889
889
|
color: #fff;
|
|
890
890
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
895
895
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
896
896
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
897
|
-
background
|
|
897
|
+
background: #ef4444;
|
|
898
898
|
border-color: #f87171;
|
|
899
899
|
color: #000;
|
|
900
900
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
.e-css.e-btn-group .e-btn:active,
|
|
955
955
|
.e-css.e-btn-group input:active + label.e-btn,
|
|
956
956
|
.e-css.e-btn-group input:checked + label.e-btn {
|
|
957
|
-
background
|
|
957
|
+
background: #4b5563;
|
|
958
958
|
border-color: #6b7280;
|
|
959
959
|
color: #fff;
|
|
960
960
|
outline: #1f2937 0 solid;
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
968
968
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
969
969
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
970
|
-
background
|
|
970
|
+
background: #67e8f9;
|
|
971
971
|
border-color: #67e8f9;
|
|
972
972
|
color: #000;
|
|
973
973
|
outline: #1f2937 0 solid;
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
980
980
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
981
981
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
982
|
-
background
|
|
982
|
+
background: #4ade80;
|
|
983
983
|
border-color: #4ade80;
|
|
984
984
|
color: #000;
|
|
985
985
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -990,7 +990,7 @@
|
|
|
990
990
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
991
991
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
992
992
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
993
|
-
background
|
|
993
|
+
background: #38bdf8;
|
|
994
994
|
color: #000;
|
|
995
995
|
border-color: #38bdf8;
|
|
996
996
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
1002
1002
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
1003
1003
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
1004
|
-
background
|
|
1004
|
+
background: #f97316;
|
|
1005
1005
|
border-color: #f97316;
|
|
1006
1006
|
color: #000;
|
|
1007
1007
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
1013
1013
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
1014
1014
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
1015
|
-
background
|
|
1015
|
+
background: #dc2626;
|
|
1016
1016
|
border-color: #dc2626;
|
|
1017
1017
|
color: #fff;
|
|
1018
1018
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
.e-css.e-btn-group .e-btn:active.e-outline,
|
|
1024
1024
|
.e-css.e-btn-group input:active + label.e-btn.e-outline,
|
|
1025
1025
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
1026
|
-
background
|
|
1026
|
+
background: #4b5563;
|
|
1027
1027
|
border-color: #6b7280;
|
|
1028
1028
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1029
1029
|
color: #fff;
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
1035
1035
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
1036
1036
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
1037
|
-
background
|
|
1037
|
+
background: #67e8f9;
|
|
1038
1038
|
border-color: #22d3ee;
|
|
1039
1039
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1040
1040
|
color: #000;
|
|
@@ -1045,7 +1045,7 @@
|
|
|
1045
1045
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
1046
1046
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
1047
1047
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
1048
|
-
background
|
|
1048
|
+
background: #4ade80;
|
|
1049
1049
|
border-color: #4ade80;
|
|
1050
1050
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1051
1051
|
color: #000;
|
|
@@ -1056,7 +1056,7 @@
|
|
|
1056
1056
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
1057
1057
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
1058
1058
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
1059
|
-
background
|
|
1059
|
+
background: #38bdf8;
|
|
1060
1060
|
border-color: #38bdf8;
|
|
1061
1061
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1062
1062
|
color: #000;
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
1068
1068
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
1069
1069
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
1070
|
-
background
|
|
1070
|
+
background: #f97316;
|
|
1071
1071
|
border-color: #f97316;
|
|
1072
1072
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1073
1073
|
color: #000;
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
1079
1079
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
1080
1080
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
1081
|
-
background
|
|
1081
|
+
background: #dc2626;
|
|
1082
1082
|
border-color: #dc2626;
|
|
1083
1083
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1084
1084
|
color: #fff;
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
1098
1098
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
1099
1099
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
1100
|
-
background
|
|
1100
|
+
background: #155e75;
|
|
1101
1101
|
border-color: #155e75;
|
|
1102
1102
|
box-shadow: none;
|
|
1103
1103
|
color: #000;
|
|
@@ -1107,7 +1107,7 @@
|
|
|
1107
1107
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
1108
1108
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
1109
1109
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
1110
|
-
background
|
|
1110
|
+
background: #15803d;
|
|
1111
1111
|
border-color: #15803d;
|
|
1112
1112
|
box-shadow: none;
|
|
1113
1113
|
color: #000;
|
|
@@ -1117,7 +1117,7 @@
|
|
|
1117
1117
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
1118
1118
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
1119
1119
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
1120
|
-
background
|
|
1120
|
+
background: #075985;
|
|
1121
1121
|
border-color: #075985;
|
|
1122
1122
|
box-shadow: none;
|
|
1123
1123
|
color: #000;
|
|
@@ -1127,7 +1127,7 @@
|
|
|
1127
1127
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
1128
1128
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
1129
1129
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
1130
|
-
background
|
|
1130
|
+
background: #9a3412;
|
|
1131
1131
|
border-color: #9a3412;
|
|
1132
1132
|
box-shadow: none;
|
|
1133
1133
|
color: #000;
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
1138
1138
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
1139
1139
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
1140
|
-
background
|
|
1140
|
+
background: #991b1b;
|
|
1141
1141
|
border-color: #991b1b;
|
|
1142
1142
|
box-shadow: none;
|
|
1143
1143
|
color: #000;
|
|
@@ -1148,7 +1148,7 @@
|
|
|
1148
1148
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
1149
1149
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
1150
1150
|
color: #6b7280;
|
|
1151
|
-
background
|
|
1151
|
+
background: transparent;
|
|
1152
1152
|
box-shadow: none;
|
|
1153
1153
|
text-decoration: none;
|
|
1154
1154
|
border-color: transparent;
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
1158
1158
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
1159
1159
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
1160
|
-
background
|
|
1160
|
+
background: transparent;
|
|
1161
1161
|
border-color: #374151;
|
|
1162
1162
|
color: #6b7280;
|
|
1163
1163
|
border-color: #6b7280;
|
|
@@ -1166,7 +1166,7 @@
|
|
|
1166
1166
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
1167
1167
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
1168
1168
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
1169
|
-
background
|
|
1169
|
+
background: transparent;
|
|
1170
1170
|
border-color: rgba(34, 211, 238, 0.65);
|
|
1171
1171
|
box-shadow: none;
|
|
1172
1172
|
color: rgba(34, 211, 238, 0.65);
|
|
@@ -1176,7 +1176,7 @@
|
|
|
1176
1176
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
1177
1177
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
1178
1178
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
1179
|
-
background
|
|
1179
|
+
background: transparent;
|
|
1180
1180
|
border-color: rgba(34, 197, 94, 0.65);
|
|
1181
1181
|
box-shadow: none;
|
|
1182
1182
|
color: rgba(34, 197, 94, 0.65);
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
1187
1187
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
1188
1188
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
1189
|
-
background
|
|
1189
|
+
background: transparent;
|
|
1190
1190
|
border-color: rgba(14, 165, 233, 0.65);
|
|
1191
1191
|
box-shadow: none;
|
|
1192
1192
|
color: rgba(56, 189, 248, 0.65);
|
|
@@ -1196,7 +1196,7 @@
|
|
|
1196
1196
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
1197
1197
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
1198
1198
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
1199
|
-
background
|
|
1199
|
+
background: transparent;
|
|
1200
1200
|
border-color: rgba(234, 88, 12, 0.65);
|
|
1201
1201
|
box-shadow: none;
|
|
1202
1202
|
color: rgba(249, 115, 22, 0.65);
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
1207
1207
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
1208
1208
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
1209
|
-
background
|
|
1209
|
+
background: transparent;
|
|
1210
1210
|
border-color: rgba(248, 113, 113, 0.65);
|
|
1211
1211
|
box-shadow: none;
|
|
1212
1212
|
color: rgba(248, 113, 113, 0.65);
|
|
@@ -1808,64 +1808,64 @@
|
|
|
1808
1808
|
}
|
|
1809
1809
|
|
|
1810
1810
|
.e-progress {
|
|
1811
|
-
background
|
|
1811
|
+
background: rgba(209, 213, 219, 0.2);
|
|
1812
1812
|
}
|
|
1813
1813
|
|
|
1814
1814
|
*.e-primary .e-progress,
|
|
1815
1815
|
*.e-success .e-progress,
|
|
1816
1816
|
*.e-danger .e-progress,
|
|
1817
1817
|
*.e-info .e-progress {
|
|
1818
|
-
background
|
|
1818
|
+
background: rgba(209, 213, 219, 0.2);
|
|
1819
1819
|
}
|
|
1820
1820
|
|
|
1821
1821
|
*.e-warning .e-progress {
|
|
1822
|
-
background
|
|
1822
|
+
background: rgba(209, 213, 219, 0.2);
|
|
1823
1823
|
}
|
|
1824
1824
|
|
|
1825
1825
|
*.e-flat.e-primary .e-progress {
|
|
1826
|
-
background
|
|
1826
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1827
1827
|
}
|
|
1828
1828
|
*.e-flat.e-success .e-progress {
|
|
1829
|
-
background
|
|
1829
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1830
1830
|
}
|
|
1831
1831
|
*.e-flat.e-info .e-progress {
|
|
1832
|
-
background
|
|
1832
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1833
1833
|
}
|
|
1834
1834
|
*.e-flat.e-warning .e-progress {
|
|
1835
|
-
background
|
|
1835
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1836
1836
|
}
|
|
1837
1837
|
*.e-flat.e-danger .e-progress {
|
|
1838
|
-
background
|
|
1838
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1839
1839
|
}
|
|
1840
1840
|
|
|
1841
1841
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
1842
|
-
background
|
|
1842
|
+
background: rgba(34, 211, 238, 0.2);
|
|
1843
1843
|
}
|
|
1844
1844
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
1845
|
-
background
|
|
1845
|
+
background: rgba(34, 197, 94, 0.2);
|
|
1846
1846
|
}
|
|
1847
1847
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
1848
|
-
background
|
|
1848
|
+
background: rgba(14, 165, 233, 0.2);
|
|
1849
1849
|
}
|
|
1850
1850
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
1851
|
-
background
|
|
1851
|
+
background: rgba(234, 88, 12, 0.2);
|
|
1852
1852
|
}
|
|
1853
1853
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
1854
|
-
background
|
|
1854
|
+
background: rgba(248, 113, 113, 0.2);
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
1857
1857
|
*.e-flat:not(:focus).e-primary .e-progress {
|
|
1858
|
-
background
|
|
1858
|
+
background: rgba(34, 211, 238, 0.2);
|
|
1859
1859
|
}
|
|
1860
1860
|
*.e-flat:not(:focus).e-success .e-progress {
|
|
1861
|
-
background
|
|
1861
|
+
background: rgba(34, 197, 94, 0.2);
|
|
1862
1862
|
}
|
|
1863
1863
|
*.e-flat:not(:focus).e-info .e-progress {
|
|
1864
|
-
background
|
|
1864
|
+
background: rgba(14, 165, 233, 0.2);
|
|
1865
1865
|
}
|
|
1866
1866
|
*.e-flat:not(:focus).e-warning .e-progress {
|
|
1867
|
-
background
|
|
1867
|
+
background: rgba(234, 88, 12, 0.2);
|
|
1868
1868
|
}
|
|
1869
1869
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
1870
|
-
background
|
|
1870
|
+
background: rgba(248, 113, 113, 0.2);
|
|
1871
1871
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
.e-btn-group input:focus + label.e-btn,
|
|
842
842
|
.e-css.e-btn-group .e-btn:focus,
|
|
843
843
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
844
|
-
background
|
|
844
|
+
background: #f3f4f6;
|
|
845
845
|
border-color: #d1d5db;
|
|
846
846
|
color: #374151;
|
|
847
847
|
outline: #fff 0 solid;
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
854
854
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
855
855
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
856
|
-
background
|
|
856
|
+
background: #4338ca;
|
|
857
857
|
border-color: #4f46e5;
|
|
858
858
|
color: #fff;
|
|
859
859
|
outline: #fff 0 solid;
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
865
865
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
866
866
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
867
|
-
background
|
|
867
|
+
background: #166534;
|
|
868
868
|
border-color: #15803d;
|
|
869
869
|
color: #fff;
|
|
870
870
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
@@ -874,7 +874,7 @@
|
|
|
874
874
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
875
875
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
876
876
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
877
|
-
background
|
|
877
|
+
background: #155e75;
|
|
878
878
|
border-color: #0e7490;
|
|
879
879
|
color: #fff;
|
|
880
880
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
@@ -884,7 +884,7 @@
|
|
|
884
884
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
885
885
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
886
886
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
887
|
-
background
|
|
887
|
+
background: #9a3412;
|
|
888
888
|
border-color: #c2410c;
|
|
889
889
|
color: #fff;
|
|
890
890
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
895
895
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
896
896
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
897
|
-
background
|
|
897
|
+
background: #b91c1c;
|
|
898
898
|
border-color: #dc2626;
|
|
899
899
|
color: #fff;
|
|
900
900
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
.e-css.e-btn-group .e-btn:active,
|
|
955
955
|
.e-css.e-btn-group input:active + label.e-btn,
|
|
956
956
|
.e-css.e-btn-group input:checked + label.e-btn {
|
|
957
|
-
background
|
|
957
|
+
background: #e5e7eb;
|
|
958
958
|
border-color: #d1d5db;
|
|
959
959
|
color: #374151;
|
|
960
960
|
outline: #fff 0 solid;
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
968
968
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
969
969
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
970
|
-
background
|
|
970
|
+
background: #3730a3;
|
|
971
971
|
border-color: #3730a3;
|
|
972
972
|
color: #fff;
|
|
973
973
|
outline: #fff 0 solid;
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
980
980
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
981
981
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
982
|
-
background
|
|
982
|
+
background: #14532d;
|
|
983
983
|
border-color: #14532d;
|
|
984
984
|
color: #fff;
|
|
985
985
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -990,7 +990,7 @@
|
|
|
990
990
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
991
991
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
992
992
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
993
|
-
background
|
|
993
|
+
background: #164e63;
|
|
994
994
|
color: #fff;
|
|
995
995
|
border-color: #164e63;
|
|
996
996
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
1002
1002
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
1003
1003
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
1004
|
-
background
|
|
1004
|
+
background: #7c2d12;
|
|
1005
1005
|
border-color: #7c2d12;
|
|
1006
1006
|
color: #fff;
|
|
1007
1007
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
1013
1013
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
1014
1014
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
1015
|
-
background
|
|
1015
|
+
background: #991b1b;
|
|
1016
1016
|
border-color: #991b1b;
|
|
1017
1017
|
color: #fff;
|
|
1018
1018
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
.e-css.e-btn-group .e-btn:active.e-outline,
|
|
1024
1024
|
.e-css.e-btn-group input:active + label.e-btn.e-outline,
|
|
1025
1025
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
1026
|
-
background
|
|
1026
|
+
background: #e5e7eb;
|
|
1027
1027
|
border-color: #d1d5db;
|
|
1028
1028
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1029
1029
|
color: #374151;
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
1035
1035
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
1036
1036
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
1037
|
-
background
|
|
1037
|
+
background: #3730a3;
|
|
1038
1038
|
border-color: #4f46e5;
|
|
1039
1039
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1040
1040
|
color: #fff;
|
|
@@ -1045,7 +1045,7 @@
|
|
|
1045
1045
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
1046
1046
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
1047
1047
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
1048
|
-
background
|
|
1048
|
+
background: #14532d;
|
|
1049
1049
|
border-color: #14532d;
|
|
1050
1050
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1051
1051
|
color: #fff;
|
|
@@ -1056,7 +1056,7 @@
|
|
|
1056
1056
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
1057
1057
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
1058
1058
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
1059
|
-
background
|
|
1059
|
+
background: #164e63;
|
|
1060
1060
|
border-color: #164e63;
|
|
1061
1061
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1062
1062
|
color: #fff;
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
1068
1068
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
1069
1069
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
1070
|
-
background
|
|
1070
|
+
background: #7c2d12;
|
|
1071
1071
|
border-color: #7c2d12;
|
|
1072
1072
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1073
1073
|
color: #fff;
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
1079
1079
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
1080
1080
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
1081
|
-
background
|
|
1081
|
+
background: #991b1b;
|
|
1082
1082
|
border-color: #991b1b;
|
|
1083
1083
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1084
1084
|
color: #fff;
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
1098
1098
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
1099
1099
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
1100
|
-
background
|
|
1100
|
+
background: #a5b4fc;
|
|
1101
1101
|
border-color: #a5b4fc;
|
|
1102
1102
|
box-shadow: none;
|
|
1103
1103
|
color: #fff;
|
|
@@ -1107,7 +1107,7 @@
|
|
|
1107
1107
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
1108
1108
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
1109
1109
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
1110
|
-
background
|
|
1110
|
+
background: #86efac;
|
|
1111
1111
|
border-color: #86efac;
|
|
1112
1112
|
box-shadow: none;
|
|
1113
1113
|
color: #fff;
|
|
@@ -1117,7 +1117,7 @@
|
|
|
1117
1117
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
1118
1118
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
1119
1119
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
1120
|
-
background
|
|
1120
|
+
background: #67e8f9;
|
|
1121
1121
|
border-color: #67e8f9;
|
|
1122
1122
|
box-shadow: none;
|
|
1123
1123
|
color: #fff;
|
|
@@ -1127,7 +1127,7 @@
|
|
|
1127
1127
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
1128
1128
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
1129
1129
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
1130
|
-
background
|
|
1130
|
+
background: #fdba74;
|
|
1131
1131
|
border-color: #fdba74;
|
|
1132
1132
|
box-shadow: none;
|
|
1133
1133
|
color: #fff;
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
1138
1138
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
1139
1139
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
1140
|
-
background
|
|
1140
|
+
background: #fca5a5;
|
|
1141
1141
|
border-color: #fca5a5;
|
|
1142
1142
|
box-shadow: none;
|
|
1143
1143
|
color: #fff;
|
|
@@ -1148,7 +1148,7 @@
|
|
|
1148
1148
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
1149
1149
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
1150
1150
|
color: #9ca3af;
|
|
1151
|
-
background
|
|
1151
|
+
background: transparent;
|
|
1152
1152
|
box-shadow: none;
|
|
1153
1153
|
text-decoration: none;
|
|
1154
1154
|
border-color: transparent;
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
1158
1158
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
1159
1159
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
1160
|
-
background
|
|
1160
|
+
background: transparent;
|
|
1161
1161
|
border-color: #e5e7eb;
|
|
1162
1162
|
color: #9ca3af;
|
|
1163
1163
|
border-color: #d1d5db;
|
|
@@ -1166,7 +1166,7 @@
|
|
|
1166
1166
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
1167
1167
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
1168
1168
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
1169
|
-
background
|
|
1169
|
+
background: transparent;
|
|
1170
1170
|
border-color: rgba(79, 70, 229, 0.65);
|
|
1171
1171
|
box-shadow: none;
|
|
1172
1172
|
color: rgba(79, 70, 229, 0.65);
|
|
@@ -1176,7 +1176,7 @@
|
|
|
1176
1176
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
1177
1177
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
1178
1178
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
1179
|
-
background
|
|
1179
|
+
background: transparent;
|
|
1180
1180
|
border-color: rgba(21, 128, 61, 0.65);
|
|
1181
1181
|
box-shadow: none;
|
|
1182
1182
|
color: rgba(21, 128, 61, 0.65);
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
1187
1187
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
1188
1188
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
1189
|
-
background
|
|
1189
|
+
background: transparent;
|
|
1190
1190
|
border-color: rgba(14, 116, 144, 0.65);
|
|
1191
1191
|
box-shadow: none;
|
|
1192
1192
|
color: rgba(14, 116, 144, 0.65);
|
|
@@ -1196,7 +1196,7 @@
|
|
|
1196
1196
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
1197
1197
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
1198
1198
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
1199
|
-
background
|
|
1199
|
+
background: transparent;
|
|
1200
1200
|
border-color: rgba(194, 65, 12, 0.65);
|
|
1201
1201
|
box-shadow: none;
|
|
1202
1202
|
color: rgba(194, 65, 12, 0.65);
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
1207
1207
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
1208
1208
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
1209
|
-
background
|
|
1209
|
+
background: transparent;
|
|
1210
1210
|
border-color: rgba(220, 38, 38, 0.65);
|
|
1211
1211
|
box-shadow: none;
|
|
1212
1212
|
color: rgba(220, 38, 38, 0.65);
|
|
@@ -1808,64 +1808,64 @@
|
|
|
1808
1808
|
}
|
|
1809
1809
|
|
|
1810
1810
|
.e-progress {
|
|
1811
|
-
background
|
|
1811
|
+
background: rgba(107, 114, 128, 0.2);
|
|
1812
1812
|
}
|
|
1813
1813
|
|
|
1814
1814
|
*.e-primary .e-progress,
|
|
1815
1815
|
*.e-success .e-progress,
|
|
1816
1816
|
*.e-danger .e-progress,
|
|
1817
1817
|
*.e-info .e-progress {
|
|
1818
|
-
background
|
|
1818
|
+
background: rgba(107, 114, 128, 0.2);
|
|
1819
1819
|
}
|
|
1820
1820
|
|
|
1821
1821
|
*.e-warning .e-progress {
|
|
1822
|
-
background
|
|
1822
|
+
background: rgba(107, 114, 128, 0.2);
|
|
1823
1823
|
}
|
|
1824
1824
|
|
|
1825
1825
|
*.e-flat.e-primary .e-progress {
|
|
1826
|
-
background
|
|
1826
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1827
1827
|
}
|
|
1828
1828
|
*.e-flat.e-success .e-progress {
|
|
1829
|
-
background
|
|
1829
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1830
1830
|
}
|
|
1831
1831
|
*.e-flat.e-info .e-progress {
|
|
1832
|
-
background
|
|
1832
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1833
1833
|
}
|
|
1834
1834
|
*.e-flat.e-warning .e-progress {
|
|
1835
|
-
background
|
|
1835
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1836
1836
|
}
|
|
1837
1837
|
*.e-flat.e-danger .e-progress {
|
|
1838
|
-
background
|
|
1838
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1839
1839
|
}
|
|
1840
1840
|
|
|
1841
1841
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
1842
|
-
background
|
|
1842
|
+
background: rgba(79, 70, 229, 0.2);
|
|
1843
1843
|
}
|
|
1844
1844
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
1845
|
-
background
|
|
1845
|
+
background: rgba(21, 128, 61, 0.2);
|
|
1846
1846
|
}
|
|
1847
1847
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
1848
|
-
background
|
|
1848
|
+
background: rgba(14, 116, 144, 0.2);
|
|
1849
1849
|
}
|
|
1850
1850
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
1851
|
-
background
|
|
1851
|
+
background: rgba(194, 65, 12, 0.2);
|
|
1852
1852
|
}
|
|
1853
1853
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
1854
|
-
background
|
|
1854
|
+
background: rgba(220, 38, 38, 0.2);
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
1857
1857
|
*.e-flat:not(:focus).e-primary .e-progress {
|
|
1858
|
-
background
|
|
1858
|
+
background: rgba(79, 70, 229, 0.2);
|
|
1859
1859
|
}
|
|
1860
1860
|
*.e-flat:not(:focus).e-success .e-progress {
|
|
1861
|
-
background
|
|
1861
|
+
background: rgba(21, 128, 61, 0.2);
|
|
1862
1862
|
}
|
|
1863
1863
|
*.e-flat:not(:focus).e-info .e-progress {
|
|
1864
|
-
background
|
|
1864
|
+
background: rgba(14, 116, 144, 0.2);
|
|
1865
1865
|
}
|
|
1866
1866
|
*.e-flat:not(:focus).e-warning .e-progress {
|
|
1867
|
-
background
|
|
1867
|
+
background: rgba(194, 65, 12, 0.2);
|
|
1868
1868
|
}
|
|
1869
1869
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
1870
|
-
background
|
|
1870
|
+
background: rgba(220, 38, 38, 0.2);
|
|
1871
1871
|
}
|