@syncfusion/blazor-themes 23.1.36 → 23.1.39
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/SCSS-Themes/base/material-dark.scss +1 -1
- package/SCSS-Themes/bootstrap-dark.scss +152 -32
- package/SCSS-Themes/bootstrap.scss +153 -33
- package/SCSS-Themes/bootstrap4.scss +155 -35
- package/SCSS-Themes/bootstrap5-dark.scss +152 -34
- package/SCSS-Themes/bootstrap5.scss +152 -34
- package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +79 -10
- package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +78 -11
- package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +78 -11
- package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/fabric.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/fluent.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +78 -9
- package/SCSS-Themes/dropdowns/list-box/material-dark.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/material.scss +80 -11
- package/SCSS-Themes/dropdowns/list-box/material3-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/material3.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +80 -13
- package/SCSS-Themes/dropdowns/list-box/tailwind.scss +80 -13
- package/SCSS-Themes/dropdowns/multi-select/bootstrap-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap4.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/bootstrap5.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/fabric-dark.scss +15 -2
- package/SCSS-Themes/dropdowns/multi-select/fabric.scss +15 -2
- package/SCSS-Themes/dropdowns/multi-select/fluent-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/fluent.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/highcontrast.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/material3-dark.scss +12 -1
- package/SCSS-Themes/dropdowns/multi-select/material3.scss +12 -1
- package/SCSS-Themes/dropdowns/multi-select/tailwind-dark.scss +14 -1
- package/SCSS-Themes/dropdowns/multi-select/tailwind.scss +14 -1
- package/SCSS-Themes/fabric-dark.scss +153 -33
- package/SCSS-Themes/fabric.scss +153 -33
- package/SCSS-Themes/fluent-dark.scss +154 -36
- package/SCSS-Themes/fluent.scss +154 -36
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +10 -1
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent.scss +9 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +9 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/material.scss +9 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/material3.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +9 -0
- package/SCSS-Themes/highcontrast.scss +152 -32
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/material3.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +6 -0
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +6 -0
- package/SCSS-Themes/material-dark.scss +155 -35
- package/SCSS-Themes/material.scss +154 -34
- package/SCSS-Themes/material3-dark.scss +153 -36
- package/SCSS-Themes/material3.scss +153 -36
- package/SCSS-Themes/navigations/treeview/bootstrap-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap4.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap5-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/bootstrap5.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fabric-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fabric.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fluent-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/fluent.scss +4 -1
- package/SCSS-Themes/navigations/treeview/highcontrast.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material3-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/material3.scss +4 -1
- package/SCSS-Themes/navigations/treeview/tailwind-dark.scss +4 -1
- package/SCSS-Themes/navigations/treeview/tailwind.scss +4 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +22 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +22 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +21 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +21 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap4.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/bootstrap5.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fabric.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/fluent.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/highcontrast.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material3-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/material3.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind-dark.scss +3 -9
- package/SCSS-Themes/pivotview/pivotfieldlist/tailwind.scss +3 -9
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/material3.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +15 -1
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +15 -1
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +2 -2
- package/SCSS-Themes/tailwind-dark.scss +154 -36
- package/SCSS-Themes/tailwind.scss +154 -36
- package/package.json +1 -1
|
@@ -2292,6 +2292,11 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
2292
2292
|
overflow: visible;
|
|
2293
2293
|
}
|
|
2294
2294
|
|
|
2295
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2296
|
+
height: auto;
|
|
2297
|
+
min-height: $grid-header-height;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2295
2300
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2296
2301
|
padding: 0 .6em;
|
|
2297
2302
|
}
|
|
@@ -6443,6 +6448,10 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
6443
6448
|
cursor: move;
|
|
6444
6449
|
}
|
|
6445
6450
|
|
|
6451
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6452
|
+
cursor: not-allowed;
|
|
6453
|
+
}
|
|
6454
|
+
|
|
6446
6455
|
.e-sortnumber {
|
|
6447
6456
|
@if $grid-skin == 'material3' {
|
|
6448
6457
|
background: $grid-sortnumber-bg-color;
|
|
@@ -2292,6 +2292,11 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
2292
2292
|
overflow: visible;
|
|
2293
2293
|
}
|
|
2294
2294
|
|
|
2295
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2296
|
+
height: auto;
|
|
2297
|
+
min-height: $grid-header-height;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2295
2300
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2296
2301
|
padding: 0 .6em;
|
|
2297
2302
|
}
|
|
@@ -6443,6 +6448,10 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
6443
6448
|
cursor: move;
|
|
6444
6449
|
}
|
|
6445
6450
|
|
|
6451
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6452
|
+
cursor: not-allowed;
|
|
6453
|
+
}
|
|
6454
|
+
|
|
6446
6455
|
.e-sortnumber {
|
|
6447
6456
|
@if $grid-skin == 'material3' {
|
|
6448
6457
|
background: $grid-sortnumber-bg-color;
|
|
@@ -2292,6 +2292,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2292
2292
|
overflow: visible;
|
|
2293
2293
|
}
|
|
2294
2294
|
|
|
2295
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2296
|
+
height: auto;
|
|
2297
|
+
min-height: $grid-header-height;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2295
2300
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2296
2301
|
padding: 0 .6em;
|
|
2297
2302
|
}
|
|
@@ -6443,6 +6448,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6443
6448
|
cursor: move;
|
|
6444
6449
|
}
|
|
6445
6450
|
|
|
6451
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6452
|
+
cursor: not-allowed;
|
|
6453
|
+
}
|
|
6454
|
+
|
|
6446
6455
|
.e-sortnumber {
|
|
6447
6456
|
@if $grid-skin == 'material3' {
|
|
6448
6457
|
background: $grid-sortnumber-bg-color;
|
|
@@ -2292,6 +2292,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2292
2292
|
overflow: visible;
|
|
2293
2293
|
}
|
|
2294
2294
|
|
|
2295
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2296
|
+
height: auto;
|
|
2297
|
+
min-height: $grid-header-height;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2295
2300
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2296
2301
|
padding: 0 .6em;
|
|
2297
2302
|
}
|
|
@@ -6443,6 +6448,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6443
6448
|
cursor: move;
|
|
6444
6449
|
}
|
|
6445
6450
|
|
|
6451
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6452
|
+
cursor: not-allowed;
|
|
6453
|
+
}
|
|
6454
|
+
|
|
6446
6455
|
.e-sortnumber {
|
|
6447
6456
|
@if $grid-skin == 'material3' {
|
|
6448
6457
|
background: $grid-sortnumber-bg-color;
|
|
@@ -55082,7 +55082,10 @@ $ripple-width: 32px !default;
|
|
|
55082
55082
|
display: inline-block;
|
|
55083
55083
|
line-height: $treeview-text-height;
|
|
55084
55084
|
margin: $treeview-text-margin;
|
|
55085
|
-
@if $skin-name
|
|
55085
|
+
@if $skin-name == 'Material3' {
|
|
55086
|
+
min-height: $treeview-item-height;
|
|
55087
|
+
}
|
|
55088
|
+
@else if $skin-name != 'bootstrap4' {
|
|
55086
55089
|
min-height: $treeview-text-height;
|
|
55087
55090
|
}
|
|
55088
55091
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -59419,6 +59422,8 @@ $ddl-closer-hooker-font: 10px !default;
|
|
|
59419
59422
|
$ddl-closer-margin-top: -3em !default;
|
|
59420
59423
|
$ddl-icon-margin-top: -2.5em !default;
|
|
59421
59424
|
$ddl-icon-margin-top-bigger: -3.1em !default;
|
|
59425
|
+
$ddl-small-ddl-icon-top: -2.5em !default;
|
|
59426
|
+
$ddl-bigger-small-ddl-icon-top: -2.85em !default;
|
|
59422
59427
|
$ddl-clear-margin-top: -3.2em !default;
|
|
59423
59428
|
$ddl-closer-margin-top-bigger: -3.5em !default;
|
|
59424
59429
|
$ddl-chip-font-family: inherit !default;
|
|
@@ -59828,7 +59833,8 @@ $ddl-closer-margin-top-bigger-small: -3.4em !default;
|
|
|
59828
59833
|
}
|
|
59829
59834
|
}
|
|
59830
59835
|
|
|
59831
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
59836
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
59837
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
59832
59838
|
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
59833
59839
|
margin-top: $ddl-icon-margin-top-bigger;
|
|
59834
59840
|
}
|
|
@@ -60860,6 +60866,11 @@ ejs-multiselect {
|
|
|
60860
60866
|
}
|
|
60861
60867
|
}
|
|
60862
60868
|
|
|
60869
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
60870
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
60871
|
+
margin-top: $ddl-small-ddl-icon-top;
|
|
60872
|
+
}
|
|
60873
|
+
|
|
60863
60874
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
60864
60875
|
@if ddl-multiselect-skin-name == 'Material3' {
|
|
60865
60876
|
height: $ddl-small-clear-icon-height;
|
|
@@ -60891,6 +60902,11 @@ ejs-multiselect {
|
|
|
60891
60902
|
}
|
|
60892
60903
|
}
|
|
60893
60904
|
|
|
60905
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
60906
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
60907
|
+
margin-top: $ddl-bigger-small-ddl-icon-top;
|
|
60908
|
+
}
|
|
60909
|
+
|
|
60894
60910
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
60895
60911
|
height: $ddl-bigger-small-chip-close-square;
|
|
60896
60912
|
width: $ddl-bigger-small-chip-close-width;
|
|
@@ -62578,10 +62594,14 @@ $listbox-filter-small-height: calc(100% - 45px) !default;
|
|
|
62578
62594
|
$listbox-filter-bigger-small-height: calc(100% - 55px) !default;
|
|
62579
62595
|
$listbox-select-height: calc(100% - 36px) !default;
|
|
62580
62596
|
$listbox-select-bigger-height: calc(100% - 45px) !default;
|
|
62581
|
-
$listbox-filterselect-height: calc(100% -
|
|
62582
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
62597
|
+
$listbox-filterselect-height: calc(100% - 36px) !default;
|
|
62598
|
+
$listbox-filterselect-bigger-height: calc(100% - 45px) !default;
|
|
62599
|
+
$listbox-mat-filter-height: calc(100% - 50px) !default;
|
|
62600
|
+
$listbox-mat-filter-bigger-height: calc(100% - 58px) !default;
|
|
62583
62601
|
$listbox-filter-height: calc(100% - 51px) !default;
|
|
62584
62602
|
$listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
62603
|
+
$listbox-ej2-filterselect-height: calc(100% - 87px) !default;
|
|
62604
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 104px) !default;
|
|
62585
62605
|
|
|
62586
62606
|
@include export-module('listbox-layout') {
|
|
62587
62607
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -63130,27 +63150,64 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
63130
63150
|
@include export-module('listbox-theme') {
|
|
63131
63151
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
63132
63152
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
63133
|
-
height: $listbox-filter-small-height;
|
|
63153
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63154
|
+
}
|
|
63155
|
+
|
|
63156
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
63157
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63158
|
+
}
|
|
63159
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
63160
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63134
63161
|
}
|
|
63135
63162
|
|
|
63136
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
63137
63163
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
63138
|
-
height:
|
|
63164
|
+
height: 100%;
|
|
63139
63165
|
}
|
|
63140
63166
|
|
|
63141
63167
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
63142
63168
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63143
|
-
height: $listbox-filterselect-bigger-height;
|
|
63169
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63170
|
+
}
|
|
63171
|
+
|
|
63172
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63173
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63174
|
+
}
|
|
63175
|
+
|
|
63176
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
63177
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63178
|
+
}
|
|
63179
|
+
|
|
63180
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
63181
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63182
|
+
}
|
|
63183
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63184
|
+
height: 100%;
|
|
63144
63185
|
}
|
|
63145
63186
|
|
|
63146
63187
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
63188
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
63189
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63190
|
+
}
|
|
63191
|
+
|
|
63147
63192
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
63148
|
-
height:
|
|
63193
|
+
height: 100%;
|
|
63149
63194
|
}
|
|
63150
63195
|
|
|
63151
63196
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
63197
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
63198
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63199
|
+
}
|
|
63200
|
+
|
|
63201
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
63202
|
+
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
63203
|
+
}
|
|
63204
|
+
|
|
63205
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
63206
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
63207
|
+
}
|
|
63208
|
+
|
|
63152
63209
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
63153
|
-
height:
|
|
63210
|
+
height: 100%;
|
|
63154
63211
|
}
|
|
63155
63212
|
|
|
63156
63213
|
.e-listbox-wrapper,
|
|
@@ -63191,7 +63248,7 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
63191
63248
|
}
|
|
63192
63249
|
|
|
63193
63250
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63194
|
-
height: $listbox-filterselect-height;
|
|
63251
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63195
63252
|
}
|
|
63196
63253
|
|
|
63197
63254
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -63443,6 +63500,34 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
63443
63500
|
}
|
|
63444
63501
|
}
|
|
63445
63502
|
}
|
|
63503
|
+
|
|
63504
|
+
.e-listbox-container {
|
|
63505
|
+
@at-root {
|
|
63506
|
+
&.e-filter-list .e-list-parent {
|
|
63507
|
+
height: 100%;
|
|
63508
|
+
}
|
|
63509
|
+
|
|
63510
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63511
|
+
height: 100%;
|
|
63512
|
+
}
|
|
63513
|
+
|
|
63514
|
+
& .e-selectall-parent + .e-list-parent {
|
|
63515
|
+
height: 100%;
|
|
63516
|
+
}
|
|
63517
|
+
|
|
63518
|
+
&.e-filter-list .e-list-wrap {
|
|
63519
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63520
|
+
}
|
|
63521
|
+
|
|
63522
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
63523
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63524
|
+
}
|
|
63525
|
+
|
|
63526
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
63527
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63528
|
+
}
|
|
63529
|
+
}
|
|
63530
|
+
}
|
|
63446
63531
|
}
|
|
63447
63532
|
|
|
63448
63533
|
|
|
@@ -76779,6 +76864,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76779
76864
|
overflow: visible;
|
|
76780
76865
|
}
|
|
76781
76866
|
|
|
76867
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
76868
|
+
height: auto;
|
|
76869
|
+
min-height: $grid-header-height;
|
|
76870
|
+
}
|
|
76871
|
+
|
|
76782
76872
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
76783
76873
|
padding: 0 .6em;
|
|
76784
76874
|
}
|
|
@@ -80930,6 +81020,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80930
81020
|
cursor: move;
|
|
80931
81021
|
}
|
|
80932
81022
|
|
|
81023
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
81024
|
+
cursor: not-allowed;
|
|
81025
|
+
}
|
|
81026
|
+
|
|
80933
81027
|
.e-sortnumber {
|
|
80934
81028
|
@if $grid-skin == 'material3' {
|
|
80935
81029
|
background: $grid-sortnumber-bg-color;
|
|
@@ -88511,7 +88605,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
88511
88605
|
|
|
88512
88606
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
88513
88607
|
display: grid;
|
|
88514
|
-
grid-template-columns:
|
|
88608
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
88515
88609
|
gap: 6px;
|
|
88516
88610
|
|
|
88517
88611
|
.e-btn.e-control {
|
|
@@ -88528,7 +88622,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
88528
88622
|
|
|
88529
88623
|
.e-rte-emojisearch-btn {
|
|
88530
88624
|
display: grid;
|
|
88531
|
-
grid-template-columns:
|
|
88625
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
88532
88626
|
gap: 6px;
|
|
88533
88627
|
height: 0;
|
|
88534
88628
|
|
|
@@ -100696,6 +100790,22 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100696
100790
|
text-align: left;
|
|
100697
100791
|
}
|
|
100698
100792
|
|
|
100793
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
100794
|
+
@if $skin-name == 'Material3' {
|
|
100795
|
+
background: $content-bg-color-alt2;
|
|
100796
|
+
border: $border-light;
|
|
100797
|
+
border-width: 0 0 1px 1px;
|
|
100798
|
+
font-size: $text-base;
|
|
100799
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
100800
|
+
line-height: 16px;
|
|
100801
|
+
padding: 0;
|
|
100802
|
+
left: 15px;
|
|
100803
|
+
top: 14px;
|
|
100804
|
+
position: absolute;
|
|
100805
|
+
text-align: left;
|
|
100806
|
+
}
|
|
100807
|
+
}
|
|
100808
|
+
|
|
100699
100809
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
100700
100810
|
background: $pv-title-close-background;
|
|
100701
100811
|
border: $pv-title-close-border;
|
|
@@ -100705,17 +100815,12 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100705
100815
|
}
|
|
100706
100816
|
height: $pv-title-close-height;
|
|
100707
100817
|
position: $pv-title-close-position;
|
|
100708
|
-
|
|
100709
|
-
|
|
100710
|
-
top: 5px;
|
|
100711
|
-
}
|
|
100818
|
+
right: 11px;
|
|
100819
|
+
top: 5px;
|
|
100712
100820
|
width: $pv-title-close-width;
|
|
100713
100821
|
@if $skin-name == 'FluentUI' {
|
|
100714
100822
|
padding: 4px;
|
|
100715
100823
|
}
|
|
100716
|
-
@if $skin-name == 'Material3' {
|
|
100717
|
-
padding: 12px 12px 12px 270px;
|
|
100718
|
-
}
|
|
100719
100824
|
}
|
|
100720
100825
|
|
|
100721
100826
|
@if $skin-name == 'Material3' {
|
|
@@ -100728,7 +100833,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100728
100833
|
@if $skin-name != 'bootstrap5' {
|
|
100729
100834
|
color: $pv-comment-text-color;
|
|
100730
100835
|
}
|
|
100731
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
100836
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
100732
100837
|
color: $icon-color;
|
|
100733
100838
|
}
|
|
100734
100839
|
}
|
|
@@ -100736,6 +100841,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100736
100841
|
.e-pv-comments-panel-text {
|
|
100737
100842
|
font-size: 15px;
|
|
100738
100843
|
padding-left: 85px;
|
|
100844
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
100739
100845
|
}
|
|
100740
100846
|
|
|
100741
100847
|
.e-pv-comments-content-container {
|
|
@@ -102212,7 +102318,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
102212
102318
|
}
|
|
102213
102319
|
|
|
102214
102320
|
.e-bigger .e-pv-signature-dialog-height {
|
|
102215
|
-
@if ($skin-name == 'FluentUI'
|
|
102321
|
+
@if ($skin-name == 'FluentUI') {
|
|
102216
102322
|
min-height: 592px;
|
|
102217
102323
|
}
|
|
102218
102324
|
}
|
|
@@ -105108,6 +105214,9 @@ $field-list-adaptive-outerdiv-height: 164px !default;
|
|
|
105108
105214
|
@if ($skin-name == 'FluentUI') {
|
|
105109
105215
|
border-top: 0;
|
|
105110
105216
|
}
|
|
105217
|
+
@if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
105218
|
+
padding: $field-list-editor-dialog-footer-padding;
|
|
105219
|
+
}
|
|
105111
105220
|
}
|
|
105112
105221
|
|
|
105113
105222
|
.e-dlg-content {
|
|
@@ -105256,15 +105365,6 @@ $field-list-adaptive-outerdiv-height: 164px !default;
|
|
|
105256
105365
|
padding: 9px 10px;
|
|
105257
105366
|
}
|
|
105258
105367
|
|
|
105259
|
-
.e-text-content {
|
|
105260
|
-
.e-list-text {
|
|
105261
|
-
line-height: 1.5em;
|
|
105262
|
-
// @if ($field-list-skin == 'bootstrap4') {
|
|
105263
|
-
// line-height: 0;
|
|
105264
|
-
// }
|
|
105265
|
-
}
|
|
105266
|
-
}
|
|
105267
|
-
|
|
105268
105368
|
&.e-drag-restrict {
|
|
105269
105369
|
.e-no-drop {
|
|
105270
105370
|
&::before {
|
|
@@ -109247,12 +109347,15 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
109247
109347
|
.e-pivotcell-container {
|
|
109248
109348
|
align-items: center;
|
|
109249
109349
|
display: flex;
|
|
109350
|
+
max-height: inherit;
|
|
109250
109351
|
|
|
109251
109352
|
.e-stackedheadertext,
|
|
109252
109353
|
.e-headertext {
|
|
109253
109354
|
&.e-cellvalue {
|
|
109355
|
+
align-self: stretch;
|
|
109254
109356
|
overflow: hidden;
|
|
109255
109357
|
text-overflow: ellipsis;
|
|
109358
|
+
width: 100%;
|
|
109256
109359
|
}
|
|
109257
109360
|
}
|
|
109258
109361
|
|
|
@@ -109556,6 +109659,7 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
109556
109659
|
font-size: 20px;
|
|
109557
109660
|
text-align: center;
|
|
109558
109661
|
padding: 10%;
|
|
109662
|
+
pointer-events: none;
|
|
109559
109663
|
|
|
109560
109664
|
&.e-hide-loader {
|
|
109561
109665
|
display: none;
|
|
@@ -109998,6 +110102,13 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
109998
110102
|
width: 100%;
|
|
109999
110103
|
}
|
|
110000
110104
|
|
|
110105
|
+
th.e-group-row .e-axis-row {
|
|
110106
|
+
display: inline-block;
|
|
110107
|
+
height: 100%;
|
|
110108
|
+
vertical-align: top;
|
|
110109
|
+
width: 100%;
|
|
110110
|
+
}
|
|
110111
|
+
|
|
110001
110112
|
/* stylelint-disable */
|
|
110002
110113
|
.e-group-row {
|
|
110003
110114
|
padding: 0 !important;
|
|
@@ -110206,7 +110317,10 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
110206
110317
|
th .e-expand,
|
|
110207
110318
|
th .e-collapse {
|
|
110208
110319
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
110209
|
-
margin-left:
|
|
110320
|
+
margin-left: 0;
|
|
110321
|
+
@if ($skin-name == 'bootstrap4') {
|
|
110322
|
+
display: flex;
|
|
110323
|
+
}
|
|
110210
110324
|
}
|
|
110211
110325
|
|
|
110212
110326
|
/* stylelint-enable */
|
|
@@ -118547,6 +118661,12 @@ $image-editor-drop-border: 2px dashed $content-font !default;
|
|
|
118547
118661
|
position: absolute;
|
|
118548
118662
|
font-size: 14px;
|
|
118549
118663
|
}
|
|
118664
|
+
|
|
118665
|
+
& .e-ie-min-drop-content {
|
|
118666
|
+
left: calc(50% - 120px);
|
|
118667
|
+
top: 50%;
|
|
118668
|
+
font-size: 14px;
|
|
118669
|
+
}
|
|
118550
118670
|
}
|
|
118551
118671
|
|
|
118552
118672
|
& .e-toolbar {
|
|
@@ -182,6 +182,12 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
font-size: 14px;
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
& .e-ie-min-drop-content {
|
|
187
|
+
left: calc(50% - 120px);
|
|
188
|
+
top: 50%;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
}
|
|
185
191
|
}
|
|
186
192
|
|
|
187
193
|
& .e-toolbar {
|
|
@@ -182,6 +182,12 @@ $image-editor-drop-border: 2px dashed $gray-dark !default;
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
font-size: 14px;
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
& .e-ie-min-drop-content {
|
|
187
|
+
left: calc(50% - 120px);
|
|
188
|
+
top: 50%;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
}
|
|
185
191
|
}
|
|
186
192
|
|
|
187
193
|
& .e-toolbar {
|
|
@@ -182,6 +182,12 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
font-size: 14px;
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
& .e-ie-min-drop-content {
|
|
187
|
+
left: calc(50% - 120px);
|
|
188
|
+
top: 50%;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
}
|
|
185
191
|
}
|
|
186
192
|
|
|
187
193
|
& .e-toolbar {
|
|
@@ -182,6 +182,12 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
font-size: 14px;
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
& .e-ie-min-drop-content {
|
|
187
|
+
left: calc(50% - 120px);
|
|
188
|
+
top: 50%;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
}
|
|
185
191
|
}
|
|
186
192
|
|
|
187
193
|
& .e-toolbar {
|
|
@@ -182,6 +182,12 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
font-size: 14px;
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
& .e-ie-min-drop-content {
|
|
187
|
+
left: calc(50% - 120px);
|
|
188
|
+
top: 50%;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
}
|
|
185
191
|
}
|
|
186
192
|
|
|
187
193
|
& .e-toolbar {
|
|
@@ -182,6 +182,12 @@ $image-editor-drop-border: 2px dashed $neutral-light-font !default;
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
font-size: 14px;
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
& .e-ie-min-drop-content {
|
|
187
|
+
left: calc(50% - 120px);
|
|
188
|
+
top: 50%;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
}
|
|
185
191
|
}
|
|
186
192
|
|
|
187
193
|
& .e-toolbar {
|
|
@@ -182,6 +182,12 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
font-size: 14px;
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
& .e-ie-min-drop-content {
|
|
187
|
+
left: calc(50% - 120px);
|
|
188
|
+
top: 50%;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
}
|
|
185
191
|
}
|
|
186
192
|
|
|
187
193
|
& .e-toolbar {
|
|
@@ -182,6 +182,12 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
font-size: 14px;
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
& .e-ie-min-drop-content {
|
|
187
|
+
left: calc(50% - 120px);
|
|
188
|
+
top: 50%;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
}
|
|
185
191
|
}
|
|
186
192
|
|
|
187
193
|
& .e-toolbar {
|
|
@@ -182,6 +182,12 @@ $image-editor-drop-border: 2px dashed $content-font !default;
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
font-size: 14px;
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
& .e-ie-min-drop-content {
|
|
187
|
+
left: calc(50% - 120px);
|
|
188
|
+
top: 50%;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
}
|
|
185
191
|
}
|
|
186
192
|
|
|
187
193
|
& .e-toolbar {
|
|
@@ -182,6 +182,12 @@ $image-editor-drop-border: 2px dashed $grey-dark-font !default;
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
font-size: 14px;
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
& .e-ie-min-drop-content {
|
|
187
|
+
left: calc(50% - 120px);
|
|
188
|
+
top: 50%;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
}
|
|
185
191
|
}
|
|
186
192
|
|
|
187
193
|
& .e-toolbar {
|
|
@@ -182,6 +182,12 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
|
|
|
182
182
|
position: absolute;
|
|
183
183
|
font-size: 14px;
|
|
184
184
|
}
|
|
185
|
+
|
|
186
|
+
& .e-ie-min-drop-content {
|
|
187
|
+
left: calc(50% - 120px);
|
|
188
|
+
top: 50%;
|
|
189
|
+
font-size: 14px;
|
|
190
|
+
}
|
|
185
191
|
}
|
|
186
192
|
|
|
187
193
|
& .e-toolbar {
|