@syncfusion/ej2-vue-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 +3 -13
- package/dist/ej2-vue-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-vue-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es2015.js +303 -434
- package/dist/es6/ej2-vue-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es5.js +343 -513
- package/dist/es6/ej2-vue-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-vue-splitbuttons.min.js +2 -2
- package/package.json +9 -9
- package/src/drop-down-button/dropdownbutton.component.d.ts +2 -26
- package/src/drop-down-button/dropdownbutton.component.js +95 -124
- package/src/drop-down-button/items.directive.d.ts +2 -12
- package/src/drop-down-button/items.directive.js +22 -71
- package/src/progress-button/progressbutton.component.d.ts +2 -27
- package/src/progress-button/progressbutton.component.js +98 -127
- package/src/split-button/items.directive.d.ts +2 -12
- package/src/split-button/items.directive.js +22 -71
- package/src/split-button/splitbutton.component.d.ts +2 -26
- package/src/split-button/splitbutton.component.js +95 -124
- 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/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/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/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/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
|
}
|
package/styles/fluent-dark.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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
1802
|
+
background: rgba(161, 159, 157, 0.2);
|
|
1803
1803
|
}
|
|
1804
1804
|
|
|
1805
1805
|
*.e-warning .e-progress {
|
|
1806
|
-
background
|
|
1806
|
+
background: rgba(161, 159, 157, 0.2);
|
|
1807
1807
|
}
|
|
1808
1808
|
|
|
1809
1809
|
*.e-flat.e-primary .e-progress {
|
|
1810
|
-
background
|
|
1810
|
+
background: rgba(27, 26, 25, 0.2);
|
|
1811
1811
|
}
|
|
1812
1812
|
*.e-flat.e-success .e-progress {
|
|
1813
|
-
background
|
|
1813
|
+
background: rgba(27, 26, 25, 0.2);
|
|
1814
1814
|
}
|
|
1815
1815
|
*.e-flat.e-info .e-progress {
|
|
1816
|
-
background
|
|
1816
|
+
background: rgba(27, 26, 25, 0.2);
|
|
1817
1817
|
}
|
|
1818
1818
|
*.e-flat.e-warning .e-progress {
|
|
1819
|
-
background
|
|
1819
|
+
background: rgba(27, 26, 25, 0.2);
|
|
1820
1820
|
}
|
|
1821
1821
|
*.e-flat.e-danger .e-progress {
|
|
1822
|
-
background
|
|
1822
|
+
background: rgba(27, 26, 25, 0.2);
|
|
1823
1823
|
}
|
|
1824
1824
|
|
|
1825
1825
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
1826
|
-
background
|
|
1826
|
+
background: rgba(0, 120, 212, 0.2);
|
|
1827
1827
|
}
|
|
1828
1828
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
1829
|
-
background
|
|
1829
|
+
background: rgba(11, 106, 11, 0.2);
|
|
1830
1830
|
}
|
|
1831
1831
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
1832
|
-
background
|
|
1832
|
+
background: rgba(3, 131, 135, 0.2);
|
|
1833
1833
|
}
|
|
1834
1834
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
1835
|
-
background
|
|
1835
|
+
background: rgba(202, 80, 16, 0.2);
|
|
1836
1836
|
}
|
|
1837
1837
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
1838
|
-
background
|
|
1838
|
+
background: rgba(209, 52, 56, 0.2);
|
|
1839
1839
|
}
|
|
1840
1840
|
|
|
1841
1841
|
*.e-flat:not(:focus).e-primary .e-progress {
|
|
1842
|
-
background
|
|
1842
|
+
background: rgba(0, 120, 212, 0.2);
|
|
1843
1843
|
}
|
|
1844
1844
|
*.e-flat:not(:focus).e-success .e-progress {
|
|
1845
|
-
background
|
|
1845
|
+
background: rgba(11, 106, 11, 0.2);
|
|
1846
1846
|
}
|
|
1847
1847
|
*.e-flat:not(:focus).e-info .e-progress {
|
|
1848
|
-
background
|
|
1848
|
+
background: rgba(3, 131, 135, 0.2);
|
|
1849
1849
|
}
|
|
1850
1850
|
*.e-flat:not(:focus).e-warning .e-progress {
|
|
1851
|
-
background
|
|
1851
|
+
background: rgba(202, 80, 16, 0.2);
|
|
1852
1852
|
}
|
|
1853
1853
|
*.e-flat:not(:focus).e-danger .e-progress {
|
|
1854
|
-
background
|
|
1854
|
+
background: rgba(209, 52, 56, 0.2);
|
|
1855
1855
|
}
|