@syncfusion/ej2-image-editor 20.3.47
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/.eslintrc.json +244 -0
- package/.github/PULL_REQUEST_TEMPLATE/Bug.md +63 -0
- package/.github/PULL_REQUEST_TEMPLATE/feature.md +39 -0
- package/CHANGELOG.md +18 -0
- package/README.md +6 -0
- package/dist/ej2-image-editor.umd.min.js +11 -0
- package/dist/ej2-image-editor.umd.min.js.map +1 -0
- package/dist/es6/ej2-image-editor.es2015.js +7511 -0
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -0
- package/dist/es6/ej2-image-editor.es5.js +7550 -0
- package/dist/es6/ej2-image-editor.es5.js.map +1 -0
- package/dist/global/ej2-image-editor.min.js +11 -0
- package/dist/global/ej2-image-editor.min.js.map +1 -0
- package/dist/global/index.d.ts +14 -0
- package/helpers/e2e/imageEditorHelper.d.ts +37 -0
- package/helpers/e2e/imageEditorHelper.js +53 -0
- package/helpers/e2e/index.d.ts +1 -0
- package/helpers/e2e/index.js +8 -0
- package/helpers/e2e/querybuilderHelper.d.ts +37 -0
- package/image-editor.d.ts +4 -0
- package/image-editor.js +4 -0
- package/index.d.ts +4 -0
- package/index.js +4 -0
- package/license +10 -0
- package/package.json +74 -0
- package/src/global.js +1 -0
- package/src/image-editor/image-editor-model.d.ts +206 -0
- package/src/image-editor/image-editor.d.ts +961 -0
- package/src/image-editor/image-editor.js +7542 -0
- package/src/image-editor/index.d.ts +5 -0
- package/src/image-editor/index.js +4 -0
- package/src/index.d.ts +4 -0
- package/src/index.js +4 -0
- package/styles/bootstrap-dark.css +283 -0
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +283 -0
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +279 -0
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +301 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +301 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +283 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +283 -0
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +290 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +290 -0
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +281 -0
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +281 -0
- package/styles/highcontrast.scss +1 -0
- package/styles/image-editor/_all.scss +2 -0
- package/styles/image-editor/_bootstrap-dark-definition.scss +10 -0
- package/styles/image-editor/_bootstrap-definition.scss +10 -0
- package/styles/image-editor/_bootstrap4-definition.scss +10 -0
- package/styles/image-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/image-editor/_bootstrap5-definition.scss +10 -0
- package/styles/image-editor/_fabric-dark-definition.scss +10 -0
- package/styles/image-editor/_fabric-definition.scss +10 -0
- package/styles/image-editor/_fluent-dark-definition.scss +1 -0
- package/styles/image-editor/_fluent-definition.scss +10 -0
- package/styles/image-editor/_fusionnew-definition.scss +10 -0
- package/styles/image-editor/_highcontrast-definition.scss +10 -0
- package/styles/image-editor/_highcontrast-light-definition.scss +10 -0
- package/styles/image-editor/_layout.scss +204 -0
- package/styles/image-editor/_material-dark-definition.scss +10 -0
- package/styles/image-editor/_material-definition.scss +10 -0
- package/styles/image-editor/_material3-definition.scss +10 -0
- package/styles/image-editor/_tailwind-dark-definition.scss +1 -0
- package/styles/image-editor/_tailwind-definition.scss +10 -0
- package/styles/image-editor/_theme.scss +97 -0
- package/styles/image-editor/bootstrap-dark.css +283 -0
- package/styles/image-editor/bootstrap-dark.scss +12 -0
- package/styles/image-editor/bootstrap.css +283 -0
- package/styles/image-editor/bootstrap.scss +12 -0
- package/styles/image-editor/bootstrap4.css +279 -0
- package/styles/image-editor/bootstrap4.scss +12 -0
- package/styles/image-editor/bootstrap5-dark.css +301 -0
- package/styles/image-editor/bootstrap5-dark.scss +12 -0
- package/styles/image-editor/bootstrap5.css +301 -0
- package/styles/image-editor/bootstrap5.scss +12 -0
- package/styles/image-editor/fabric-dark.css +283 -0
- package/styles/image-editor/fabric-dark.scss +12 -0
- package/styles/image-editor/fabric.css +283 -0
- package/styles/image-editor/fabric.scss +12 -0
- package/styles/image-editor/fluent-dark.css +290 -0
- package/styles/image-editor/fluent-dark.scss +12 -0
- package/styles/image-editor/fluent.css +290 -0
- package/styles/image-editor/fluent.scss +12 -0
- package/styles/image-editor/highcontrast-light.css +281 -0
- package/styles/image-editor/highcontrast-light.scss +12 -0
- package/styles/image-editor/highcontrast.css +281 -0
- package/styles/image-editor/highcontrast.scss +12 -0
- package/styles/image-editor/icons/_bootstrap-dark.scss +218 -0
- package/styles/image-editor/icons/_bootstrap.scss +218 -0
- package/styles/image-editor/icons/_bootstrap4.scss +218 -0
- package/styles/image-editor/icons/_bootstrap5-dark.scss +1 -0
- package/styles/image-editor/icons/_bootstrap5.scss +224 -0
- package/styles/image-editor/icons/_fabric-dark.scss +218 -0
- package/styles/image-editor/icons/_fabric.scss +218 -0
- package/styles/image-editor/icons/_fluent-dark.scss +1 -0
- package/styles/image-editor/icons/_fluent.scss +224 -0
- package/styles/image-editor/icons/_fusionnew.scss +224 -0
- package/styles/image-editor/icons/_highcontrast-light.scss +218 -0
- package/styles/image-editor/icons/_highcontrast.scss +218 -0
- package/styles/image-editor/icons/_material-dark.scss +218 -0
- package/styles/image-editor/icons/_material.scss +218 -0
- package/styles/image-editor/icons/_material3.scss +230 -0
- package/styles/image-editor/icons/_tailwind-dark.scss +1 -0
- package/styles/image-editor/icons/_tailwind.scss +218 -0
- package/styles/image-editor/material-dark.css +299 -0
- package/styles/image-editor/material-dark.scss +12 -0
- package/styles/image-editor/material.css +299 -0
- package/styles/image-editor/material.scss +12 -0
- package/styles/image-editor/tailwind-dark.css +288 -0
- package/styles/image-editor/tailwind-dark.scss +12 -0
- package/styles/image-editor/tailwind.css +288 -0
- package/styles/image-editor/tailwind.scss +12 -0
- package/styles/material-dark.css +299 -0
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +299 -0
- package/styles/material.scss +1 -0
- package/styles/tailwind-dark.css +288 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +288 -0
- package/styles/tailwind.scss +1 -0
- package/tslint.json +111 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-definition.scss';
|
|
2
|
+
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
3
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/textbox/bootstrap-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/uploader/bootstrap-definition.scss';
|
|
7
|
+
@import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
|
|
8
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
|
|
9
|
+
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
10
|
+
@import 'bootstrap-definition.scss';
|
|
11
|
+
@import 'icons/bootstrap.scss';
|
|
12
|
+
@import 'all.scss';
|
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
@keyframes material-spinner-rotate {
|
|
4
|
+
0% {
|
|
5
|
+
transform: rotate(0);
|
|
6
|
+
}
|
|
7
|
+
100% {
|
|
8
|
+
transform: rotate(360deg);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
@keyframes fabric-spinner-rotate {
|
|
12
|
+
0% {
|
|
13
|
+
transform: rotate(0);
|
|
14
|
+
}
|
|
15
|
+
100% {
|
|
16
|
+
transform: rotate(360deg);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.e-image-editor .e-upload-icon::before {
|
|
20
|
+
content: "\e70f";
|
|
21
|
+
}
|
|
22
|
+
.e-image-editor .e-zoom-in::before {
|
|
23
|
+
content: "\e755";
|
|
24
|
+
}
|
|
25
|
+
.e-image-editor .e-zoom-out::before {
|
|
26
|
+
content: "\e742";
|
|
27
|
+
}
|
|
28
|
+
.e-image-editor .e-pan::before {
|
|
29
|
+
content: "\e711";
|
|
30
|
+
}
|
|
31
|
+
.e-image-editor .e-select::before {
|
|
32
|
+
content: "\e94c";
|
|
33
|
+
}
|
|
34
|
+
.e-image-editor .e-transform::before {
|
|
35
|
+
content: "\e96c";
|
|
36
|
+
}
|
|
37
|
+
.e-image-editor .e-annotation::before {
|
|
38
|
+
content: "\e75e";
|
|
39
|
+
}
|
|
40
|
+
.e-image-editor .e-shapes::before {
|
|
41
|
+
content: "\e77e";
|
|
42
|
+
}
|
|
43
|
+
.e-image-editor .e-mouse::before {
|
|
44
|
+
content: "\e767";
|
|
45
|
+
}
|
|
46
|
+
.e-image-editor .e-btn-reset::before {
|
|
47
|
+
content: "\e953";
|
|
48
|
+
}
|
|
49
|
+
.e-image-editor .e-btn-save::before {
|
|
50
|
+
content: "\e74d";
|
|
51
|
+
}
|
|
52
|
+
.e-image-editor .e-custom::before {
|
|
53
|
+
content: "\e964";
|
|
54
|
+
}
|
|
55
|
+
.e-image-editor .e-close::before {
|
|
56
|
+
content: "\e745";
|
|
57
|
+
}
|
|
58
|
+
.e-image-editor .e-check::before {
|
|
59
|
+
content: "\e96d";
|
|
60
|
+
}
|
|
61
|
+
.e-image-editor .e-text-font-color.e-template .e-caret::before {
|
|
62
|
+
content: "\e74b";
|
|
63
|
+
}
|
|
64
|
+
.e-image-editor .e-stroke.e-template .e-caret::before, .e-image-editor .e-pen-stroke-color.e-template .e-caret::before {
|
|
65
|
+
content: "\e770";
|
|
66
|
+
}
|
|
67
|
+
.e-image-editor .e-fill.e-template .e-caret::before {
|
|
68
|
+
content: "\e754";
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.e-dropdown-popup.e-image-popup .e-custom::before {
|
|
72
|
+
content: "\e964";
|
|
73
|
+
}
|
|
74
|
+
.e-dropdown-popup.e-image-popup .e-circle::before {
|
|
75
|
+
content: "\e671";
|
|
76
|
+
}
|
|
77
|
+
.e-dropdown-popup.e-image-popup .e-square::before {
|
|
78
|
+
content: "\e965";
|
|
79
|
+
}
|
|
80
|
+
.e-dropdown-popup.e-image-popup .e-custom-a::before {
|
|
81
|
+
content: "\e966";
|
|
82
|
+
}
|
|
83
|
+
.e-dropdown-popup.e-image-popup .e-custom-b::before {
|
|
84
|
+
content: "\e967";
|
|
85
|
+
}
|
|
86
|
+
.e-dropdown-popup.e-image-popup .e-custom-c::before {
|
|
87
|
+
content: "\e968";
|
|
88
|
+
}
|
|
89
|
+
.e-dropdown-popup.e-image-popup .e-custom-d::before {
|
|
90
|
+
content: "\e96a";
|
|
91
|
+
}
|
|
92
|
+
.e-dropdown-popup.e-image-popup .e-custom-e::before {
|
|
93
|
+
content: "\e96b";
|
|
94
|
+
}
|
|
95
|
+
.e-dropdown-popup.e-image-popup .e-rectangle::before {
|
|
96
|
+
content: "\e670";
|
|
97
|
+
}
|
|
98
|
+
.e-dropdown-popup.e-image-popup .e-circle::before {
|
|
99
|
+
content: "\e671";
|
|
100
|
+
}
|
|
101
|
+
.e-dropdown-popup.e-image-popup .e-triangle::before {
|
|
102
|
+
content: "\e954";
|
|
103
|
+
}
|
|
104
|
+
.e-dropdown-popup.e-image-popup .e-line::before {
|
|
105
|
+
content: "\e668";
|
|
106
|
+
}
|
|
107
|
+
.e-dropdown-popup.e-image-popup .e-add-text::before {
|
|
108
|
+
content: "\e795";
|
|
109
|
+
}
|
|
110
|
+
.e-dropdown-popup.e-image-popup .e-free-pen::before {
|
|
111
|
+
content: "\e844";
|
|
112
|
+
}
|
|
113
|
+
.e-dropdown-popup.e-image-popup .e-horizontal-flip::before {
|
|
114
|
+
content: "\e95c";
|
|
115
|
+
}
|
|
116
|
+
.e-dropdown-popup.e-image-popup .e-vertical-flip::before {
|
|
117
|
+
content: "\e95d";
|
|
118
|
+
}
|
|
119
|
+
.e-dropdown-popup.e-image-popup .e-clock-wise::before {
|
|
120
|
+
content: "\e960";
|
|
121
|
+
}
|
|
122
|
+
.e-dropdown-popup.e-image-popup .e-anti-clock-wise::before {
|
|
123
|
+
content: "\e95f";
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.e-device.e-image-editor .e-img-font-style.e-template {
|
|
127
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.e-bigger .e-image-editor .e-toolbar,
|
|
131
|
+
.e-image-editor.e-bigger .e-toolbar {
|
|
132
|
+
height: 56px !important; /* stylelint-disable-line declaration-no-important */
|
|
133
|
+
min-height: 56px !important; /* stylelint-disable-line declaration-no-important */
|
|
134
|
+
}
|
|
135
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
136
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
137
|
+
font-size: 18px;
|
|
138
|
+
}
|
|
139
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
140
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
141
|
+
font-size: 18px;
|
|
142
|
+
}
|
|
143
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-fill.e-template .e-dropdown-btn .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-stroke.e-template .e-dropdown-btn .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-pen-stroke-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-save.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
144
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-fill.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
145
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-stroke.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
146
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-pen-stroke-color.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
147
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
148
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-save.e-template .e-dropdown-btn .e-icons.e-caret {
|
|
149
|
+
font-size: 18px;
|
|
150
|
+
}
|
|
151
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
152
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret {
|
|
153
|
+
margin-top: -4px;
|
|
154
|
+
}
|
|
155
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-save,
|
|
156
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select,
|
|
157
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation,
|
|
158
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform,
|
|
159
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-save {
|
|
160
|
+
font-size: 18px;
|
|
161
|
+
}
|
|
162
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-save .e-icons.e-caret,
|
|
163
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select .e-icons.e-caret,
|
|
164
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation .e-icons.e-caret,
|
|
165
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform .e-icons.e-caret,
|
|
166
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-save .e-icons.e-caret {
|
|
167
|
+
font-size: 10px;
|
|
168
|
+
}
|
|
169
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
|
|
170
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
171
|
+
line-height: 1;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.e-image-editor {
|
|
175
|
+
border: 1px solid #dee2e6;
|
|
176
|
+
position: relative;
|
|
177
|
+
display: block;
|
|
178
|
+
}
|
|
179
|
+
.e-image-editor .e-toolbar {
|
|
180
|
+
border: none;
|
|
181
|
+
height: 40px !important; /* stylelint-disable-line declaration-no-important */
|
|
182
|
+
min-height: 40px !important; /* stylelint-disable-line declaration-no-important */
|
|
183
|
+
}
|
|
184
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
185
|
+
font-size: 16px;
|
|
186
|
+
}
|
|
187
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
188
|
+
font-size: 16px;
|
|
189
|
+
}
|
|
190
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-upload {
|
|
191
|
+
border: none;
|
|
192
|
+
}
|
|
193
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-file-select-wrap {
|
|
194
|
+
padding: 0;
|
|
195
|
+
}
|
|
196
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-file-select, .e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-file-drop, .e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-upload-files {
|
|
197
|
+
display: none;
|
|
198
|
+
}
|
|
199
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-image-upload .e-upload {
|
|
200
|
+
border: none;
|
|
201
|
+
}
|
|
202
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-fill.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-stroke.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-pen-stroke-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-save.e-template .e-dropdown-btn .e-icons.e-caret {
|
|
203
|
+
font-size: 16px;
|
|
204
|
+
}
|
|
205
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret {
|
|
206
|
+
margin-top: -4px;
|
|
207
|
+
}
|
|
208
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-btn-icon.e-dropdownbtn-preview {
|
|
209
|
+
height: 18px;
|
|
210
|
+
width: 18px;
|
|
211
|
+
margin-top: -4px;
|
|
212
|
+
}
|
|
213
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-save {
|
|
214
|
+
font-size: 16px;
|
|
215
|
+
}
|
|
216
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-save .e-icons.e-caret {
|
|
217
|
+
font-size: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
218
|
+
}
|
|
219
|
+
.e-image-editor .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
220
|
+
line-height: 1;
|
|
221
|
+
}
|
|
222
|
+
.e-image-editor .e-toolbar-area + .e-canvas-wrapper {
|
|
223
|
+
border-top: 1px solid #dee2e6;
|
|
224
|
+
}
|
|
225
|
+
.e-image-editor .e-bottom-toolbar {
|
|
226
|
+
border-top: 1px solid #dee2e6;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.e-image-editor {
|
|
230
|
+
background: #e9ecef;
|
|
231
|
+
}
|
|
232
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-selected-btn {
|
|
233
|
+
background: #495057 !important; /* stylelint-disable-line declaration-no-important */
|
|
234
|
+
}
|
|
235
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn {
|
|
236
|
+
background: inherit;
|
|
237
|
+
border: none;
|
|
238
|
+
margin-top: 2px;
|
|
239
|
+
background-color: #f8f9fa;
|
|
240
|
+
color: #495057;
|
|
241
|
+
}
|
|
242
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn .e-caret-hide {
|
|
243
|
+
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
244
|
+
}
|
|
245
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:hover {
|
|
246
|
+
background-color: #5a6268;
|
|
247
|
+
box-shadow: none;
|
|
248
|
+
color: #fff;
|
|
249
|
+
}
|
|
250
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:focus {
|
|
251
|
+
background-color: #6c757d;
|
|
252
|
+
box-shadow: none;
|
|
253
|
+
color: #fff;
|
|
254
|
+
}
|
|
255
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:active {
|
|
256
|
+
background-color: #545b62;
|
|
257
|
+
box-shadow: none;
|
|
258
|
+
color: #fff;
|
|
259
|
+
}
|
|
260
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-fill-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-text-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-pen-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
261
|
+
background: none;
|
|
262
|
+
border-bottom-style: solid;
|
|
263
|
+
border-bottom-width: 3px;
|
|
264
|
+
width: 14px;
|
|
265
|
+
margin: 0 2px;
|
|
266
|
+
border-bottom-color: #000;
|
|
267
|
+
}
|
|
268
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-fill-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-text-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-pen-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview {
|
|
269
|
+
display: none;
|
|
270
|
+
}
|
|
271
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-nocolor-item {
|
|
272
|
+
background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") !important; /* stylelint-disable-line declaration-no-important */
|
|
273
|
+
background-size: 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.e-dropdown-popup .e-selected-btn {
|
|
277
|
+
background: #495057 !important; /* stylelint-disable-line declaration-no-important */
|
|
278
|
+
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
279
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
@import 'ej2-base/styles/bootstrap4-definition.scss';
|
|
2
|
+
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
3
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap4-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/textbox/bootstrap4-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/uploader/bootstrap4-definition.scss';
|
|
7
|
+
@import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
|
|
8
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
|
|
9
|
+
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
10
|
+
@import 'bootstrap4-definition.scss';
|
|
11
|
+
@import 'icons/bootstrap4.scss';
|
|
12
|
+
@import 'all.scss';
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
.e-upload .e-upload-actions,
|
|
3
|
+
.e-bigger.e-small .e-upload .e-upload-actions {
|
|
4
|
+
background-color: #282d31;
|
|
5
|
+
border-radius: 0 0 6px 6px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
9
|
+
/* stylelint-disable */
|
|
10
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
11
|
+
@keyframes material-spinner-rotate {
|
|
12
|
+
0% {
|
|
13
|
+
transform: rotate(0);
|
|
14
|
+
}
|
|
15
|
+
100% {
|
|
16
|
+
transform: rotate(360deg);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
@keyframes fabric-spinner-rotate {
|
|
20
|
+
0% {
|
|
21
|
+
transform: rotate(0);
|
|
22
|
+
}
|
|
23
|
+
100% {
|
|
24
|
+
transform: rotate(360deg);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
.e-image-editor .e-upload-icon::before {
|
|
28
|
+
content: "\e760";
|
|
29
|
+
}
|
|
30
|
+
.e-image-editor .e-zoom-in::before {
|
|
31
|
+
content: "\e768";
|
|
32
|
+
}
|
|
33
|
+
.e-image-editor .e-zoom-out::before {
|
|
34
|
+
content: "\e81b";
|
|
35
|
+
}
|
|
36
|
+
.e-image-editor .e-pan::before {
|
|
37
|
+
content: "\e7b1";
|
|
38
|
+
}
|
|
39
|
+
.e-image-editor .e-select::before {
|
|
40
|
+
content: "\e896";
|
|
41
|
+
}
|
|
42
|
+
.e-image-editor .e-transform::before {
|
|
43
|
+
content: "\e8b0";
|
|
44
|
+
}
|
|
45
|
+
.e-image-editor .e-annotation::before {
|
|
46
|
+
content: "\e730";
|
|
47
|
+
}
|
|
48
|
+
.e-image-editor .e-shapes::before {
|
|
49
|
+
content: "\e728";
|
|
50
|
+
}
|
|
51
|
+
.e-image-editor .e-mouse::before {
|
|
52
|
+
content: "\e74e";
|
|
53
|
+
}
|
|
54
|
+
.e-image-editor .e-btn-reset::before {
|
|
55
|
+
content: "\e89b";
|
|
56
|
+
}
|
|
57
|
+
.e-image-editor .e-btn-save::before {
|
|
58
|
+
content: "\e7c8";
|
|
59
|
+
}
|
|
60
|
+
.e-image-editor .e-custom::before {
|
|
61
|
+
content: "\e8a9";
|
|
62
|
+
}
|
|
63
|
+
.e-image-editor .e-close::before {
|
|
64
|
+
content: "\e7e7";
|
|
65
|
+
}
|
|
66
|
+
.e-image-editor .e-check::before {
|
|
67
|
+
content: "\e8b1";
|
|
68
|
+
}
|
|
69
|
+
.e-image-editor .e-text-font-color.e-template .e-caret::before {
|
|
70
|
+
content: "\e76f";
|
|
71
|
+
}
|
|
72
|
+
.e-image-editor .e-stroke.e-template .e-caret::before, .e-image-editor .e-pen-stroke-color.e-template .e-caret::before {
|
|
73
|
+
content: "\e739";
|
|
74
|
+
}
|
|
75
|
+
.e-image-editor .e-fill.e-template .e-caret::before {
|
|
76
|
+
content: "\e783";
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.e-dropdown-popup.e-image-popup .e-custom::before {
|
|
80
|
+
content: "\e8a9";
|
|
81
|
+
}
|
|
82
|
+
.e-dropdown-popup.e-image-popup .e-circle::before {
|
|
83
|
+
content: "\e7ca";
|
|
84
|
+
}
|
|
85
|
+
.e-dropdown-popup.e-image-popup .e-square::before {
|
|
86
|
+
content: "\e8aa";
|
|
87
|
+
}
|
|
88
|
+
.e-dropdown-popup.e-image-popup .e-custom-a::before {
|
|
89
|
+
content: "\e8ab";
|
|
90
|
+
}
|
|
91
|
+
.e-dropdown-popup.e-image-popup .e-custom-b::before {
|
|
92
|
+
content: "\e8ac";
|
|
93
|
+
}
|
|
94
|
+
.e-dropdown-popup.e-image-popup .e-custom-c::before {
|
|
95
|
+
content: "\e8ad";
|
|
96
|
+
}
|
|
97
|
+
.e-dropdown-popup.e-image-popup .e-custom-d::before {
|
|
98
|
+
content: "\e8ae";
|
|
99
|
+
}
|
|
100
|
+
.e-dropdown-popup.e-image-popup .e-custom-e::before {
|
|
101
|
+
content: "\e8af";
|
|
102
|
+
}
|
|
103
|
+
.e-dropdown-popup.e-image-popup .e-rectangle::before {
|
|
104
|
+
content: "\e723";
|
|
105
|
+
}
|
|
106
|
+
.e-dropdown-popup.e-image-popup .e-circle::before {
|
|
107
|
+
content: "\e7ca";
|
|
108
|
+
}
|
|
109
|
+
.e-dropdown-popup.e-image-popup .e-triangle::before {
|
|
110
|
+
content: "\e89c";
|
|
111
|
+
}
|
|
112
|
+
.e-dropdown-popup.e-image-popup .e-line::before {
|
|
113
|
+
content: "\e819";
|
|
114
|
+
}
|
|
115
|
+
.e-dropdown-popup.e-image-popup .e-free-pen::before {
|
|
116
|
+
content: "\e7db";
|
|
117
|
+
}
|
|
118
|
+
.e-dropdown-popup.e-image-popup .e-horizontal-flip::before {
|
|
119
|
+
content: "\e8a3";
|
|
120
|
+
}
|
|
121
|
+
.e-dropdown-popup.e-image-popup .e-vertical-flip::before {
|
|
122
|
+
content: "\e8a4";
|
|
123
|
+
}
|
|
124
|
+
.e-dropdown-popup.e-image-popup .e-custom::before {
|
|
125
|
+
content: "\e8a9";
|
|
126
|
+
}
|
|
127
|
+
.e-dropdown-popup.e-image-popup .e-clock-wise::before {
|
|
128
|
+
content: "\e8a6";
|
|
129
|
+
}
|
|
130
|
+
.e-dropdown-popup.e-image-popup .e-anti-clock-wise::before {
|
|
131
|
+
content: "\e8a5";
|
|
132
|
+
}
|
|
133
|
+
.e-dropdown-popup.e-image-popup .e-add-text::before {
|
|
134
|
+
content: "\e82e";
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.e-device.e-image-editor .e-img-font-style.e-template {
|
|
138
|
+
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.e-bigger .e-image-editor .e-toolbar,
|
|
142
|
+
.e-image-editor.e-bigger .e-toolbar {
|
|
143
|
+
height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
144
|
+
min-height: 46px !important; /* stylelint-disable-line declaration-no-important */
|
|
145
|
+
}
|
|
146
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
147
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
148
|
+
font-size: 20px;
|
|
149
|
+
}
|
|
150
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
151
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
152
|
+
font-size: 20px;
|
|
153
|
+
padding-top: 4px;
|
|
154
|
+
}
|
|
155
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-fill.e-template .e-dropdown-btn .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-stroke.e-template .e-dropdown-btn .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-pen-stroke-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-save.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
156
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-fill.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
157
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-stroke.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
158
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-pen-stroke-color.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
159
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
160
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-save.e-template .e-dropdown-btn .e-icons.e-caret {
|
|
161
|
+
font-size: 20px;
|
|
162
|
+
}
|
|
163
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret,
|
|
164
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret {
|
|
165
|
+
margin-top: -4px;
|
|
166
|
+
}
|
|
167
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-save,
|
|
168
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select,
|
|
169
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation,
|
|
170
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform,
|
|
171
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-save {
|
|
172
|
+
font-size: 20px;
|
|
173
|
+
}
|
|
174
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform .e-icons.e-caret, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-save .e-icons.e-caret,
|
|
175
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select .e-icons.e-caret,
|
|
176
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation .e-icons.e-caret,
|
|
177
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform .e-icons.e-caret,
|
|
178
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-save .e-icons.e-caret {
|
|
179
|
+
font-size: 10px;
|
|
180
|
+
}
|
|
181
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left,
|
|
182
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
183
|
+
line-height: 1;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.e-image-editor {
|
|
187
|
+
border: 1px solid #343a40;
|
|
188
|
+
position: relative;
|
|
189
|
+
display: block;
|
|
190
|
+
}
|
|
191
|
+
.e-image-editor .e-toolbar {
|
|
192
|
+
border: none;
|
|
193
|
+
height: 40px !important; /* stylelint-disable-line declaration-no-important */
|
|
194
|
+
min-height: 40px !important; /* stylelint-disable-line declaration-no-important */
|
|
195
|
+
}
|
|
196
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
197
|
+
font-size: 18px;
|
|
198
|
+
}
|
|
199
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
200
|
+
font-size: 18px;
|
|
201
|
+
padding-top: 4px;
|
|
202
|
+
}
|
|
203
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-upload {
|
|
204
|
+
border: none;
|
|
205
|
+
}
|
|
206
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-file-select-wrap {
|
|
207
|
+
padding: 0;
|
|
208
|
+
}
|
|
209
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-file-select-wrap .e-btn-icon {
|
|
210
|
+
margin-top: -2px !important; /* stylelint-disable-line declaration-no-important */
|
|
211
|
+
}
|
|
212
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-file-select, .e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-file-drop, .e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-upload-files {
|
|
213
|
+
display: none;
|
|
214
|
+
}
|
|
215
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-image-upload .e-upload {
|
|
216
|
+
border: none;
|
|
217
|
+
}
|
|
218
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-image-upload .e-icons.e-upload-icon {
|
|
219
|
+
padding-top: 6px;
|
|
220
|
+
}
|
|
221
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-fill.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-stroke.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-pen-stroke-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-save.e-template .e-dropdown-btn .e-icons.e-caret {
|
|
222
|
+
font-size: 18px;
|
|
223
|
+
}
|
|
224
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-text-font-color.e-template .e-dropdown-btn .e-icons.e-caret {
|
|
225
|
+
margin-top: -4px;
|
|
226
|
+
}
|
|
227
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-btn-icon.e-dropdownbtn-preview {
|
|
228
|
+
height: 18px;
|
|
229
|
+
width: 18px;
|
|
230
|
+
margin-top: -4px;
|
|
231
|
+
}
|
|
232
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-save {
|
|
233
|
+
font-size: 18px;
|
|
234
|
+
}
|
|
235
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-select .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-annotation .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-transform .e-icons.e-caret, .e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn.e-image-popup .e-save .e-icons.e-caret {
|
|
236
|
+
font-size: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
237
|
+
}
|
|
238
|
+
.e-image-editor .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
239
|
+
line-height: 1;
|
|
240
|
+
}
|
|
241
|
+
.e-image-editor .e-toolbar-area + .e-canvas-wrapper {
|
|
242
|
+
border-top: 1px solid #343a40;
|
|
243
|
+
}
|
|
244
|
+
.e-image-editor .e-bottom-toolbar {
|
|
245
|
+
border-top: 1px solid #343a40;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.e-image-editor {
|
|
249
|
+
background: #444c54;
|
|
250
|
+
}
|
|
251
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-selected-btn {
|
|
252
|
+
background: #5c636a !important; /* stylelint-disable-line declaration-no-important */
|
|
253
|
+
}
|
|
254
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-selected-btn .e-icons {
|
|
255
|
+
color: #fff;
|
|
256
|
+
}
|
|
257
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn {
|
|
258
|
+
background: inherit;
|
|
259
|
+
border: none;
|
|
260
|
+
margin-top: -1px;
|
|
261
|
+
background-color: #282d31;
|
|
262
|
+
color: #adb5bd;
|
|
263
|
+
}
|
|
264
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn .e-caret-hide {
|
|
265
|
+
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
266
|
+
}
|
|
267
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:hover {
|
|
268
|
+
background-color: #5c636a;
|
|
269
|
+
box-shadow: none;
|
|
270
|
+
color: #fff;
|
|
271
|
+
}
|
|
272
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:focus {
|
|
273
|
+
background-color: #5c636a;
|
|
274
|
+
box-shadow: none;
|
|
275
|
+
color: #fff;
|
|
276
|
+
}
|
|
277
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-dropdown-btn:active {
|
|
278
|
+
background-color: #565e64;
|
|
279
|
+
box-shadow: none;
|
|
280
|
+
color: #fff;
|
|
281
|
+
}
|
|
282
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-fill-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-text-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-pen-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color {
|
|
283
|
+
background: none;
|
|
284
|
+
border-bottom-style: solid;
|
|
285
|
+
border-bottom-width: 3px;
|
|
286
|
+
width: 14px;
|
|
287
|
+
margin: 0 2px;
|
|
288
|
+
border-bottom-color: #000;
|
|
289
|
+
}
|
|
290
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-fill-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-shape-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-text-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview, .e-image-editor .e-toolbar .e-toolbar-items .e-colorpicker-wrapper.e-pen-stroke-color .e-split-btn-wrapper .e-split-btn .e-selected-color .e-split-preview {
|
|
291
|
+
display: none;
|
|
292
|
+
}
|
|
293
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-nocolor-item {
|
|
294
|
+
background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") !important; /* stylelint-disable-line declaration-no-important */
|
|
295
|
+
background-size: 8px !important; /* stylelint-disable-line declaration-no-important */
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.e-dropdown-popup .e-selected-btn {
|
|
299
|
+
background: #5c636a !important; /* stylelint-disable-line declaration-no-important */
|
|
300
|
+
color: #fff !important; /* stylelint-disable-line declaration-no-important */
|
|
301
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
@import 'ej2-base/styles/bootstrap5-dark-definition.scss';
|
|
2
|
+
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
|
+
@import 'ej2-splitbuttons/styles/drop-down-button/bootstrap5-dark-definition.scss';
|
|
4
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
|
|
5
|
+
@import 'ej2-inputs/styles/textbox/bootstrap5-dark-definition.scss';
|
|
6
|
+
@import 'ej2-inputs/styles/uploader/bootstrap5-dark-definition.scss';
|
|
7
|
+
@import 'ej2-popups/styles/tooltip/bootstrap5-dark-definition.scss';
|
|
8
|
+
@import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
|
|
9
|
+
@import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
|
|
10
|
+
@import 'bootstrap5-dark-definition.scss';
|
|
11
|
+
@import 'icons/bootstrap5-dark.scss';
|
|
12
|
+
@import 'all.scss';
|