@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/highcontrast.css
CHANGED
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
.e-btn-group input:focus + label.e-btn,
|
|
813
813
|
.e-css.e-btn-group .e-btn:focus,
|
|
814
814
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
815
|
-
background
|
|
815
|
+
background: #000;
|
|
816
816
|
border-color: #fff;
|
|
817
817
|
color: #fff;
|
|
818
818
|
outline: #fff 1px solid;
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
827
827
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
828
828
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
829
|
-
background
|
|
829
|
+
background: #ffd939;
|
|
830
830
|
border-color: #ffd939;
|
|
831
831
|
color: #000;
|
|
832
832
|
outline: #ffd939 1px solid;
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
839
839
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
840
840
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
841
|
-
background
|
|
841
|
+
background: #166600;
|
|
842
842
|
border-color: #166600;
|
|
843
843
|
color: #fff;
|
|
844
844
|
box-shadow: none;
|
|
@@ -849,7 +849,7 @@
|
|
|
849
849
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
850
850
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
851
851
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
852
|
-
background
|
|
852
|
+
background: #0056b3;
|
|
853
853
|
border-color: #0056b3;
|
|
854
854
|
color: #fff;
|
|
855
855
|
box-shadow: none;
|
|
@@ -860,7 +860,7 @@
|
|
|
860
860
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
861
861
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
862
862
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
863
|
-
background
|
|
863
|
+
background: #944000;
|
|
864
864
|
border-color: #944000;
|
|
865
865
|
color: #fff;
|
|
866
866
|
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: #b30900;
|
|
875
875
|
border-color: #b30900;
|
|
876
876
|
color: #fff;
|
|
877
877
|
box-shadow: none;
|
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
.e-css.e-btn-group .e-btn:active,
|
|
934
934
|
.e-css.e-btn-group input:active + label.e-btn,
|
|
935
935
|
.e-css.e-btn-group input:checked + label.e-btn {
|
|
936
|
-
background
|
|
936
|
+
background: #ffd939;
|
|
937
937
|
border-color: #ffd939;
|
|
938
938
|
color: #000;
|
|
939
939
|
outline: #fff 0 solid;
|
|
@@ -946,7 +946,7 @@
|
|
|
946
946
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
947
947
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
948
948
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
949
|
-
background
|
|
949
|
+
background: #ffd939;
|
|
950
950
|
border-color: #ffd939;
|
|
951
951
|
color: #000;
|
|
952
952
|
outline: #fff 0 solid;
|
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
959
959
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
960
960
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
961
|
-
background
|
|
961
|
+
background: #fff;
|
|
962
962
|
border-color: #fff;
|
|
963
963
|
color: #166600;
|
|
964
964
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
970
970
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
971
971
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
972
|
-
background
|
|
972
|
+
background: #fff;
|
|
973
973
|
color: #0056b3;
|
|
974
974
|
border-color: #fff;
|
|
975
975
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
981
981
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
982
982
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
983
|
-
background
|
|
983
|
+
background: #fff;
|
|
984
984
|
border-color: #fff;
|
|
985
985
|
color: #944000;
|
|
986
986
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -991,7 +991,7 @@
|
|
|
991
991
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
992
992
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
993
993
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
994
|
-
background
|
|
994
|
+
background: #fff;
|
|
995
995
|
border-color: #fff;
|
|
996
996
|
color: #b30900;
|
|
997
997
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -1002,7 +1002,7 @@
|
|
|
1002
1002
|
.e-css.e-btn-group .e-btn:active.e-outline,
|
|
1003
1003
|
.e-css.e-btn-group input:active + label.e-btn.e-outline,
|
|
1004
1004
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
1005
|
-
background
|
|
1005
|
+
background: #ffd939;
|
|
1006
1006
|
border-color: #ffd939;
|
|
1007
1007
|
box-shadow: none;
|
|
1008
1008
|
color: #000;
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
1014
1014
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
1015
1015
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
1016
|
-
background
|
|
1016
|
+
background: #ffd939;
|
|
1017
1017
|
border-color: #ffd939;
|
|
1018
1018
|
box-shadow: none;
|
|
1019
1019
|
color: #000;
|
|
@@ -1024,7 +1024,7 @@
|
|
|
1024
1024
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
1025
1025
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
1026
1026
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
1027
|
-
background
|
|
1027
|
+
background: #fff;
|
|
1028
1028
|
border-color: #fff;
|
|
1029
1029
|
box-shadow: none;
|
|
1030
1030
|
color: #166600;
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
1036
1036
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
1037
1037
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
1038
|
-
background
|
|
1038
|
+
background: #fff;
|
|
1039
1039
|
border-color: #fff;
|
|
1040
1040
|
box-shadow: none;
|
|
1041
1041
|
color: #0056b3;
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
1047
1047
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
1048
1048
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
1049
|
-
background
|
|
1049
|
+
background: #fff;
|
|
1050
1050
|
border-color: #fff;
|
|
1051
1051
|
box-shadow: none;
|
|
1052
1052
|
color: #944000;
|
|
@@ -1057,7 +1057,7 @@
|
|
|
1057
1057
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
1058
1058
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
1059
1059
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
1060
|
-
background
|
|
1060
|
+
background: #fff;
|
|
1061
1061
|
border-color: #fff;
|
|
1062
1062
|
box-shadow: none;
|
|
1063
1063
|
color: #b30900;
|
|
@@ -1076,7 +1076,7 @@
|
|
|
1076
1076
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
1077
1077
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
1078
1078
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
1079
|
-
background
|
|
1079
|
+
background: #000;
|
|
1080
1080
|
border-color: #757575;
|
|
1081
1081
|
box-shadow: none;
|
|
1082
1082
|
color: #757575;
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
1087
1087
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
1088
1088
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
1089
|
-
background
|
|
1089
|
+
background: #000;
|
|
1090
1090
|
border-color: #757575;
|
|
1091
1091
|
box-shadow: none;
|
|
1092
1092
|
color: #757575;
|
|
@@ -1096,7 +1096,7 @@
|
|
|
1096
1096
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
1097
1097
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
1098
1098
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
1099
|
-
background
|
|
1099
|
+
background: #000;
|
|
1100
1100
|
border-color: #757575;
|
|
1101
1101
|
box-shadow: none;
|
|
1102
1102
|
color: #757575;
|
|
@@ -1106,7 +1106,7 @@
|
|
|
1106
1106
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
1107
1107
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
1108
1108
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
1109
|
-
background
|
|
1109
|
+
background: #000;
|
|
1110
1110
|
border-color: #757575;
|
|
1111
1111
|
box-shadow: none;
|
|
1112
1112
|
color: #757575;
|
|
@@ -1116,7 +1116,7 @@
|
|
|
1116
1116
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
1117
1117
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
1118
1118
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
1119
|
-
background
|
|
1119
|
+
background: #000;
|
|
1120
1120
|
border-color: #757575;
|
|
1121
1121
|
box-shadow: none;
|
|
1122
1122
|
color: #757575;
|
|
@@ -1127,7 +1127,7 @@
|
|
|
1127
1127
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
1128
1128
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
1129
1129
|
color: #757575;
|
|
1130
|
-
background
|
|
1130
|
+
background: transparent;
|
|
1131
1131
|
box-shadow: none;
|
|
1132
1132
|
text-decoration: none;
|
|
1133
1133
|
border-color: transparent;
|
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
1137
1137
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
1138
1138
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
1139
|
-
background
|
|
1139
|
+
background: #000;
|
|
1140
1140
|
border-color: #757575;
|
|
1141
1141
|
box-shadow: none;
|
|
1142
1142
|
color: #757575;
|
|
@@ -1146,7 +1146,7 @@
|
|
|
1146
1146
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
1147
1147
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
1148
1148
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
1149
|
-
background
|
|
1149
|
+
background: #000;
|
|
1150
1150
|
border-color: #757575;
|
|
1151
1151
|
box-shadow: none;
|
|
1152
1152
|
color: #757575;
|
|
@@ -1156,7 +1156,7 @@
|
|
|
1156
1156
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
1157
1157
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
1158
1158
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
1159
|
-
background
|
|
1159
|
+
background: #000;
|
|
1160
1160
|
border-color: #757575;
|
|
1161
1161
|
box-shadow: none;
|
|
1162
1162
|
color: #757575;
|
|
@@ -1166,7 +1166,7 @@
|
|
|
1166
1166
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
1167
1167
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
1168
1168
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
1169
|
-
background
|
|
1169
|
+
background: #000;
|
|
1170
1170
|
border-color: #757575;
|
|
1171
1171
|
box-shadow: none;
|
|
1172
1172
|
color: #757575;
|
|
@@ -1176,7 +1176,7 @@
|
|
|
1176
1176
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
1177
1177
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
1178
1178
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
1179
|
-
background
|
|
1179
|
+
background: #000;
|
|
1180
1180
|
border-color: #757575;
|
|
1181
1181
|
box-shadow: none;
|
|
1182
1182
|
color: #757575;
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
1187
1187
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
1188
1188
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
1189
|
-
background
|
|
1189
|
+
background: #000;
|
|
1190
1190
|
border-color: #757575;
|
|
1191
1191
|
box-shadow: none;
|
|
1192
1192
|
color: #757575;
|
|
@@ -1763,7 +1763,7 @@
|
|
|
1763
1763
|
stroke: #fff;
|
|
1764
1764
|
}
|
|
1765
1765
|
.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 {
|
|
1766
|
-
stroke:
|
|
1766
|
+
stroke: #fff;
|
|
1767
1767
|
}
|
|
1768
1768
|
.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 {
|
|
1769
1769
|
stroke: #fff;
|
|
@@ -1850,48 +1850,48 @@
|
|
|
1850
1850
|
}
|
|
1851
1851
|
|
|
1852
1852
|
.e-progress {
|
|
1853
|
-
background
|
|
1853
|
+
background: rgba(255, 255, 255, 0.3);
|
|
1854
1854
|
}
|
|
1855
1855
|
|
|
1856
1856
|
*.e-primary .e-progress,
|
|
1857
1857
|
*.e-success .e-progress,
|
|
1858
1858
|
*.e-danger .e-progress,
|
|
1859
1859
|
*.e-info .e-progress {
|
|
1860
|
-
background
|
|
1860
|
+
background: rgba(0, 0, 0, 0.3);
|
|
1861
1861
|
}
|
|
1862
1862
|
|
|
1863
1863
|
*.e-warning .e-progress {
|
|
1864
|
-
background
|
|
1864
|
+
background: rgba(0, 0, 0, 0.3);
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
1867
|
*.e-flat.e-primary .e-progress {
|
|
1868
|
-
background
|
|
1868
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1869
1869
|
}
|
|
1870
1870
|
*.e-flat.e-success .e-progress {
|
|
1871
|
-
background
|
|
1871
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1872
1872
|
}
|
|
1873
1873
|
*.e-flat.e-info .e-progress {
|
|
1874
|
-
background
|
|
1874
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1875
1875
|
}
|
|
1876
1876
|
*.e-flat.e-warning .e-progress {
|
|
1877
|
-
background
|
|
1877
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1878
1878
|
}
|
|
1879
1879
|
*.e-flat.e-danger .e-progress {
|
|
1880
|
-
background
|
|
1880
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1881
1881
|
}
|
|
1882
1882
|
|
|
1883
1883
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
1884
|
-
background
|
|
1884
|
+
background: rgba(255, 217, 57, 0.2);
|
|
1885
1885
|
}
|
|
1886
1886
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
1887
|
-
background
|
|
1887
|
+
background: rgba(22, 102, 0, 0.2);
|
|
1888
1888
|
}
|
|
1889
1889
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
1890
|
-
background
|
|
1890
|
+
background: rgba(0, 86, 179, 0.2);
|
|
1891
1891
|
}
|
|
1892
1892
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
1893
|
-
background
|
|
1893
|
+
background: rgba(148, 64, 0, 0.2);
|
|
1894
1894
|
}
|
|
1895
1895
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
1896
|
-
background
|
|
1896
|
+
background: rgba(179, 9, 0, 0.2);
|
|
1897
1897
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
.e-btn-group input:focus + label.e-btn,
|
|
813
813
|
.e-css.e-btn-group .e-btn:focus,
|
|
814
814
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
815
|
-
background
|
|
815
|
+
background: #878787;
|
|
816
816
|
border-color: transparent;
|
|
817
817
|
color: #fff;
|
|
818
818
|
outline: #616161 0 solid;
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
826
826
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
827
827
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
828
|
-
background
|
|
828
|
+
background: #0086c2;
|
|
829
829
|
border-color: transparent;
|
|
830
830
|
color: #000;
|
|
831
831
|
outline: #616161 0 solid;
|
|
@@ -837,7 +837,7 @@
|
|
|
837
837
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
838
838
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
839
839
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
840
|
-
background
|
|
840
|
+
background: #77c27a;
|
|
841
841
|
border-color: transparent;
|
|
842
842
|
color: #fff;
|
|
843
843
|
box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
849
849
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
850
850
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
851
|
-
background
|
|
851
|
+
background: #3fbef7;
|
|
852
852
|
border-color: transparent;
|
|
853
853
|
color: #fff;
|
|
854
854
|
box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -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: #ffb13d;
|
|
863
863
|
border-color: transparent;
|
|
864
864
|
color: #fff;
|
|
865
865
|
box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -870,7 +870,7 @@
|
|
|
870
870
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
871
871
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
872
872
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
873
|
-
background
|
|
873
|
+
background: #ff8b7c;
|
|
874
874
|
border-color: transparent;
|
|
875
875
|
color: #fff;
|
|
876
876
|
box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -932,7 +932,7 @@
|
|
|
932
932
|
.e-css.e-btn-group .e-btn:active,
|
|
933
933
|
.e-css.e-btn-group input:active + label.e-btn,
|
|
934
934
|
.e-css.e-btn-group input:checked + label.e-btn {
|
|
935
|
-
background
|
|
935
|
+
background: #7d7d7d;
|
|
936
936
|
border-color: transparent;
|
|
937
937
|
color: #fff;
|
|
938
938
|
outline: #616161 0 solid;
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
946
946
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
947
947
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
948
|
-
background
|
|
948
|
+
background: #0078ad;
|
|
949
949
|
border-color: transparent;
|
|
950
950
|
color: #000;
|
|
951
951
|
outline: #616161 0 solid;
|
|
@@ -957,7 +957,7 @@
|
|
|
957
957
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
958
958
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
959
959
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
960
|
-
background
|
|
960
|
+
background: #85c988;
|
|
961
961
|
border-color: transparent;
|
|
962
962
|
color: #fff;
|
|
963
963
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -968,7 +968,7 @@
|
|
|
968
968
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
969
969
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
970
970
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
971
|
-
background
|
|
971
|
+
background: #54c5f8;
|
|
972
972
|
color: #fff;
|
|
973
973
|
border-color: transparent;
|
|
974
974
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
980
980
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
981
981
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
982
|
-
background
|
|
982
|
+
background: #ffb952;
|
|
983
983
|
border-color: transparent;
|
|
984
984
|
color: #fff;
|
|
985
985
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -990,7 +990,7 @@
|
|
|
990
990
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
991
991
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
992
992
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
993
|
-
background
|
|
993
|
+
background: #ff9789;
|
|
994
994
|
border-color: transparent;
|
|
995
995
|
color: #fff;
|
|
996
996
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
.e-css.e-btn-group .e-btn:active.e-outline,
|
|
1002
1002
|
.e-css.e-btn-group input:active + label.e-btn.e-outline,
|
|
1003
1003
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
1004
|
-
background
|
|
1004
|
+
background: rgba(255, 255, 255, 0.24);
|
|
1005
1005
|
border-color: #616161;
|
|
1006
1006
|
box-shadow: none;
|
|
1007
1007
|
color: #fff;
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
1013
1013
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
1014
1014
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
1015
|
-
background
|
|
1015
|
+
background: #0078ad;
|
|
1016
1016
|
border-color: transparent;
|
|
1017
1017
|
box-shadow: none;
|
|
1018
1018
|
color: #000;
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
1024
1024
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
1025
1025
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
1026
|
-
background
|
|
1026
|
+
background: #85c988;
|
|
1027
1027
|
border-color: transparent;
|
|
1028
1028
|
box-shadow: none;
|
|
1029
1029
|
color: #fff;
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
1035
1035
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
1036
1036
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
1037
|
-
background
|
|
1037
|
+
background: #54c5f8;
|
|
1038
1038
|
border-color: transparent;
|
|
1039
1039
|
box-shadow: none;
|
|
1040
1040
|
color: #fff;
|
|
@@ -1045,7 +1045,7 @@
|
|
|
1045
1045
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
1046
1046
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
1047
1047
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
1048
|
-
background
|
|
1048
|
+
background: #ffb952;
|
|
1049
1049
|
border-color: transparent;
|
|
1050
1050
|
box-shadow: none;
|
|
1051
1051
|
color: #fff;
|
|
@@ -1056,7 +1056,7 @@
|
|
|
1056
1056
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
1057
1057
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
1058
1058
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
1059
|
-
background
|
|
1059
|
+
background: #ff9789;
|
|
1060
1060
|
border-color: transparent;
|
|
1061
1061
|
box-shadow: none;
|
|
1062
1062
|
color: #fff;
|
|
@@ -1075,7 +1075,7 @@
|
|
|
1075
1075
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
1076
1076
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
1077
1077
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
1078
|
-
background
|
|
1078
|
+
background: rgba(255, 255, 255, 0.1);
|
|
1079
1079
|
border-color: transparent;
|
|
1080
1080
|
box-shadow: none;
|
|
1081
1081
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
1086
1086
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
1087
1087
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
1088
|
-
background
|
|
1088
|
+
background: rgba(255, 255, 255, 0.1);
|
|
1089
1089
|
border-color: transparent;
|
|
1090
1090
|
box-shadow: none;
|
|
1091
1091
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
1096
1096
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
1097
1097
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
1098
|
-
background
|
|
1098
|
+
background: rgba(255, 255, 255, 0.1);
|
|
1099
1099
|
border-color: transparent;
|
|
1100
1100
|
box-shadow: none;
|
|
1101
1101
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
1106
1106
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
1107
1107
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
1108
|
-
background
|
|
1108
|
+
background: rgba(255, 255, 255, 0.1);
|
|
1109
1109
|
border-color: transparent;
|
|
1110
1110
|
box-shadow: none;
|
|
1111
1111
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1115,7 +1115,7 @@
|
|
|
1115
1115
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
1116
1116
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
1117
1117
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
1118
|
-
background
|
|
1118
|
+
background: rgba(255, 255, 255, 0.1);
|
|
1119
1119
|
border-color: transparent;
|
|
1120
1120
|
box-shadow: none;
|
|
1121
1121
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1126,7 +1126,7 @@
|
|
|
1126
1126
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
1127
1127
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
1128
1128
|
color: rgba(255, 255, 255, 0.3);
|
|
1129
|
-
background
|
|
1129
|
+
background: transparent;
|
|
1130
1130
|
box-shadow: none;
|
|
1131
1131
|
text-decoration: none;
|
|
1132
1132
|
border-color: transparent;
|
|
@@ -1135,7 +1135,7 @@
|
|
|
1135
1135
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
1136
1136
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
1137
1137
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
1138
|
-
background
|
|
1138
|
+
background: transparent;
|
|
1139
1139
|
border-color: rgba(97, 97, 97, 0.3);
|
|
1140
1140
|
box-shadow: none;
|
|
1141
1141
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
1146
1146
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
1147
1147
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
1148
|
-
background
|
|
1148
|
+
background: transparent;
|
|
1149
1149
|
border-color: rgba(97, 97, 97, 0.3);
|
|
1150
1150
|
box-shadow: none;
|
|
1151
1151
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1155,7 +1155,7 @@
|
|
|
1155
1155
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
1156
1156
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
1157
1157
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
1158
|
-
background
|
|
1158
|
+
background: transparent;
|
|
1159
1159
|
border-color: rgba(97, 97, 97, 0.3);
|
|
1160
1160
|
box-shadow: none;
|
|
1161
1161
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1165,7 +1165,7 @@
|
|
|
1165
1165
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
1166
1166
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
1167
1167
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
1168
|
-
background
|
|
1168
|
+
background: transparent;
|
|
1169
1169
|
border-color: rgba(97, 97, 97, 0.3);
|
|
1170
1170
|
box-shadow: none;
|
|
1171
1171
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1175,7 +1175,7 @@
|
|
|
1175
1175
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
1176
1176
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
1177
1177
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
1178
|
-
background
|
|
1178
|
+
background: transparent;
|
|
1179
1179
|
border-color: rgba(97, 97, 97, 0.3);
|
|
1180
1180
|
box-shadow: none;
|
|
1181
1181
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1185,7 +1185,7 @@
|
|
|
1185
1185
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
1186
1186
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
1187
1187
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
1188
|
-
background
|
|
1188
|
+
background: transparent;
|
|
1189
1189
|
border-color: rgba(97, 97, 97, 0.3);
|
|
1190
1190
|
box-shadow: none;
|
|
1191
1191
|
color: rgba(255, 255, 255, 0.3);
|
|
@@ -1799,48 +1799,48 @@
|
|
|
1799
1799
|
}
|
|
1800
1800
|
|
|
1801
1801
|
.e-progress {
|
|
1802
|
-
background
|
|
1802
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1803
1803
|
}
|
|
1804
1804
|
|
|
1805
1805
|
*.e-primary .e-progress,
|
|
1806
1806
|
*.e-success .e-progress,
|
|
1807
1807
|
*.e-danger .e-progress,
|
|
1808
1808
|
*.e-info .e-progress {
|
|
1809
|
-
background
|
|
1809
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1810
1810
|
}
|
|
1811
1811
|
|
|
1812
1812
|
*.e-warning .e-progress {
|
|
1813
|
-
background
|
|
1813
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1814
1814
|
}
|
|
1815
1815
|
|
|
1816
1816
|
*.e-flat.e-primary .e-progress {
|
|
1817
|
-
background
|
|
1817
|
+
background: rgba(255, 64, 129, 0.2);
|
|
1818
1818
|
}
|
|
1819
1819
|
*.e-flat.e-success .e-progress {
|
|
1820
|
-
background
|
|
1820
|
+
background: rgba(77, 132, 29, 0.2);
|
|
1821
1821
|
}
|
|
1822
1822
|
*.e-flat.e-info .e-progress {
|
|
1823
|
-
background
|
|
1823
|
+
background: rgba(3, 120, 213, 0.2);
|
|
1824
1824
|
}
|
|
1825
1825
|
*.e-flat.e-warning .e-progress {
|
|
1826
|
-
background
|
|
1826
|
+
background: rgba(193, 87, 0, 0.2);
|
|
1827
1827
|
}
|
|
1828
1828
|
*.e-flat.e-danger .e-progress {
|
|
1829
|
-
background
|
|
1829
|
+
background: rgba(214, 65, 19, 0.2);
|
|
1830
1830
|
}
|
|
1831
1831
|
|
|
1832
1832
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
1833
|
-
background
|
|
1833
|
+
background: rgba(0, 176, 255, 0.2);
|
|
1834
1834
|
}
|
|
1835
1835
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
1836
|
-
background
|
|
1836
|
+
background: rgba(76, 175, 80, 0.2);
|
|
1837
1837
|
}
|
|
1838
1838
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
1839
|
-
background
|
|
1839
|
+
background: rgba(3, 169, 244, 0.2);
|
|
1840
1840
|
}
|
|
1841
1841
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
1842
|
-
background
|
|
1842
|
+
background: rgba(255, 152, 0, 0.2);
|
|
1843
1843
|
}
|
|
1844
1844
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
1845
|
-
background
|
|
1845
|
+
background: rgba(255, 102, 82, 0.2);
|
|
1846
1846
|
}
|