@syncfusion/ej2-splitbuttons 20.4.50 → 21.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -13
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +20 -5
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +20 -5
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -8
- package/src/drop-down-button/drop-down-button.js +6 -2
- package/src/progress-button/progress-button-model.d.ts +3 -1
- package/src/progress-button/progress-button.d.ts +19 -1
- package/src/split-button/split-button.js +14 -3
- package/styles/bootstrap-dark.css +44 -44
- package/styles/bootstrap.css +44 -44
- package/styles/bootstrap4.css +44 -44
- package/styles/bootstrap5-dark.css +48 -48
- package/styles/bootstrap5.css +48 -48
- package/styles/button-group/_bootstrap5-definition.scss +2 -2
- package/styles/button-group/_fluent-definition.scss +2 -2
- package/styles/button-group/_tailwind-definition.scss +1 -1
- package/styles/button-group/_theme.scss +4 -2
- package/styles/button-group/bootstrap-dark.css +30 -30
- package/styles/button-group/bootstrap.css +30 -30
- package/styles/button-group/bootstrap4.css +31 -31
- package/styles/button-group/bootstrap5-dark.css +30 -30
- package/styles/button-group/bootstrap5.css +30 -30
- package/styles/button-group/fabric-dark.css +30 -30
- package/styles/button-group/fabric.css +30 -30
- package/styles/button-group/fluent-dark.css +30 -30
- package/styles/button-group/fluent.css +30 -30
- package/styles/button-group/highcontrast-light.css +30 -30
- package/styles/button-group/highcontrast.css +30 -30
- package/styles/button-group/material-dark.css +30 -30
- package/styles/button-group/material.css +30 -30
- package/styles/button-group/tailwind-dark.css +30 -30
- package/styles/button-group/tailwind.css +30 -30
- package/styles/drop-down-button/_bootstrap5-definition.scss +5 -5
- package/styles/drop-down-button/_fluent-definition.scss +5 -5
- package/styles/drop-down-button/_layout.scss +12 -0
- package/styles/drop-down-button/_tailwind-definition.scss +4 -4
- package/styles/fabric-dark.css +44 -44
- package/styles/fabric.css +44 -44
- package/styles/fluent-dark.css +48 -48
- package/styles/fluent.css +48 -48
- package/styles/highcontrast-light.css +44 -44
- package/styles/highcontrast.css +44 -44
- package/styles/material-dark.css +43 -43
- package/styles/material.css +43 -43
- package/styles/progress-button/_theme.scss +45 -19
- package/styles/progress-button/bootstrap-dark.css +14 -14
- package/styles/progress-button/bootstrap.css +14 -14
- package/styles/progress-button/bootstrap4.css +13 -13
- package/styles/progress-button/bootstrap5-dark.css +18 -18
- package/styles/progress-button/bootstrap5.css +18 -18
- package/styles/progress-button/fabric-dark.css +14 -14
- package/styles/progress-button/fabric.css +14 -14
- package/styles/progress-button/fluent-dark.css +18 -18
- package/styles/progress-button/fluent.css +18 -18
- package/styles/progress-button/highcontrast-light.css +14 -14
- package/styles/progress-button/highcontrast.css +14 -14
- package/styles/progress-button/material-dark.css +13 -13
- package/styles/progress-button/material.css +13 -13
- package/styles/progress-button/tailwind-dark.css +18 -18
- package/styles/progress-button/tailwind.css +18 -18
- package/styles/tailwind-dark.css +48 -48
- package/styles/tailwind.css +48 -48
- package/styles/button-group/_material3-definition.scss +0 -31
- package/styles/drop-down-button/_material3-definition.scss +0 -50
- package/styles/progress-button/_material3-definition.scss +0 -21
- package/styles/split-button/_material3-definition.scss +0 -24
package/styles/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
|
}
|
package/styles/material.css
CHANGED
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
.e-btn-group input:focus + label.e-btn,
|
|
814
814
|
.e-css.e-btn-group .e-btn:focus,
|
|
815
815
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
816
|
-
background
|
|
816
|
+
background: rgba(0, 0, 0, 0.18);
|
|
817
817
|
border-color: transparent;
|
|
818
818
|
color: rgba(0, 0, 0, 0.87);
|
|
819
819
|
outline: #fafafa 0 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: #ea4e82;
|
|
830
830
|
border-color: transparent;
|
|
831
831
|
color: #fff;
|
|
832
832
|
outline: #fafafa 0 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: #78a253;
|
|
842
842
|
border-color: transparent;
|
|
843
843
|
color: #fff;
|
|
844
844
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -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: #3f98df;
|
|
853
853
|
border-color: transparent;
|
|
854
854
|
color: #fff;
|
|
855
855
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -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: #d07f3d;
|
|
864
864
|
border-color: transparent;
|
|
865
865
|
color: #fff;
|
|
866
866
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -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: #e06f4c;
|
|
875
875
|
border-color: transparent;
|
|
876
876
|
color: #fff;
|
|
877
877
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -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: rgba(184, 184, 184, 0.9584);
|
|
937
937
|
border-color: transparent;
|
|
938
938
|
color: rgba(0, 0, 0, 0.87);
|
|
939
939
|
outline: #fafafa 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: #ec618f;
|
|
950
950
|
border-color: transparent;
|
|
951
951
|
color: #fff;
|
|
952
952
|
outline: #fafafa 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: #86ab65;
|
|
962
962
|
border-color: transparent;
|
|
963
963
|
color: #fff;
|
|
964
964
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
@@ -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: #54a3e2;
|
|
973
973
|
color: #fff;
|
|
974
974
|
border-color: transparent;
|
|
975
975
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
@@ -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: #d58d52;
|
|
984
984
|
border-color: transparent;
|
|
985
985
|
color: #fff;
|
|
986
986
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
@@ -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: #e37e5f;
|
|
995
995
|
border-color: transparent;
|
|
996
996
|
color: #fff;
|
|
997
997
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
@@ -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: rgba(0, 0, 0, 0.32);
|
|
1006
1006
|
border-color: #adadad;
|
|
1007
1007
|
box-shadow: none;
|
|
1008
1008
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -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: #ec618f;
|
|
1017
1017
|
border-color: transparent;
|
|
1018
1018
|
box-shadow: none;
|
|
1019
1019
|
color: #fff;
|
|
@@ -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: #86ab65;
|
|
1028
1028
|
border-color: transparent;
|
|
1029
1029
|
box-shadow: none;
|
|
1030
1030
|
color: #fff;
|
|
@@ -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: #54a3e2;
|
|
1039
1039
|
border-color: transparent;
|
|
1040
1040
|
box-shadow: none;
|
|
1041
1041
|
color: #fff;
|
|
@@ -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: #d58d52;
|
|
1050
1050
|
border-color: transparent;
|
|
1051
1051
|
box-shadow: none;
|
|
1052
1052
|
color: #fff;
|
|
@@ -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: #e37e5f;
|
|
1061
1061
|
border-color: transparent;
|
|
1062
1062
|
box-shadow: none;
|
|
1063
1063
|
color: #fff;
|
|
@@ -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: rgba(0, 0, 0, 0.12);
|
|
1080
1080
|
border-color: transparent;
|
|
1081
1081
|
box-shadow: none;
|
|
1082
1082
|
color: rgba(0, 0, 0, 0.26);
|
|
@@ -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: rgba(0, 0, 0, 0.12);
|
|
1090
1090
|
border-color: transparent;
|
|
1091
1091
|
box-shadow: none;
|
|
1092
1092
|
color: rgba(0, 0, 0, 0.26);
|
|
@@ -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: rgba(0, 0, 0, 0.12);
|
|
1100
1100
|
border-color: transparent;
|
|
1101
1101
|
box-shadow: none;
|
|
1102
1102
|
color: rgba(0, 0, 0, 0.26);
|
|
@@ -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: rgba(0, 0, 0, 0.12);
|
|
1110
1110
|
border-color: transparent;
|
|
1111
1111
|
box-shadow: none;
|
|
1112
1112
|
color: rgba(0, 0, 0, 0.26);
|
|
@@ -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: rgba(0, 0, 0, 0.12);
|
|
1120
1120
|
border-color: transparent;
|
|
1121
1121
|
box-shadow: none;
|
|
1122
1122
|
color: rgba(0, 0, 0, 0.26);
|
|
@@ -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: rgba(0, 0, 0, 0.26);
|
|
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: transparent;
|
|
1140
1140
|
border-color: rgba(0, 0, 0, 0.26);
|
|
1141
1141
|
box-shadow: none;
|
|
1142
1142
|
color: rgba(0, 0, 0, 0.26);
|
|
@@ -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: transparent;
|
|
1150
1150
|
border-color: rgba(0, 0, 0, 0.26);
|
|
1151
1151
|
box-shadow: none;
|
|
1152
1152
|
color: rgba(0, 0, 0, 0.26);
|
|
@@ -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: transparent;
|
|
1160
1160
|
border-color: rgba(0, 0, 0, 0.26);
|
|
1161
1161
|
box-shadow: none;
|
|
1162
1162
|
color: rgba(0, 0, 0, 0.26);
|
|
@@ -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: transparent;
|
|
1170
1170
|
border-color: rgba(0, 0, 0, 0.26);
|
|
1171
1171
|
box-shadow: none;
|
|
1172
1172
|
color: rgba(0, 0, 0, 0.26);
|
|
@@ -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: transparent;
|
|
1180
1180
|
border-color: rgba(0, 0, 0, 0.26);
|
|
1181
1181
|
box-shadow: none;
|
|
1182
1182
|
color: rgba(0, 0, 0, 0.26);
|
|
@@ -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: transparent;
|
|
1190
1190
|
border-color: rgba(0, 0, 0, 0.26);
|
|
1191
1191
|
box-shadow: none;
|
|
1192
1192
|
color: rgba(0, 0, 0, 0.26);
|
|
@@ -1800,48 +1800,48 @@
|
|
|
1800
1800
|
}
|
|
1801
1801
|
|
|
1802
1802
|
.e-progress {
|
|
1803
|
-
background
|
|
1803
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1804
1804
|
}
|
|
1805
1805
|
|
|
1806
1806
|
*.e-primary .e-progress,
|
|
1807
1807
|
*.e-success .e-progress,
|
|
1808
1808
|
*.e-danger .e-progress,
|
|
1809
1809
|
*.e-info .e-progress {
|
|
1810
|
-
background
|
|
1810
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1811
1811
|
}
|
|
1812
1812
|
|
|
1813
1813
|
*.e-warning .e-progress {
|
|
1814
|
-
background
|
|
1814
|
+
background: rgba(0, 0, 0, 0.2);
|
|
1815
1815
|
}
|
|
1816
1816
|
|
|
1817
1817
|
*.e-flat.e-primary .e-progress {
|
|
1818
|
-
background
|
|
1818
|
+
background: rgba(227, 22, 91, 0.2);
|
|
1819
1819
|
}
|
|
1820
1820
|
*.e-flat.e-success .e-progress {
|
|
1821
|
-
background
|
|
1821
|
+
background: rgba(77, 132, 29, 0.2);
|
|
1822
1822
|
}
|
|
1823
1823
|
*.e-flat.e-info .e-progress {
|
|
1824
|
-
background
|
|
1824
|
+
background: rgba(3, 120, 213, 0.2);
|
|
1825
1825
|
}
|
|
1826
1826
|
*.e-flat.e-warning .e-progress {
|
|
1827
|
-
background
|
|
1827
|
+
background: rgba(193, 87, 0, 0.2);
|
|
1828
1828
|
}
|
|
1829
1829
|
*.e-flat.e-danger .e-progress {
|
|
1830
|
-
background
|
|
1830
|
+
background: rgba(214, 65, 19, 0.2);
|
|
1831
1831
|
}
|
|
1832
1832
|
|
|
1833
1833
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
1834
|
-
background
|
|
1834
|
+
background: rgba(227, 22, 91, 0.2);
|
|
1835
1835
|
}
|
|
1836
1836
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
1837
|
-
background
|
|
1837
|
+
background: rgba(77, 132, 29, 0.2);
|
|
1838
1838
|
}
|
|
1839
1839
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
1840
|
-
background
|
|
1840
|
+
background: rgba(3, 120, 213, 0.2);
|
|
1841
1841
|
}
|
|
1842
1842
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
1843
|
-
background
|
|
1843
|
+
background: rgba(193, 87, 0, 0.2);
|
|
1844
1844
|
}
|
|
1845
1845
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
1846
|
-
background
|
|
1846
|
+
background: rgba(214, 65, 19, 0.2);
|
|
1847
1847
|
}
|