@syncfusion/ej2-vue-splitbuttons 20.4.50 → 21.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -26
- 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 +11 -10
- package/src/drop-down-button/dropdownbutton.component.d.ts +3 -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 +3 -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 +3 -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/fluent.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: #f3f2f1;
|
|
806
806
|
border-color: #8a8886;
|
|
807
807
|
color: #323130;
|
|
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: #fff;
|
|
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: #fff;
|
|
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: #fff;
|
|
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: #fff;
|
|
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: #fff;
|
|
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: #edebe9;
|
|
926
926
|
border-color: #8a8886;
|
|
927
927
|
color: #323130;
|
|
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: #fff;
|
|
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: #fff;
|
|
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: #fff;
|
|
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: #fff;
|
|
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: #fff;
|
|
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: #edebe9;
|
|
992
992
|
border-color: #8a8886;
|
|
993
993
|
box-shadow: none;
|
|
994
994
|
color: #323130;
|
|
@@ -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: #fff;
|
|
@@ -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: #fff;
|
|
@@ -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: #fff;
|
|
@@ -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: #fff;
|
|
@@ -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: #fff;
|
|
@@ -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: #f3f2f1;
|
|
1066
1066
|
border-color: #f3f2f1;
|
|
1067
1067
|
box-shadow: none;
|
|
1068
1068
|
color: #a19f9d;
|
|
@@ -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: #f3f2f1;
|
|
1077
1077
|
border-color: #f3f2f1;
|
|
1078
1078
|
box-shadow: none;
|
|
1079
1079
|
color: #a19f9d;
|
|
@@ -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: #f3f2f1;
|
|
1088
1088
|
border-color: #f3f2f1;
|
|
1089
1089
|
box-shadow: none;
|
|
1090
1090
|
color: #a19f9d;
|
|
@@ -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: #f3f2f1;
|
|
1099
1099
|
border-color: #f3f2f1;
|
|
1100
1100
|
box-shadow: none;
|
|
1101
1101
|
color: #a19f9d;
|
|
@@ -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: #f3f2f1;
|
|
1110
1110
|
border-color: #f3f2f1;
|
|
1111
1111
|
box-shadow: none;
|
|
1112
1112
|
color: #a19f9d;
|
|
@@ -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: #a19f9d;
|
|
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: #f3f2f1;
|
|
1133
1133
|
box-shadow: none;
|
|
1134
1134
|
color: #a19f9d;
|
|
@@ -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: #f3f2f1;
|
|
1143
1143
|
box-shadow: none;
|
|
1144
1144
|
color: #a19f9d;
|
|
@@ -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: #f3f2f1;
|
|
1153
1153
|
box-shadow: none;
|
|
1154
1154
|
color: #a19f9d;
|
|
@@ -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: #f3f2f1;
|
|
1163
1163
|
box-shadow: none;
|
|
1164
1164
|
color: #a19f9d;
|
|
@@ -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: #f3f2f1;
|
|
1173
1173
|
box-shadow: none;
|
|
1174
1174
|
color: #a19f9d;
|
|
@@ -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: #f3f2f1;
|
|
1183
1183
|
box-shadow: none;
|
|
1184
1184
|
color: #a19f9d;
|
|
@@ -1792,64 +1792,64 @@
|
|
|
1792
1792
|
}
|
|
1793
1793
|
|
|
1794
1794
|
.e-progress {
|
|
1795
|
-
background
|
|
1795
|
+
background: rgba(96, 94, 92, 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(96, 94, 92, 0.2);
|
|
1803
1803
|
}
|
|
1804
1804
|
|
|
1805
1805
|
*.e-warning .e-progress {
|
|
1806
|
-
background
|
|
1806
|
+
background: rgba(96, 94, 92, 0.2);
|
|
1807
1807
|
}
|
|
1808
1808
|
|
|
1809
1809
|
*.e-flat.e-primary .e-progress {
|
|
1810
|
-
background
|
|
1810
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1811
1811
|
}
|
|
1812
1812
|
*.e-flat.e-success .e-progress {
|
|
1813
|
-
background
|
|
1813
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1814
1814
|
}
|
|
1815
1815
|
*.e-flat.e-info .e-progress {
|
|
1816
|
-
background
|
|
1816
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1817
1817
|
}
|
|
1818
1818
|
*.e-flat.e-warning .e-progress {
|
|
1819
|
-
background
|
|
1819
|
+
background: rgba(255, 255, 255, 0.2);
|
|
1820
1820
|
}
|
|
1821
1821
|
*.e-flat.e-danger .e-progress {
|
|
1822
|
-
background
|
|
1822
|
+
background: rgba(255, 255, 255, 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
|
}
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
.e-btn-group input:focus + label.e-btn,
|
|
812
812
|
.e-css.e-btn-group .e-btn:focus,
|
|
813
813
|
.e-css.e-btn-group input:focus + label.e-btn {
|
|
814
|
-
background
|
|
814
|
+
background: #fff;
|
|
815
815
|
border-color: #000;
|
|
816
816
|
color: #000;
|
|
817
817
|
outline: #000 1px solid;
|
|
@@ -824,7 +824,7 @@
|
|
|
824
824
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
825
825
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
826
826
|
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
827
|
-
background
|
|
827
|
+
background: #400074;
|
|
828
828
|
border-color: #400074;
|
|
829
829
|
color: #fff;
|
|
830
830
|
outline: #400074 1px solid;
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
837
837
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
838
838
|
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
839
|
-
background
|
|
839
|
+
background: #2bc700;
|
|
840
840
|
border-color: #166600;
|
|
841
841
|
color: #000;
|
|
842
842
|
box-shadow: none;
|
|
@@ -847,7 +847,7 @@
|
|
|
847
847
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
848
848
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
849
849
|
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
850
|
-
background
|
|
850
|
+
background: #66b0ff;
|
|
851
851
|
border-color: #0056b3;
|
|
852
852
|
color: #000;
|
|
853
853
|
box-shadow: none;
|
|
@@ -858,7 +858,7 @@
|
|
|
858
858
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
859
859
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
860
860
|
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
861
|
-
background
|
|
861
|
+
background: #ff7d1a;
|
|
862
862
|
border-color: #944000;
|
|
863
863
|
color: #000;
|
|
864
864
|
box-shadow: none;
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
870
870
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
871
871
|
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
872
|
-
background
|
|
872
|
+
background: #ff6161;
|
|
873
873
|
border-color: #b30900;
|
|
874
874
|
color: #000;
|
|
875
875
|
box-shadow: none;
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
.e-css.e-btn-group .e-btn:active,
|
|
932
932
|
.e-css.e-btn-group input:active + label.e-btn,
|
|
933
933
|
.e-css.e-btn-group input:checked + label.e-btn {
|
|
934
|
-
background
|
|
934
|
+
background: #400074;
|
|
935
935
|
border-color: #400074;
|
|
936
936
|
color: #fff;
|
|
937
937
|
outline: #000 0 solid;
|
|
@@ -944,7 +944,7 @@
|
|
|
944
944
|
.e-css.e-btn-group .e-btn:active.e-primary,
|
|
945
945
|
.e-css.e-btn-group input:active + label.e-btn.e-primary,
|
|
946
946
|
.e-css.e-btn-group input:checked + label.e-btn.e-primary {
|
|
947
|
-
background
|
|
947
|
+
background: #400074;
|
|
948
948
|
border-color: #400074;
|
|
949
949
|
color: #fff;
|
|
950
950
|
outline: #000 0 solid;
|
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
.e-css.e-btn-group .e-btn:active.e-success,
|
|
957
957
|
.e-css.e-btn-group input:active + label.e-btn.e-success,
|
|
958
958
|
.e-css.e-btn-group input:checked + label.e-btn.e-success {
|
|
959
|
-
background
|
|
959
|
+
background: #000;
|
|
960
960
|
border-color: #000;
|
|
961
961
|
color: #2ccc00;
|
|
962
962
|
box-shadow: none;
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
.e-css.e-btn-group .e-btn:active.e-info,
|
|
968
968
|
.e-css.e-btn-group input:active + label.e-btn.e-info,
|
|
969
969
|
.e-css.e-btn-group input:checked + label.e-btn.e-info {
|
|
970
|
-
background
|
|
970
|
+
background: #000;
|
|
971
971
|
color: #66b0ff;
|
|
972
972
|
border-color: #000;
|
|
973
973
|
box-shadow: none;
|
|
@@ -978,7 +978,7 @@
|
|
|
978
978
|
.e-css.e-btn-group .e-btn:active.e-warning,
|
|
979
979
|
.e-css.e-btn-group input:active + label.e-btn.e-warning,
|
|
980
980
|
.e-css.e-btn-group input:checked + label.e-btn.e-warning {
|
|
981
|
-
background
|
|
981
|
+
background: #000;
|
|
982
982
|
border-color: #000;
|
|
983
983
|
color: #ff7d1a;
|
|
984
984
|
box-shadow: none;
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
.e-css.e-btn-group .e-btn:active.e-danger,
|
|
990
990
|
.e-css.e-btn-group input:active + label.e-btn.e-danger,
|
|
991
991
|
.e-css.e-btn-group input:checked + label.e-btn.e-danger {
|
|
992
|
-
background
|
|
992
|
+
background: #000;
|
|
993
993
|
border-color: #000;
|
|
994
994
|
color: #ff6161;
|
|
995
995
|
box-shadow: none;
|
|
@@ -1000,7 +1000,7 @@
|
|
|
1000
1000
|
.e-css.e-btn-group .e-btn:active.e-outline,
|
|
1001
1001
|
.e-css.e-btn-group input:active + label.e-btn.e-outline,
|
|
1002
1002
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
1003
|
-
background
|
|
1003
|
+
background: #400074;
|
|
1004
1004
|
border-color: #400074;
|
|
1005
1005
|
box-shadow: none;
|
|
1006
1006
|
color: #fff;
|
|
@@ -1011,7 +1011,7 @@
|
|
|
1011
1011
|
.e-css.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
1012
1012
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
1013
1013
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
1014
|
-
background
|
|
1014
|
+
background: #400074;
|
|
1015
1015
|
border-color: #400074;
|
|
1016
1016
|
box-shadow: none;
|
|
1017
1017
|
color: #fff;
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
.e-css.e-btn-group .e-btn:active.e-outline.e-success,
|
|
1023
1023
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
1024
1024
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
1025
|
-
background
|
|
1025
|
+
background: #000;
|
|
1026
1026
|
border-color: #000;
|
|
1027
1027
|
box-shadow: none;
|
|
1028
1028
|
color: #2ccc00;
|
|
@@ -1033,7 +1033,7 @@
|
|
|
1033
1033
|
.e-css.e-btn-group .e-btn:active.e-outline.e-info,
|
|
1034
1034
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
1035
1035
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
1036
|
-
background
|
|
1036
|
+
background: #000;
|
|
1037
1037
|
border-color: #000;
|
|
1038
1038
|
box-shadow: none;
|
|
1039
1039
|
color: #66b0ff;
|
|
@@ -1044,7 +1044,7 @@
|
|
|
1044
1044
|
.e-css.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
1045
1045
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
1046
1046
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
1047
|
-
background
|
|
1047
|
+
background: #000;
|
|
1048
1048
|
border-color: #000;
|
|
1049
1049
|
box-shadow: none;
|
|
1050
1050
|
color: #ff7d1a;
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
.e-css.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
1056
1056
|
.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
1057
1057
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
1058
|
-
background
|
|
1058
|
+
background: #000;
|
|
1059
1059
|
border-color: #000;
|
|
1060
1060
|
box-shadow: none;
|
|
1061
1061
|
color: #ff6161;
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
1075
1075
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
1076
1076
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
1077
|
-
background
|
|
1077
|
+
background: #fff;
|
|
1078
1078
|
border-color: #757575;
|
|
1079
1079
|
box-shadow: none;
|
|
1080
1080
|
color: #757575;
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
1085
1085
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
1086
1086
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
1087
|
-
background
|
|
1087
|
+
background: #fff;
|
|
1088
1088
|
border-color: #757575;
|
|
1089
1089
|
box-shadow: none;
|
|
1090
1090
|
color: #757575;
|
|
@@ -1094,7 +1094,7 @@
|
|
|
1094
1094
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
1095
1095
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
1096
1096
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
1097
|
-
background
|
|
1097
|
+
background: #fff;
|
|
1098
1098
|
border-color: #757575;
|
|
1099
1099
|
box-shadow: none;
|
|
1100
1100
|
color: #757575;
|
|
@@ -1104,7 +1104,7 @@
|
|
|
1104
1104
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
1105
1105
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
1106
1106
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
1107
|
-
background
|
|
1107
|
+
background: #fff;
|
|
1108
1108
|
border-color: #757575;
|
|
1109
1109
|
box-shadow: none;
|
|
1110
1110
|
color: #757575;
|
|
@@ -1114,7 +1114,7 @@
|
|
|
1114
1114
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
1115
1115
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
1116
1116
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
1117
|
-
background
|
|
1117
|
+
background: #fff;
|
|
1118
1118
|
border-color: #757575;
|
|
1119
1119
|
box-shadow: none;
|
|
1120
1120
|
color: #757575;
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
1126
1126
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
1127
1127
|
color: #757575;
|
|
1128
|
-
background
|
|
1128
|
+
background: transparent;
|
|
1129
1129
|
box-shadow: none;
|
|
1130
1130
|
text-decoration: none;
|
|
1131
1131
|
border-color: transparent;
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
1135
1135
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
1136
1136
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
1137
|
-
background
|
|
1137
|
+
background: #fff;
|
|
1138
1138
|
border-color: #757575;
|
|
1139
1139
|
box-shadow: none;
|
|
1140
1140
|
color: #757575;
|
|
@@ -1144,7 +1144,7 @@
|
|
|
1144
1144
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
1145
1145
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
1146
1146
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
1147
|
-
background
|
|
1147
|
+
background: #fff;
|
|
1148
1148
|
border-color: #757575;
|
|
1149
1149
|
box-shadow: none;
|
|
1150
1150
|
color: #757575;
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
1155
1155
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
1156
1156
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
1157
|
-
background
|
|
1157
|
+
background: #fff;
|
|
1158
1158
|
border-color: #757575;
|
|
1159
1159
|
box-shadow: none;
|
|
1160
1160
|
color: #757575;
|
|
@@ -1164,7 +1164,7 @@
|
|
|
1164
1164
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
1165
1165
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
1166
1166
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
1167
|
-
background
|
|
1167
|
+
background: #fff;
|
|
1168
1168
|
border-color: #757575;
|
|
1169
1169
|
box-shadow: none;
|
|
1170
1170
|
color: #757575;
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
1175
1175
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
1176
1176
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
1177
|
-
background
|
|
1177
|
+
background: #fff;
|
|
1178
1178
|
border-color: #757575;
|
|
1179
1179
|
box-shadow: none;
|
|
1180
1180
|
color: #757575;
|
|
@@ -1184,7 +1184,7 @@
|
|
|
1184
1184
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
1185
1185
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
1186
1186
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
1187
|
-
background
|
|
1187
|
+
background: #fff;
|
|
1188
1188
|
border-color: #757575;
|
|
1189
1189
|
box-shadow: none;
|
|
1190
1190
|
color: #757575;
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
stroke: #fff;
|
|
1712
1712
|
}
|
|
1713
1713
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle {
|
|
1714
|
-
stroke:
|
|
1714
|
+
stroke: #fff;
|
|
1715
1715
|
}
|
|
1716
1716
|
.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-flat:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
1717
1717
|
stroke: #fff;
|
|
@@ -1798,48 +1798,48 @@
|
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
1800
|
.e-progress {
|
|
1801
|
-
background
|
|
1801
|
+
background: rgba(0, 0, 0, 0.3);
|
|
1802
1802
|
}
|
|
1803
1803
|
|
|
1804
1804
|
*.e-primary .e-progress,
|
|
1805
1805
|
*.e-success .e-progress,
|
|
1806
1806
|
*.e-danger .e-progress,
|
|
1807
1807
|
*.e-info .e-progress {
|
|
1808
|
-
background
|
|
1808
|
+
background: rgba(255, 255, 255, 0.3);
|
|
1809
1809
|
}
|
|
1810
1810
|
|
|
1811
1811
|
*.e-warning .e-progress {
|
|
1812
|
-
background
|
|
1812
|
+
background: rgba(255, 255, 255, 0.3);
|
|
1813
1813
|
}
|
|
1814
1814
|
|
|
1815
1815
|
*.e-flat.e-primary .e-progress {
|
|
1816
|
-
background
|
|
1816
|
+
background: rgba(255, 64, 129, 0.2);
|
|
1817
1817
|
}
|
|
1818
1818
|
*.e-flat.e-success .e-progress {
|
|
1819
|
-
background
|
|
1819
|
+
background: rgba(77, 132, 29, 0.2);
|
|
1820
1820
|
}
|
|
1821
1821
|
*.e-flat.e-info .e-progress {
|
|
1822
|
-
background
|
|
1822
|
+
background: rgba(3, 120, 213, 0.2);
|
|
1823
1823
|
}
|
|
1824
1824
|
*.e-flat.e-warning .e-progress {
|
|
1825
|
-
background
|
|
1825
|
+
background: rgba(193, 87, 0, 0.2);
|
|
1826
1826
|
}
|
|
1827
1827
|
*.e-flat.e-danger .e-progress {
|
|
1828
|
-
background
|
|
1828
|
+
background: rgba(214, 65, 19, 0.2);
|
|
1829
1829
|
}
|
|
1830
1830
|
|
|
1831
1831
|
*.e-outline:not(:focus).e-primary .e-progress {
|
|
1832
|
-
background
|
|
1832
|
+
background: rgba(64, 0, 116, 0.2);
|
|
1833
1833
|
}
|
|
1834
1834
|
*.e-outline:not(:focus).e-success .e-progress {
|
|
1835
|
-
background
|
|
1835
|
+
background: rgba(22, 102, 0, 0.2);
|
|
1836
1836
|
}
|
|
1837
1837
|
*.e-outline:not(:focus).e-info .e-progress {
|
|
1838
|
-
background
|
|
1838
|
+
background: rgba(0, 86, 179, 0.2);
|
|
1839
1839
|
}
|
|
1840
1840
|
*.e-outline:not(:focus).e-warning .e-progress {
|
|
1841
|
-
background
|
|
1841
|
+
background: rgba(148, 64, 0, 0.2);
|
|
1842
1842
|
}
|
|
1843
1843
|
*.e-outline:not(:focus).e-danger .e-progress {
|
|
1844
|
-
background
|
|
1844
|
+
background: rgba(179, 9, 0, 0.2);
|
|
1845
1845
|
}
|