@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
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -55537,7 +55537,10 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
55537
55537
|
display: inline-block;
|
|
55538
55538
|
line-height: $treeview-text-height;
|
|
55539
55539
|
margin: $treeview-text-margin;
|
|
55540
|
-
@if $skin-name
|
|
55540
|
+
@if $skin-name == 'Material3' {
|
|
55541
|
+
min-height: $treeview-item-height;
|
|
55542
|
+
}
|
|
55543
|
+
@else if $skin-name != 'bootstrap4' {
|
|
55541
55544
|
min-height: $treeview-text-height;
|
|
55542
55545
|
}
|
|
55543
55546
|
@else if $skin-name == 'bootstrap4' {
|
|
@@ -59857,6 +59860,8 @@ $ddl-icon-margin-top: -1.68em !default;
|
|
|
59857
59860
|
$ddl-clear-margin-top: -2em !default;
|
|
59858
59861
|
$ddl-bigger-clear-margin-top: -2.25em !default;
|
|
59859
59862
|
$ddl-icon-margin-top-bigger: -1.68em !default;
|
|
59863
|
+
$ddl-small-ddl-icon-top: -1.6em !default;
|
|
59864
|
+
$ddl-bigger-small-ddl-icon-top: -1.68em !default;
|
|
59860
59865
|
$ddl-chip-mobile-radius: 2px !default;
|
|
59861
59866
|
$ddl-chip-sel-mobile-height: 40px !default;
|
|
59862
59867
|
$ddl-chip-selected-padding: 12px 4px 11px 0 !default;
|
|
@@ -60220,7 +60225,8 @@ $ddl-small-clear-icon-width: 12px !default;
|
|
|
60220
60225
|
}
|
|
60221
60226
|
}
|
|
60222
60227
|
|
|
60223
|
-
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon
|
|
60228
|
+
.e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon,
|
|
60229
|
+
.e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
60224
60230
|
@if $ddl-multiselect-skin-name != 'Material3' {
|
|
60225
60231
|
margin-top: $ddl-icon-margin-top-bigger;
|
|
60226
60232
|
}
|
|
@@ -61252,6 +61258,11 @@ ejs-multiselect {
|
|
|
61252
61258
|
}
|
|
61253
61259
|
}
|
|
61254
61260
|
|
|
61261
|
+
.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
61262
|
+
.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
61263
|
+
margin-top: $ddl-small-ddl-icon-top;
|
|
61264
|
+
}
|
|
61265
|
+
|
|
61255
61266
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
61256
61267
|
@if ddl-multiselect-skin-name == 'Material3' {
|
|
61257
61268
|
height: $ddl-small-clear-icon-height;
|
|
@@ -61283,6 +61294,11 @@ ejs-multiselect {
|
|
|
61283
61294
|
}
|
|
61284
61295
|
}
|
|
61285
61296
|
|
|
61297
|
+
.e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
61298
|
+
.e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
61299
|
+
margin-top: $ddl-bigger-small-ddl-icon-top;
|
|
61300
|
+
}
|
|
61301
|
+
|
|
61286
61302
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
61287
61303
|
height: $ddl-bigger-small-chip-close-square;
|
|
61288
61304
|
width: $ddl-bigger-small-chip-close-width;
|
|
@@ -62958,10 +62974,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
|
|
|
62958
62974
|
$listbox-template-multiline-padding: 4px !default;
|
|
62959
62975
|
$listbox-template-multiline-content-font-size: $text-sm !default;
|
|
62960
62976
|
$listbox-template-multiline-avatar-top: 0 !default;
|
|
62961
|
-
$listbox-filter-height: calc(100% - 56px) !default;
|
|
62962
62977
|
$listbox-filter-small-height: calc(100% - 50px) !default;
|
|
62963
62978
|
$listbox-filter-bigger-small-height: calc(100% - 59px) !default;
|
|
62964
|
-
$listbox-filter-bigger-height: calc(100% - 64px) !default;
|
|
62965
62979
|
$listbox-item-height: 36px !default;
|
|
62966
62980
|
|
|
62967
62981
|
$listbox-border-color: $border-light;
|
|
@@ -63002,10 +63016,14 @@ $listbox-template-multiline-content-color: $content-text-color-alt2 !default;
|
|
|
63002
63016
|
|
|
63003
63017
|
$listbox-select-height: calc(100% - 36px) !default;
|
|
63004
63018
|
$listbox-select-bigger-height: calc(100% - 48px) !default;
|
|
63005
|
-
$listbox-filterselect-height: calc(100% -
|
|
63006
|
-
$listbox-filterselect-bigger-height: calc(100% -
|
|
63007
|
-
$listbox-filter-height: calc(100% -
|
|
63008
|
-
$listbox-filter-bigger-height: calc(100% -
|
|
63019
|
+
$listbox-filterselect-height: calc(100% - 36px) !default;
|
|
63020
|
+
$listbox-filterselect-bigger-height: calc(100% - 48px) !default;
|
|
63021
|
+
$listbox-mat-filter-height: calc(100% - 56px) !default;
|
|
63022
|
+
$listbox-mat-filter-bigger-height: calc(100% - 64px) !default;
|
|
63023
|
+
$listbox-filter-height: calc(100% - 56px) !default;
|
|
63024
|
+
$listbox-filter-bigger-height: calc(100% - 64px) !default;
|
|
63025
|
+
$listbox-ej2-filterselect-height: calc(100% - 93px) !default;
|
|
63026
|
+
$listbox-ej2-filterselect-bigger-height: calc(100% - 113px) !default;
|
|
63009
63027
|
|
|
63010
63028
|
@include export-module('listbox-layout') {
|
|
63011
63029
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -63554,27 +63572,64 @@ $listbox-filter-bigger-height: calc(100% - 65px) !default;
|
|
|
63554
63572
|
@include export-module('listbox-theme') {
|
|
63555
63573
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
63556
63574
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
63557
|
-
height: $listbox-filter-small-height;
|
|
63575
|
+
height: $listbox-filter-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63576
|
+
}
|
|
63577
|
+
|
|
63578
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
63579
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63580
|
+
}
|
|
63581
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
63582
|
+
height: $listbox-mat-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63558
63583
|
}
|
|
63559
63584
|
|
|
63560
|
-
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
63561
63585
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
63562
|
-
height:
|
|
63586
|
+
height: 100%;
|
|
63563
63587
|
}
|
|
63564
63588
|
|
|
63565
63589
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
63566
63590
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63567
|
-
height: $listbox-filterselect-bigger-height;
|
|
63591
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63592
|
+
}
|
|
63593
|
+
|
|
63594
|
+
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63595
|
+
height: $listbox-filterselect-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63596
|
+
}
|
|
63597
|
+
|
|
63598
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
63599
|
+
height: $listbox-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63600
|
+
}
|
|
63601
|
+
|
|
63602
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
63603
|
+
height: $listbox-filter-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63604
|
+
}
|
|
63605
|
+
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63606
|
+
height: 100%;
|
|
63568
63607
|
}
|
|
63569
63608
|
|
|
63570
63609
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
63610
|
+
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
|
|
63611
|
+
height: $listbox-select-bigger-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63612
|
+
}
|
|
63613
|
+
|
|
63571
63614
|
.e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
|
|
63572
|
-
height:
|
|
63615
|
+
height: 100%;
|
|
63573
63616
|
}
|
|
63574
63617
|
|
|
63575
63618
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
63619
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
63620
|
+
height: $listbox-filter-bigger-small-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63621
|
+
}
|
|
63622
|
+
|
|
63623
|
+
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
63624
|
+
height: $listbox-ej2-filterselect-height !important;/* stylelint-disable-line declaration-no-important */
|
|
63625
|
+
}
|
|
63626
|
+
|
|
63627
|
+
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
63628
|
+
height: $listbox-ej2-filterselect-bigger-height !important;/* stylelint-disable-line declaration-no-important */
|
|
63629
|
+
}
|
|
63630
|
+
|
|
63576
63631
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
63577
|
-
height:
|
|
63632
|
+
height: 100%;
|
|
63578
63633
|
}
|
|
63579
63634
|
|
|
63580
63635
|
.e-listbox-wrapper,
|
|
@@ -63615,7 +63670,7 @@ $listbox-filter-bigger-height: calc(100% - 65px) !default;
|
|
|
63615
63670
|
}
|
|
63616
63671
|
|
|
63617
63672
|
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63618
|
-
height: $listbox-filterselect-height;
|
|
63673
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63619
63674
|
}
|
|
63620
63675
|
|
|
63621
63676
|
& .e-selectall-parent + .e-list-parent {
|
|
@@ -63867,6 +63922,34 @@ $listbox-filter-bigger-height: calc(100% - 65px) !default;
|
|
|
63867
63922
|
}
|
|
63868
63923
|
}
|
|
63869
63924
|
}
|
|
63925
|
+
|
|
63926
|
+
.e-listbox-container {
|
|
63927
|
+
@at-root {
|
|
63928
|
+
&.e-filter-list .e-list-parent {
|
|
63929
|
+
height: 100%;
|
|
63930
|
+
}
|
|
63931
|
+
|
|
63932
|
+
&.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
63933
|
+
height: 100%;
|
|
63934
|
+
}
|
|
63935
|
+
|
|
63936
|
+
& .e-selectall-parent + .e-list-parent {
|
|
63937
|
+
height: 100%;
|
|
63938
|
+
}
|
|
63939
|
+
|
|
63940
|
+
&.e-filter-list .e-list-wrap {
|
|
63941
|
+
height: $listbox-mat-filter-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63942
|
+
}
|
|
63943
|
+
|
|
63944
|
+
&.e-filter-list .e-selectall-parent + .e-list-wrap {
|
|
63945
|
+
height: $listbox-filterselect-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63946
|
+
}
|
|
63947
|
+
|
|
63948
|
+
& .e-selectall-parent + .e-list-wrap {
|
|
63949
|
+
height: $listbox-select-height !important; /* stylelint-disable-line declaration-no-important */
|
|
63950
|
+
}
|
|
63951
|
+
}
|
|
63952
|
+
}
|
|
63870
63953
|
}
|
|
63871
63954
|
|
|
63872
63955
|
|
|
@@ -77325,6 +77408,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77325
77408
|
overflow: visible;
|
|
77326
77409
|
}
|
|
77327
77410
|
|
|
77411
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
77412
|
+
height: auto;
|
|
77413
|
+
min-height: $grid-header-height;
|
|
77414
|
+
}
|
|
77415
|
+
|
|
77328
77416
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
77329
77417
|
padding: 0 .6em;
|
|
77330
77418
|
}
|
|
@@ -81476,6 +81564,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
81476
81564
|
cursor: move;
|
|
81477
81565
|
}
|
|
81478
81566
|
|
|
81567
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
81568
|
+
cursor: not-allowed;
|
|
81569
|
+
}
|
|
81570
|
+
|
|
81479
81571
|
.e-sortnumber {
|
|
81480
81572
|
@if $grid-skin == 'material3' {
|
|
81481
81573
|
background: $grid-sortnumber-bg-color;
|
|
@@ -89090,7 +89182,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
89090
89182
|
|
|
89091
89183
|
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
89092
89184
|
display: grid;
|
|
89093
|
-
grid-template-columns:
|
|
89185
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
89094
89186
|
gap: 6px;
|
|
89095
89187
|
|
|
89096
89188
|
.e-btn.e-control {
|
|
@@ -89107,7 +89199,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
89107
89199
|
|
|
89108
89200
|
.e-rte-emojisearch-btn {
|
|
89109
89201
|
display: grid;
|
|
89110
|
-
grid-template-columns:
|
|
89202
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
89111
89203
|
gap: 6px;
|
|
89112
89204
|
height: 0;
|
|
89113
89205
|
|
|
@@ -101271,6 +101363,22 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
101271
101363
|
text-align: left;
|
|
101272
101364
|
}
|
|
101273
101365
|
|
|
101366
|
+
.e-pv-mobile-comments-container .e-pv-comment-panel-title {
|
|
101367
|
+
@if $skin-name == 'Material3' {
|
|
101368
|
+
background: $content-bg-color-alt2;
|
|
101369
|
+
border: $border-light;
|
|
101370
|
+
border-width: 0 0 1px 1px;
|
|
101371
|
+
font-size: $text-base;
|
|
101372
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
101373
|
+
line-height: 16px;
|
|
101374
|
+
padding: 0;
|
|
101375
|
+
left: 15px;
|
|
101376
|
+
top: 14px;
|
|
101377
|
+
position: absolute;
|
|
101378
|
+
text-align: left;
|
|
101379
|
+
}
|
|
101380
|
+
}
|
|
101381
|
+
|
|
101274
101382
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
101275
101383
|
background: $pv-title-close-background;
|
|
101276
101384
|
border: $pv-title-close-border;
|
|
@@ -101280,17 +101388,12 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
101280
101388
|
}
|
|
101281
101389
|
height: $pv-title-close-height;
|
|
101282
101390
|
position: $pv-title-close-position;
|
|
101283
|
-
|
|
101284
|
-
|
|
101285
|
-
top: 5px;
|
|
101286
|
-
}
|
|
101391
|
+
right: 11px;
|
|
101392
|
+
top: 5px;
|
|
101287
101393
|
width: $pv-title-close-width;
|
|
101288
101394
|
@if $skin-name == 'FluentUI' {
|
|
101289
101395
|
padding: 4px;
|
|
101290
101396
|
}
|
|
101291
|
-
@if $skin-name == 'Material3' {
|
|
101292
|
-
padding: 12px 12px 12px 270px;
|
|
101293
|
-
}
|
|
101294
101397
|
}
|
|
101295
101398
|
|
|
101296
101399
|
@if $skin-name == 'Material3' {
|
|
@@ -101303,7 +101406,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
101303
101406
|
@if $skin-name != 'bootstrap5' {
|
|
101304
101407
|
color: $pv-comment-text-color;
|
|
101305
101408
|
}
|
|
101306
|
-
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
101409
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
101307
101410
|
color: $icon-color;
|
|
101308
101411
|
}
|
|
101309
101412
|
}
|
|
@@ -101311,6 +101414,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
101311
101414
|
.e-pv-comments-panel-text {
|
|
101312
101415
|
font-size: 15px;
|
|
101313
101416
|
padding-left: 85px;
|
|
101417
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
101314
101418
|
}
|
|
101315
101419
|
|
|
101316
101420
|
.e-pv-comments-content-container {
|
|
@@ -102787,7 +102891,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
102787
102891
|
}
|
|
102788
102892
|
|
|
102789
102893
|
.e-bigger .e-pv-signature-dialog-height {
|
|
102790
|
-
@if ($skin-name == 'FluentUI'
|
|
102894
|
+
@if ($skin-name == 'FluentUI') {
|
|
102791
102895
|
min-height: 592px;
|
|
102792
102896
|
}
|
|
102793
102897
|
}
|
|
@@ -105708,6 +105812,9 @@ $field-list-adaptive-outerdiv-height: 125px !default;
|
|
|
105708
105812
|
@if ($skin-name == 'FluentUI') {
|
|
105709
105813
|
border-top: 0;
|
|
105710
105814
|
}
|
|
105815
|
+
@if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
105816
|
+
padding: $field-list-editor-dialog-footer-padding;
|
|
105817
|
+
}
|
|
105711
105818
|
}
|
|
105712
105819
|
|
|
105713
105820
|
.e-dlg-content {
|
|
@@ -105856,15 +105963,6 @@ $field-list-adaptive-outerdiv-height: 125px !default;
|
|
|
105856
105963
|
padding: 9px 10px;
|
|
105857
105964
|
}
|
|
105858
105965
|
|
|
105859
|
-
.e-text-content {
|
|
105860
|
-
.e-list-text {
|
|
105861
|
-
line-height: 1.5em;
|
|
105862
|
-
// @if ($field-list-skin == 'bootstrap4') {
|
|
105863
|
-
// line-height: 0;
|
|
105864
|
-
// }
|
|
105865
|
-
}
|
|
105866
|
-
}
|
|
105867
|
-
|
|
105868
105966
|
&.e-drag-restrict {
|
|
105869
105967
|
.e-no-drop {
|
|
105870
105968
|
&::before {
|
|
@@ -109854,12 +109952,15 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
109854
109952
|
.e-pivotcell-container {
|
|
109855
109953
|
align-items: center;
|
|
109856
109954
|
display: flex;
|
|
109955
|
+
max-height: inherit;
|
|
109857
109956
|
|
|
109858
109957
|
.e-stackedheadertext,
|
|
109859
109958
|
.e-headertext {
|
|
109860
109959
|
&.e-cellvalue {
|
|
109960
|
+
align-self: stretch;
|
|
109861
109961
|
overflow: hidden;
|
|
109862
109962
|
text-overflow: ellipsis;
|
|
109963
|
+
width: 100%;
|
|
109863
109964
|
}
|
|
109864
109965
|
}
|
|
109865
109966
|
|
|
@@ -110163,6 +110264,7 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
110163
110264
|
font-size: 20px;
|
|
110164
110265
|
text-align: center;
|
|
110165
110266
|
padding: 10%;
|
|
110267
|
+
pointer-events: none;
|
|
110166
110268
|
|
|
110167
110269
|
&.e-hide-loader {
|
|
110168
110270
|
display: none;
|
|
@@ -110605,6 +110707,13 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
110605
110707
|
width: 100%;
|
|
110606
110708
|
}
|
|
110607
110709
|
|
|
110710
|
+
th.e-group-row .e-axis-row {
|
|
110711
|
+
display: inline-block;
|
|
110712
|
+
height: 100%;
|
|
110713
|
+
vertical-align: top;
|
|
110714
|
+
width: 100%;
|
|
110715
|
+
}
|
|
110716
|
+
|
|
110608
110717
|
/* stylelint-disable */
|
|
110609
110718
|
.e-group-row {
|
|
110610
110719
|
padding: 0 !important;
|
|
@@ -110813,7 +110922,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
110813
110922
|
th .e-expand,
|
|
110814
110923
|
th .e-collapse {
|
|
110815
110924
|
font-size: $pivotgrid-expcoldiv-fontsize !important;
|
|
110816
|
-
margin-left:
|
|
110925
|
+
margin-left: 0;
|
|
110926
|
+
@if ($skin-name == 'bootstrap4') {
|
|
110927
|
+
display: flex;
|
|
110928
|
+
}
|
|
110817
110929
|
}
|
|
110818
110930
|
|
|
110819
110931
|
/* stylelint-enable */
|
|
@@ -119161,6 +119273,12 @@ $image-editor-drop-border: 2px dashed $icon-color !default;
|
|
|
119161
119273
|
position: absolute;
|
|
119162
119274
|
font-size: 14px;
|
|
119163
119275
|
}
|
|
119276
|
+
|
|
119277
|
+
& .e-ie-min-drop-content {
|
|
119278
|
+
left: calc(50% - 120px);
|
|
119279
|
+
top: 50%;
|
|
119280
|
+
font-size: 14px;
|
|
119281
|
+
}
|
|
119164
119282
|
}
|
|
119165
119283
|
|
|
119166
119284
|
& .e-toolbar {
|
|
@@ -2285,6 +2285,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2285
2285
|
overflow: visible;
|
|
2286
2286
|
}
|
|
2287
2287
|
|
|
2288
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2289
|
+
height: auto;
|
|
2290
|
+
min-height: $grid-header-height;
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2288
2293
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2289
2294
|
padding: 0 .6em;
|
|
2290
2295
|
}
|
|
@@ -6436,6 +6441,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6436
6441
|
cursor: move;
|
|
6437
6442
|
}
|
|
6438
6443
|
|
|
6444
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6445
|
+
cursor: not-allowed;
|
|
6446
|
+
}
|
|
6447
|
+
|
|
6439
6448
|
.e-sortnumber {
|
|
6440
6449
|
@if $grid-skin == 'material3' {
|
|
6441
6450
|
background: $grid-sortnumber-bg-color;
|
|
@@ -2287,6 +2287,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2287
2287
|
overflow: visible;
|
|
2288
2288
|
}
|
|
2289
2289
|
|
|
2290
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2291
|
+
height: auto;
|
|
2292
|
+
min-height: $grid-header-height;
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2290
2295
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2291
2296
|
padding: 0 .6em;
|
|
2292
2297
|
}
|
|
@@ -6438,6 +6443,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6438
6443
|
cursor: move;
|
|
6439
6444
|
}
|
|
6440
6445
|
|
|
6446
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6447
|
+
cursor: not-allowed;
|
|
6448
|
+
}
|
|
6449
|
+
|
|
6441
6450
|
.e-sortnumber {
|
|
6442
6451
|
@if $grid-skin == 'material3' {
|
|
6443
6452
|
background: $grid-sortnumber-bg-color;
|
|
@@ -616,7 +616,7 @@ $grid-rtl-headercelldiv-left-align-margin: 10px !default;
|
|
|
616
616
|
$grid-rtl-filtermenudiv-left-align-margin: -5px !default;
|
|
617
617
|
$grid-rtl-sort-num-left-align-margin: 2px -2px 0 0 !default;
|
|
618
618
|
$grid-frozen-mac-scrollbar-background: rgba(0, 0, 0, .5) !default;
|
|
619
|
-
$grid-rowcell-color: $grid-content-font-color !default
|
|
619
|
+
$grid-rowcell-color: $grid-content-font-color !default;
|
|
620
620
|
$grid-reorderarrow-margin-top: -7.5px !default;
|
|
621
621
|
$grid-reorderdownarrow-margin-top: 2.5px !default;
|
|
622
622
|
$grid-reorder-arrow-top-margin: 0 !default;
|
|
@@ -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;
|
|
@@ -2285,6 +2285,11 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
2285
2285
|
overflow: visible;
|
|
2286
2286
|
}
|
|
2287
2287
|
|
|
2288
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2289
|
+
height: auto;
|
|
2290
|
+
min-height: $grid-header-height;
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2288
2293
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2289
2294
|
padding: 0 .6em;
|
|
2290
2295
|
}
|
|
@@ -6436,6 +6441,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
6436
6441
|
cursor: move;
|
|
6437
6442
|
}
|
|
6438
6443
|
|
|
6444
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6445
|
+
cursor: not-allowed;
|
|
6446
|
+
}
|
|
6447
|
+
|
|
6439
6448
|
.e-sortnumber {
|
|
6440
6449
|
@if $grid-skin == 'material3' {
|
|
6441
6450
|
background: $grid-sortnumber-bg-color;
|
|
@@ -2285,6 +2285,11 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
2285
2285
|
overflow: visible;
|
|
2286
2286
|
}
|
|
2287
2287
|
|
|
2288
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2289
|
+
height: auto;
|
|
2290
|
+
min-height: $grid-header-height;
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2288
2293
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2289
2294
|
padding: 0 .6em;
|
|
2290
2295
|
}
|
|
@@ -6436,6 +6441,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
6436
6441
|
cursor: move;
|
|
6437
6442
|
}
|
|
6438
6443
|
|
|
6444
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6445
|
+
cursor: not-allowed;
|
|
6446
|
+
}
|
|
6447
|
+
|
|
6439
6448
|
.e-sortnumber {
|
|
6440
6449
|
@if $grid-skin == 'material3' {
|
|
6441
6450
|
background: $grid-sortnumber-bg-color;
|
|
@@ -2282,6 +2282,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2282
2282
|
overflow: visible;
|
|
2283
2283
|
}
|
|
2284
2284
|
|
|
2285
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2286
|
+
height: auto;
|
|
2287
|
+
min-height: $grid-header-height;
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2285
2290
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2286
2291
|
padding: 0 .6em;
|
|
2287
2292
|
}
|
|
@@ -6433,6 +6438,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6433
6438
|
cursor: move;
|
|
6434
6439
|
}
|
|
6435
6440
|
|
|
6441
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6442
|
+
cursor: not-allowed;
|
|
6443
|
+
}
|
|
6444
|
+
|
|
6436
6445
|
.e-sortnumber {
|
|
6437
6446
|
@if $grid-skin == 'material3' {
|
|
6438
6447
|
background: $grid-sortnumber-bg-color;
|
|
@@ -2282,6 +2282,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2282
2282
|
overflow: visible;
|
|
2283
2283
|
}
|
|
2284
2284
|
|
|
2285
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2286
|
+
height: auto;
|
|
2287
|
+
min-height: $grid-header-height;
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2285
2290
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2286
2291
|
padding: 0 .6em;
|
|
2287
2292
|
}
|
|
@@ -6433,6 +6438,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6433
6438
|
cursor: move;
|
|
6434
6439
|
}
|
|
6435
6440
|
|
|
6441
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6442
|
+
cursor: not-allowed;
|
|
6443
|
+
}
|
|
6444
|
+
|
|
6436
6445
|
.e-sortnumber {
|
|
6437
6446
|
@if $grid-skin == 'material3' {
|
|
6438
6447
|
background: $grid-sortnumber-bg-color;
|
|
@@ -2277,6 +2277,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2277
2277
|
overflow: visible;
|
|
2278
2278
|
}
|
|
2279
2279
|
|
|
2280
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2281
|
+
height: auto;
|
|
2282
|
+
min-height: $grid-header-height;
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2280
2285
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2281
2286
|
padding: 0 .6em;
|
|
2282
2287
|
}
|
|
@@ -6428,6 +6433,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6428
6433
|
cursor: move;
|
|
6429
6434
|
}
|
|
6430
6435
|
|
|
6436
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6437
|
+
cursor: not-allowed;
|
|
6438
|
+
}
|
|
6439
|
+
|
|
6431
6440
|
.e-sortnumber {
|
|
6432
6441
|
@if $grid-skin == 'material3' {
|
|
6433
6442
|
background: $grid-sortnumber-bg-color;
|
|
@@ -2277,6 +2277,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2277
2277
|
overflow: visible;
|
|
2278
2278
|
}
|
|
2279
2279
|
|
|
2280
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2281
|
+
height: auto;
|
|
2282
|
+
min-height: $grid-header-height;
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2280
2285
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2281
2286
|
padding: 0 .6em;
|
|
2282
2287
|
}
|
|
@@ -6428,6 +6433,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6428
6433
|
cursor: move;
|
|
6429
6434
|
}
|
|
6430
6435
|
|
|
6436
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6437
|
+
cursor: not-allowed;
|
|
6438
|
+
}
|
|
6439
|
+
|
|
6431
6440
|
.e-sortnumber {
|
|
6432
6441
|
@if $grid-skin == 'material3' {
|
|
6433
6442
|
background: $grid-sortnumber-bg-color;
|
|
@@ -2282,6 +2282,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2282
2282
|
overflow: visible;
|
|
2283
2283
|
}
|
|
2284
2284
|
|
|
2285
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2286
|
+
height: auto;
|
|
2287
|
+
min-height: $grid-header-height;
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2285
2290
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2286
2291
|
padding: 0 .6em;
|
|
2287
2292
|
}
|
|
@@ -6433,6 +6438,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6433
6438
|
cursor: move;
|
|
6434
6439
|
}
|
|
6435
6440
|
|
|
6441
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6442
|
+
cursor: not-allowed;
|
|
6443
|
+
}
|
|
6444
|
+
|
|
6436
6445
|
.e-sortnumber {
|
|
6437
6446
|
@if $grid-skin == 'material3' {
|
|
6438
6447
|
background: $grid-sortnumber-bg-color;
|
|
@@ -2283,6 +2283,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2283
2283
|
overflow: visible;
|
|
2284
2284
|
}
|
|
2285
2285
|
|
|
2286
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2287
|
+
height: auto;
|
|
2288
|
+
min-height: $grid-header-height;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2286
2291
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2287
2292
|
padding: 0 .6em;
|
|
2288
2293
|
}
|
|
@@ -6434,6 +6439,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6434
6439
|
cursor: move;
|
|
6435
6440
|
}
|
|
6436
6441
|
|
|
6442
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6443
|
+
cursor: not-allowed;
|
|
6444
|
+
}
|
|
6445
|
+
|
|
6437
6446
|
.e-sortnumber {
|
|
6438
6447
|
@if $grid-skin == 'material3' {
|
|
6439
6448
|
background: $grid-sortnumber-bg-color;
|
|
@@ -2281,6 +2281,11 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
2281
2281
|
overflow: visible;
|
|
2282
2282
|
}
|
|
2283
2283
|
|
|
2284
|
+
.e-headercell.e-templatecell .e-headercelldiv {
|
|
2285
|
+
height: auto;
|
|
2286
|
+
min-height: $grid-header-height;
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2284
2289
|
.e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2285
2290
|
padding: 0 .6em;
|
|
2286
2291
|
}
|
|
@@ -6432,6 +6437,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
6432
6437
|
cursor: move;
|
|
6433
6438
|
}
|
|
6434
6439
|
|
|
6440
|
+
& .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
6441
|
+
cursor: not-allowed;
|
|
6442
|
+
}
|
|
6443
|
+
|
|
6435
6444
|
.e-sortnumber {
|
|
6436
6445
|
@if $grid-skin == 'material3' {
|
|
6437
6446
|
background: $grid-sortnumber-bg-color;
|