@syncfusion/ej2-image-editor 32.1.19 → 32.1.24
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/README.md +1 -1
- package/dist/ej2-image-editor.umd.min.js +9 -0
- package/dist/global/ej2-image-editor.min.js +9 -0
- package/dist/global/index.d.ts +9 -0
- package/package.json +8 -8
- package/styles/bds-lite.css +75 -0
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.css +79 -0
- package/styles/bds.scss +2 -2
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.scss +2 -2
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.scss +2 -2
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.scss +2 -2
- package/styles/bootstrap5-dark-lite.css +1 -0
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5-dark.scss +2 -2
- package/styles/bootstrap5-lite.css +1 -0
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.css +337 -0
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.css +421 -0
- package/styles/bootstrap5.3.scss +2 -2
- package/styles/bootstrap5.css +1 -0
- package/styles/bootstrap5.scss +2 -2
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.scss +2 -2
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.scss +2 -2
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +2 -2
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +2 -2
- package/styles/fluent2-lite.css +344 -0
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.css +430 -0
- package/styles/fluent2.scss +2 -2
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.scss +2 -2
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.scss +2 -2
- package/styles/image-editor/_all.bds.scss +2 -0
- package/styles/image-editor/_all.bootstrap-dark.scss +2 -0
- package/styles/image-editor/_all.bootstrap.scss +2 -0
- package/styles/image-editor/_all.bootstrap4.scss +2 -0
- package/styles/image-editor/_all.bootstrap5-dark.scss +2 -0
- package/styles/image-editor/_all.bootstrap5.3.scss +2 -0
- package/styles/image-editor/_all.bootstrap5.scss +2 -0
- package/styles/image-editor/_all.fabric-dark.scss +2 -0
- package/styles/image-editor/_all.fabric.scss +2 -0
- package/styles/image-editor/_all.fluent-dark.scss +2 -0
- package/styles/image-editor/_all.fluent.scss +2 -0
- package/styles/image-editor/_all.fluent2.scss +2 -0
- package/styles/image-editor/_all.highcontrast-light.scss +2 -0
- package/styles/image-editor/_all.highcontrast.scss +2 -0
- package/styles/image-editor/_all.material-dark.scss +2 -0
- package/styles/image-editor/_all.material.scss +2 -0
- package/styles/image-editor/_all.material3-dark.scss +2 -0
- package/styles/image-editor/_all.material3.scss +2 -0
- package/styles/image-editor/_all.tailwind-dark.scss +2 -0
- package/styles/image-editor/_all.tailwind.scss +2 -0
- package/styles/image-editor/_all.tailwind3.scss +2 -0
- package/styles/image-editor/_bigger.bds.scss +3 -0
- package/styles/image-editor/_bigger.bootstrap-dark.scss +3 -0
- package/styles/image-editor/_bigger.bootstrap.scss +3 -0
- package/styles/image-editor/_bigger.bootstrap4.scss +3 -0
- package/styles/image-editor/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/image-editor/_bigger.bootstrap5.3.scss +3 -0
- package/styles/image-editor/_bigger.bootstrap5.scss +3 -0
- package/styles/image-editor/_bigger.fabric-dark.scss +3 -0
- package/styles/image-editor/_bigger.fabric.scss +3 -0
- package/styles/image-editor/_bigger.fluent-dark.scss +3 -0
- package/styles/image-editor/_bigger.fluent.scss +3 -0
- package/styles/image-editor/_bigger.fluent2.scss +3 -0
- package/styles/image-editor/_bigger.highcontrast-light.scss +3 -0
- package/styles/image-editor/_bigger.highcontrast.scss +3 -0
- package/styles/image-editor/_bigger.material-dark.scss +3 -0
- package/styles/image-editor/_bigger.material.scss +3 -0
- package/styles/image-editor/_bigger.material3-dark.scss +3 -0
- package/styles/image-editor/_bigger.material3.scss +3 -0
- package/styles/image-editor/_bigger.scss +0 -1
- package/styles/image-editor/_bigger.tailwind-dark.scss +3 -0
- package/styles/image-editor/_bigger.tailwind.scss +3 -0
- package/styles/image-editor/_bigger.tailwind3.scss +3 -0
- package/styles/image-editor/_layout.bds.scss +3 -0
- package/styles/image-editor/_layout.bootstrap-dark.scss +3 -0
- package/styles/image-editor/_layout.bootstrap.scss +3 -0
- package/styles/image-editor/_layout.bootstrap4.scss +3 -0
- package/styles/image-editor/_layout.bootstrap5-dark.scss +3 -0
- package/styles/image-editor/_layout.bootstrap5.3.scss +3 -0
- package/styles/image-editor/_layout.bootstrap5.scss +3 -0
- package/styles/image-editor/_layout.fabric-dark.scss +3 -0
- package/styles/image-editor/_layout.fabric.scss +3 -0
- package/styles/image-editor/_layout.fluent-dark.scss +3 -0
- package/styles/image-editor/_layout.fluent.scss +3 -0
- package/styles/image-editor/_layout.fluent2.scss +3 -0
- package/styles/image-editor/_layout.highcontrast-light.scss +3 -0
- package/styles/image-editor/_layout.highcontrast.scss +3 -0
- package/styles/image-editor/_layout.material-dark.scss +3 -0
- package/styles/image-editor/_layout.material.scss +3 -0
- package/styles/image-editor/_layout.material3-dark.scss +3 -0
- package/styles/image-editor/_layout.material3.scss +3 -0
- package/styles/image-editor/_layout.scss +0 -1
- package/styles/image-editor/_layout.tailwind-dark.scss +3 -0
- package/styles/image-editor/_layout.tailwind.scss +3 -0
- package/styles/image-editor/_layout.tailwind3.scss +3 -0
- package/styles/image-editor/_theme-variables.bds.scss +1 -0
- package/styles/image-editor/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.bootstrap.scss +1 -0
- package/styles/image-editor/_theme-variables.bootstrap4.scss +1 -0
- package/styles/image-editor/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/image-editor/_theme-variables.bootstrap5.scss +1 -0
- package/styles/image-editor/_theme-variables.fabric-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.fabric.scss +1 -0
- package/styles/image-editor/_theme-variables.fluent-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.fluent.scss +1 -0
- package/styles/image-editor/_theme-variables.fluent2.scss +1 -0
- package/styles/image-editor/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/image-editor/_theme-variables.highcontrast.scss +1 -0
- package/styles/image-editor/_theme-variables.material-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.material.scss +1 -0
- package/styles/image-editor/_theme-variables.material3-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.material3.scss +1 -0
- package/styles/image-editor/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.tailwind.scss +1 -0
- package/styles/image-editor/_theme.bds.scss +6 -0
- package/styles/image-editor/_theme.bootstrap-dark.scss +6 -0
- package/styles/image-editor/_theme.bootstrap.scss +6 -0
- package/styles/image-editor/_theme.bootstrap4.scss +6 -0
- package/styles/image-editor/_theme.bootstrap5-dark.scss +6 -0
- package/styles/image-editor/_theme.bootstrap5.3.scss +6 -0
- package/styles/image-editor/_theme.bootstrap5.scss +6 -0
- package/styles/image-editor/_theme.fabric-dark.scss +6 -0
- package/styles/image-editor/_theme.fabric.scss +6 -0
- package/styles/image-editor/_theme.fluent-dark.scss +6 -0
- package/styles/image-editor/_theme.fluent.scss +6 -0
- package/styles/image-editor/_theme.fluent2.scss +6 -0
- package/styles/image-editor/_theme.highcontrast-light.scss +6 -0
- package/styles/image-editor/_theme.highcontrast.scss +6 -0
- package/styles/image-editor/_theme.material-dark.scss +6 -0
- package/styles/image-editor/_theme.material.scss +6 -0
- package/styles/image-editor/_theme.material3-dark.scss +6 -0
- package/styles/image-editor/_theme.material3.scss +6 -0
- package/styles/image-editor/_theme.scss +10 -13
- package/styles/image-editor/_theme.tailwind-dark.scss +6 -0
- package/styles/image-editor/_theme.tailwind.scss +6 -0
- package/styles/image-editor/_theme.tailwind3.scss +6 -0
- package/styles/image-editor/bds.css +79 -0
- package/styles/image-editor/bds.scss +2 -2
- package/styles/image-editor/bootstrap-dark.scss +2 -2
- package/styles/image-editor/bootstrap.scss +2 -2
- package/styles/image-editor/bootstrap4.scss +2 -2
- package/styles/image-editor/bootstrap5-dark.css +1 -0
- package/styles/image-editor/bootstrap5-dark.scss +2 -2
- package/styles/image-editor/bootstrap5.3.css +421 -0
- package/styles/image-editor/bootstrap5.3.scss +2 -2
- package/styles/image-editor/bootstrap5.css +1 -0
- package/styles/image-editor/bootstrap5.scss +2 -2
- package/styles/image-editor/fabric-dark.scss +2 -2
- package/styles/image-editor/fabric.scss +2 -2
- package/styles/image-editor/fluent-dark.scss +2 -2
- package/styles/image-editor/fluent.scss +2 -2
- package/styles/image-editor/fluent2.css +430 -0
- package/styles/image-editor/fluent2.scss +2 -2
- package/styles/image-editor/highcontrast-light.scss +2 -2
- package/styles/image-editor/highcontrast.scss +2 -2
- package/styles/image-editor/material-dark.css +11 -0
- package/styles/image-editor/material-dark.scss +2 -2
- package/styles/image-editor/material.css +11 -0
- package/styles/image-editor/material.scss +2 -2
- package/styles/image-editor/material3-dark.css +411 -0
- package/styles/image-editor/material3-dark.scss +2 -2
- package/styles/image-editor/material3.css +421 -0
- package/styles/image-editor/material3.scss +2 -2
- package/styles/image-editor/tailwind-dark.scss +2 -2
- package/styles/image-editor/tailwind.scss +2 -2
- package/styles/image-editor/tailwind3.css +371 -0
- package/styles/image-editor/tailwind3.scss +2 -2
- package/styles/material-dark-lite.css +11 -0
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.css +11 -0
- package/styles/material-dark.scss +2 -2
- package/styles/material-lite.css +11 -0
- package/styles/material-lite.scss +1 -1
- package/styles/material.css +11 -0
- package/styles/material.scss +2 -2
- package/styles/material3-dark-lite.css +329 -0
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.css +411 -0
- package/styles/material3-dark.scss +2 -2
- package/styles/material3-lite.css +337 -0
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.css +421 -0
- package/styles/material3.scss +2 -2
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +2 -2
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +2 -2
- package/styles/tailwind3-lite.css +297 -0
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.css +371 -0
- package/styles/tailwind3.scss +2 -2
- /package/styles/image-editor/{_theme-variables.scss → _theme-variables.tailwind3.scss} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bds-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap4-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap5-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap5.3-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_bootstrap5-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fabric-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fabric-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fluent-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fluent-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_fluent2-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_highcontrast-light-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_highcontrast-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_material-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_material-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_material3-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_material3-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_tailwind-dark-definition';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_tailwind-definition';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
3
|
+
@import 'ej2-buttons/styles/button/theme-variables.bootstrap-dark';
|
|
4
|
+
@import 'ej2-navigations/styles/toolbar/theme-variables.bootstrap-dark';
|
|
5
|
+
@import './theme-variables.bootstrap-dark';
|
|
6
|
+
@import './_theme';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
3
|
+
@import 'ej2-buttons/styles/button/theme-variables.bootstrap5-dark';
|
|
4
|
+
@import 'ej2-navigations/styles/toolbar/theme-variables.bootstrap5-dark';
|
|
5
|
+
@import './theme-variables.bootstrap5-dark';
|
|
6
|
+
@import './_theme';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
3
|
+
@import 'ej2-buttons/styles/button/theme-variables.highcontrast-light';
|
|
4
|
+
@import 'ej2-navigations/styles/toolbar/theme-variables.highcontrast-light';
|
|
5
|
+
@import './theme-variables.highcontrast-light';
|
|
6
|
+
@import './_theme';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
3
|
+
@import 'ej2-buttons/styles/button/theme-variables.material-dark';
|
|
4
|
+
@import 'ej2-navigations/styles/toolbar/theme-variables.material-dark';
|
|
5
|
+
@import './theme-variables.material-dark';
|
|
6
|
+
@import './_theme';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
3
|
+
@import 'ej2-buttons/styles/button/theme-variables.material3-dark';
|
|
4
|
+
@import 'ej2-navigations/styles/toolbar/theme-variables.material3-dark';
|
|
5
|
+
@import './theme-variables.material3-dark';
|
|
6
|
+
@import './_theme';
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
@use 'sass:color';
|
|
2
2
|
@use 'ej2-base/styles/common/mixin' as *;
|
|
3
|
-
@use './theme-variables' as *;
|
|
4
|
-
@use 'ej2-buttons/styles/button/theme-variables' as button-vars;
|
|
5
|
-
@use 'ej2-navigations/styles/toolbar/theme-variables' as tbar-vars;
|
|
6
3
|
@include export-module('image-editor-theme') {
|
|
7
4
|
.e-image-editor {
|
|
8
5
|
background: $image-editor-background;
|
|
@@ -14,12 +11,12 @@
|
|
|
14
11
|
& .e-toolbar-item.e-selected .filterwrapper canvas,
|
|
15
12
|
& .e-toolbar-item:hover .filter-wrapper canvas,
|
|
16
13
|
& .e-toolbar-item.e-selected .filter-wrapper canvas {
|
|
17
|
-
border-color:
|
|
14
|
+
border-color: $btn-active-bgcolor !important; /* stylelint-disable-line declaration-no-important */
|
|
18
15
|
}
|
|
19
16
|
|
|
20
17
|
& .e-toolbar-item.e-selected .filterwrapper:focus canvas,
|
|
21
18
|
& .e-toolbar-item.e-selected .filter-wrapper:focus canvas {
|
|
22
|
-
border-color:
|
|
19
|
+
border-color: $btn-active-bgcolor !important; /* stylelint-disable-line declaration-no-important */
|
|
23
20
|
}
|
|
24
21
|
}
|
|
25
22
|
|
|
@@ -60,8 +57,8 @@
|
|
|
60
57
|
border: none;
|
|
61
58
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
62
59
|
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'bootstrap5-dark' {
|
|
63
|
-
background: tbar-
|
|
64
|
-
color: tbar-
|
|
60
|
+
background: $tbar-default-bg;
|
|
61
|
+
color: $tbar-default-icon-color;
|
|
65
62
|
}
|
|
66
63
|
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
67
64
|
border: 2px solid #000;
|
|
@@ -75,20 +72,20 @@
|
|
|
75
72
|
}
|
|
76
73
|
|
|
77
74
|
&:hover {
|
|
78
|
-
background: tbar-
|
|
75
|
+
background: $tbar-hover-bg;
|
|
79
76
|
box-shadow: none;
|
|
80
77
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
81
78
|
color: $secondary-text-color;
|
|
82
79
|
}
|
|
83
80
|
@else {
|
|
84
|
-
color: tbar-
|
|
81
|
+
color: $tbar-hover-font;
|
|
85
82
|
}
|
|
86
83
|
}
|
|
87
84
|
|
|
88
85
|
&:focus {
|
|
89
|
-
background:
|
|
86
|
+
background: $btn-focus-bgcolor;
|
|
90
87
|
box-shadow: none;
|
|
91
|
-
color:
|
|
88
|
+
color: $btn-focus-color;
|
|
92
89
|
@if $skin-name == 'FluentUI' {
|
|
93
90
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
94
91
|
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -122,9 +119,9 @@
|
|
|
122
119
|
}
|
|
123
120
|
|
|
124
121
|
&:active {
|
|
125
|
-
background:
|
|
122
|
+
background: $btn-active-bgcolor;
|
|
126
123
|
box-shadow: none;
|
|
127
|
-
color:
|
|
124
|
+
color: $btn-active-color;
|
|
128
125
|
}
|
|
129
126
|
}
|
|
130
127
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
3
|
+
@import 'ej2-buttons/styles/button/theme-variables.tailwind-dark';
|
|
4
|
+
@import 'ej2-navigations/styles/toolbar/theme-variables.tailwind-dark';
|
|
5
|
+
@import './theme-variables.tailwind-dark';
|
|
6
|
+
@import './_theme';
|
|
@@ -299,6 +299,10 @@
|
|
|
299
299
|
content: "\e931";
|
|
300
300
|
}
|
|
301
301
|
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
302
306
|
.e-ie-toolbar-upload-div.e-hide,
|
|
303
307
|
.e-ie-toolbar-upload-btn.e-hide,
|
|
304
308
|
.e-ie-img-quality-slider,
|
|
@@ -807,6 +811,77 @@
|
|
|
807
811
|
top: calc(50% - 16px) !important; /* stylelint-disable-line declaration-no-important */
|
|
808
812
|
}
|
|
809
813
|
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
/* stylelint-disable */
|
|
819
|
+
.e-btn.e-primary:focus {
|
|
820
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
821
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
.e-btn.e-success:focus {
|
|
825
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
826
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.e-btn.e-info:focus {
|
|
830
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
831
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
.e-btn.e-warning:focus {
|
|
835
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
836
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.e-btn.e-danger:focus {
|
|
840
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
841
|
+
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
.e-btn.e-outline.e-info {
|
|
845
|
+
background: transparent !important;
|
|
846
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
847
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
.e-btn.e-outline.e-info:hover {
|
|
851
|
+
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
852
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
853
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.e-btn.e-outline.e-info:active {
|
|
857
|
+
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
858
|
+
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
859
|
+
color: var(--color-sf-utility-info-text-hover) !important;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
.e-btn.e-flat.e-info {
|
|
863
|
+
color: var(--color-sf-utility-info-text) !important;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
.e-bigger .e-btn,
|
|
867
|
+
.e-bigger .e-btn,
|
|
868
|
+
.e-bigger .e-css.e-btn,
|
|
869
|
+
.e-bigger.e-css.e-btn {
|
|
870
|
+
font-size: 14px;
|
|
871
|
+
line-height: 1.572em;
|
|
872
|
+
padding: 8px 15px;
|
|
873
|
+
border-radius: 8px !important;
|
|
874
|
+
font-weight: 600;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
|
|
810
885
|
.e-image-editor {
|
|
811
886
|
background: var(--color-sf-border-secondary);
|
|
812
887
|
}
|
|
@@ -882,6 +957,10 @@
|
|
|
882
957
|
border-color: #fcfcfd !important; /* stylelint-disable-line declaration-no-important */
|
|
883
958
|
}
|
|
884
959
|
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
|
|
885
964
|
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle,
|
|
886
965
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
|
|
887
966
|
top: calc(50% - 9px) !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
@use 'ej2-popups/styles/spinner/bootstrap5-dark-definition' as *;
|
|
11
11
|
@use 'bootstrap5-dark-definition' as *;
|
|
12
12
|
@use 'icons/bootstrap5-dark' as *;
|
|
13
|
-
@use 'all' as *;
|
|
14
|
-
@use 'bigger' as *;
|
|
13
|
+
@use 'all.bootstrap5-dark' as *;
|
|
14
|
+
@use 'bigger.bootstrap5-dark' as *;
|