@syncfusion/blazor-themes 22.2.10 → 22.2.12
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 +103 -11
- package/SCSS-Themes/bootstrap.scss +103 -11
- package/SCSS-Themes/bootstrap4.scss +103 -11
- package/SCSS-Themes/bootstrap5-dark.scss +103 -11
- package/SCSS-Themes/bootstrap5.scss +103 -11
- package/SCSS-Themes/fabric-dark.scss +103 -11
- package/SCSS-Themes/fabric.scss +103 -11
- package/SCSS-Themes/fluent-dark.scss +103 -11
- package/SCSS-Themes/fluent.scss +103 -11
- package/SCSS-Themes/grids/excel-filter/bootstrap-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/bootstrap.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/bootstrap4.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/bootstrap5-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/bootstrap5.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/fabric-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/fabric.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/fluent-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/fluent.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/highcontrast.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/material-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/material.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/material3-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/material3.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/tailwind-dark.scss +4 -0
- package/SCSS-Themes/grids/excel-filter/tailwind.scss +4 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +10 -1
- package/SCSS-Themes/grids/grid/bootstrap.scss +10 -1
- package/SCSS-Themes/grids/grid/bootstrap4.scss +10 -1
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +10 -1
- package/SCSS-Themes/grids/grid/bootstrap5.scss +10 -1
- package/SCSS-Themes/grids/grid/fabric-dark.scss +10 -1
- package/SCSS-Themes/grids/grid/fabric.scss +10 -1
- package/SCSS-Themes/grids/grid/fluent-dark.scss +10 -1
- package/SCSS-Themes/grids/grid/fluent.scss +10 -1
- package/SCSS-Themes/grids/grid/highcontrast.scss +10 -1
- package/SCSS-Themes/grids/grid/material-dark.scss +10 -1
- package/SCSS-Themes/grids/grid/material.scss +10 -1
- package/SCSS-Themes/grids/grid/material3-dark.scss +10 -1
- package/SCSS-Themes/grids/grid/material3.scss +10 -1
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +10 -1
- package/SCSS-Themes/grids/grid/tailwind.scss +10 -1
- package/SCSS-Themes/highcontrast.scss +103 -11
- package/SCSS-Themes/inputs/input/bootstrap-dark.scss +89 -10
- package/SCSS-Themes/inputs/input/bootstrap.scss +89 -10
- package/SCSS-Themes/inputs/input/bootstrap4.scss +89 -10
- package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +89 -10
- package/SCSS-Themes/inputs/input/bootstrap5.scss +89 -10
- package/SCSS-Themes/inputs/input/fabric-dark.scss +89 -10
- package/SCSS-Themes/inputs/input/fabric.scss +89 -10
- package/SCSS-Themes/inputs/input/fluent-dark.scss +89 -10
- package/SCSS-Themes/inputs/input/fluent.scss +89 -10
- package/SCSS-Themes/inputs/input/highcontrast.scss +89 -10
- package/SCSS-Themes/inputs/input/material-dark.scss +91 -12
- package/SCSS-Themes/inputs/input/material.scss +91 -12
- package/SCSS-Themes/inputs/input/material3-dark.scss +91 -12
- package/SCSS-Themes/inputs/input/material3.scss +91 -12
- package/SCSS-Themes/inputs/input/tailwind-dark.scss +89 -10
- package/SCSS-Themes/inputs/input/tailwind.scss +89 -10
- package/SCSS-Themes/material-dark.scss +106 -14
- package/SCSS-Themes/material.scss +105 -13
- package/SCSS-Themes/material3-dark.scss +105 -13
- package/SCSS-Themes/material3.scss +105 -13
- package/SCSS-Themes/tailwind-dark.scss +103 -11
- package/SCSS-Themes/tailwind.scss +103 -11
- package/package.json +1 -1
|
@@ -5375,6 +5375,34 @@ $float-label-rtl-value: -7px !default;
|
|
|
5375
5375
|
user-select: text;
|
|
5376
5376
|
}
|
|
5377
5377
|
|
|
5378
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5379
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5380
|
+
left: -34px;
|
|
5381
|
+
width: auto;
|
|
5382
|
+
}
|
|
5383
|
+
}
|
|
5384
|
+
|
|
5385
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5386
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5387
|
+
right: -34px;
|
|
5388
|
+
width: auto;
|
|
5389
|
+
}
|
|
5390
|
+
}
|
|
5391
|
+
|
|
5392
|
+
.e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5393
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5394
|
+
left: -40px;
|
|
5395
|
+
width: auto;
|
|
5396
|
+
}
|
|
5397
|
+
}
|
|
5398
|
+
|
|
5399
|
+
.e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5400
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5401
|
+
right: -40px;
|
|
5402
|
+
width: auto;
|
|
5403
|
+
}
|
|
5404
|
+
}
|
|
5405
|
+
|
|
5378
5406
|
label.e-float-text,
|
|
5379
5407
|
.e-float-input label.e-float-text,
|
|
5380
5408
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -8967,6 +8995,16 @@ $float-label-rtl-value: -7px !default;
|
|
|
8967
8995
|
}
|
|
8968
8996
|
}
|
|
8969
8997
|
|
|
8998
|
+
.e-outline.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8999
|
+
.e-outline.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9000
|
+
.e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9001
|
+
.e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9002
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
9003
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9004
|
+
border-top-color: transparent;
|
|
9005
|
+
}
|
|
9006
|
+
}
|
|
9007
|
+
|
|
8970
9008
|
.e-outline.e-input-group,
|
|
8971
9009
|
.e-outline .e-input-group,
|
|
8972
9010
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -9111,20 +9149,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
9111
9149
|
.e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
9112
9150
|
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
9113
9151
|
.e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
9114
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9115
|
-
.e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9116
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9117
|
-
.e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9118
9152
|
.e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9119
9153
|
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9120
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
9121
|
-
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
9122
9154
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9123
9155
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9124
9156
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9125
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
9126
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9127
|
-
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
9157
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
9128
9158
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9129
9159
|
border-color: $input-active-border-color;
|
|
9130
9160
|
box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
|
|
@@ -9142,12 +9172,32 @@ $float-label-rtl-value: -7px !default;
|
|
|
9142
9172
|
}
|
|
9143
9173
|
}
|
|
9144
9174
|
|
|
9175
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9176
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
9177
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9178
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
9179
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9180
|
+
margin-right: $zero-value;
|
|
9181
|
+
}
|
|
9182
|
+
}
|
|
9183
|
+
|
|
9145
9184
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9146
9185
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9147
9186
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9148
9187
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9149
9188
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9150
|
-
margin:
|
|
9189
|
+
margin-left: 4px;
|
|
9190
|
+
margin-right: $zero-value;
|
|
9191
|
+
}
|
|
9192
|
+
}
|
|
9193
|
+
|
|
9194
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9195
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9196
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9197
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9198
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9199
|
+
margin-right: 4px;
|
|
9200
|
+
margin-left: $zero-value;
|
|
9151
9201
|
}
|
|
9152
9202
|
}
|
|
9153
9203
|
|
|
@@ -9619,6 +9669,24 @@ $float-label-rtl-value: -7px !default;
|
|
|
9619
9669
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9620
9670
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9621
9671
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9672
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9673
|
+
margin-left: $outline-bigger-input-icon-margin-right;
|
|
9674
|
+
margin-right: $zero-value;
|
|
9675
|
+
}
|
|
9676
|
+
}
|
|
9677
|
+
|
|
9678
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9679
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9680
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9681
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9682
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9683
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9684
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9685
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9686
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9687
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9688
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9689
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9622
9690
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9623
9691
|
margin-left: $zero-value;
|
|
9624
9692
|
margin-right: $outline-bigger-input-icon-margin-right;
|
|
@@ -10175,6 +10243,17 @@ $float-label-rtl-value: -7px !default;
|
|
|
10175
10243
|
}
|
|
10176
10244
|
}
|
|
10177
10245
|
|
|
10246
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
10247
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
10248
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
10249
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
10250
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
10251
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
10252
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10253
|
+
transition: none;
|
|
10254
|
+
}
|
|
10255
|
+
}
|
|
10256
|
+
|
|
10178
10257
|
.e-bigger.e-outline label.e-float-text::before,
|
|
10179
10258
|
.e-bigger.e-outline label.e-float-text::after,
|
|
10180
10259
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -74355,6 +74434,10 @@ $grid-xlfl-skin: 'bootstrap5' !default;
|
|
|
74355
74434
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74356
74435
|
}
|
|
74357
74436
|
|
|
74437
|
+
&.e-rtl .e-xlfl-optr {
|
|
74438
|
+
padding-right: 0;
|
|
74439
|
+
}
|
|
74440
|
+
|
|
74358
74441
|
.e-xlfl-dlgfields {
|
|
74359
74442
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74360
74443
|
}
|
|
@@ -74847,6 +74930,7 @@ $grid-bigger-group-text-line-height: 24px !default;
|
|
|
74847
74930
|
$grid-bigger-groupcaption-line-height: 20px !default;
|
|
74848
74931
|
$grid-bigger-rtl-group-headercell-margin: 8px 8px 0 0 !default;
|
|
74849
74932
|
$grid-bigger-rtl-group-headercell-padding: 7px 6px 7px 9px !default;
|
|
74933
|
+
$grid-bigger-device-rtl-group-headercell-padding: 7px 6px 7px 9px !default;
|
|
74850
74934
|
$grid-bigger-rtl-ungroup-icon-margin-right: -10px !default;
|
|
74851
74935
|
$grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
|
|
74852
74936
|
$grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
|
|
@@ -76110,6 +76194,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
76110
76194
|
padding: $grid-bigger-rtl-group-headercell-padding;
|
|
76111
76195
|
}
|
|
76112
76196
|
|
|
76197
|
+
&.e-rtl.e-device .e-groupheadercell {
|
|
76198
|
+
padding: $grid-bigger-device-rtl-group-headercell-padding;
|
|
76199
|
+
}
|
|
76200
|
+
|
|
76113
76201
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
76114
76202
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
76115
76203
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
@@ -80253,7 +80341,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
80253
80341
|
background-color: $grid-table-background-color;
|
|
80254
80342
|
}
|
|
80255
80343
|
|
|
80256
|
-
.e-focused:not(.e-menu-item) {
|
|
80344
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80257
80345
|
box-shadow: $grid-cell-focus-shadow;
|
|
80258
80346
|
}
|
|
80259
80347
|
|
|
@@ -80839,6 +80927,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
80839
80927
|
padding-top: 6px;
|
|
80840
80928
|
padding-bottom: 6px;
|
|
80841
80929
|
}
|
|
80930
|
+
|
|
80931
|
+
&.e-focused {
|
|
80932
|
+
box-shadow: none;
|
|
80933
|
+
}
|
|
80842
80934
|
}
|
|
80843
80935
|
|
|
80844
80936
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5375,6 +5375,34 @@ $float-label-rtl-value: -7px !default;
|
|
|
5375
5375
|
user-select: text;
|
|
5376
5376
|
}
|
|
5377
5377
|
|
|
5378
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5379
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5380
|
+
left: -34px;
|
|
5381
|
+
width: auto;
|
|
5382
|
+
}
|
|
5383
|
+
}
|
|
5384
|
+
|
|
5385
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5386
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5387
|
+
right: -34px;
|
|
5388
|
+
width: auto;
|
|
5389
|
+
}
|
|
5390
|
+
}
|
|
5391
|
+
|
|
5392
|
+
.e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5393
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5394
|
+
left: -40px;
|
|
5395
|
+
width: auto;
|
|
5396
|
+
}
|
|
5397
|
+
}
|
|
5398
|
+
|
|
5399
|
+
.e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5400
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5401
|
+
right: -40px;
|
|
5402
|
+
width: auto;
|
|
5403
|
+
}
|
|
5404
|
+
}
|
|
5405
|
+
|
|
5378
5406
|
label.e-float-text,
|
|
5379
5407
|
.e-float-input label.e-float-text,
|
|
5380
5408
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -8967,6 +8995,16 @@ $float-label-rtl-value: -7px !default;
|
|
|
8967
8995
|
}
|
|
8968
8996
|
}
|
|
8969
8997
|
|
|
8998
|
+
.e-outline.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8999
|
+
.e-outline.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9000
|
+
.e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9001
|
+
.e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9002
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
9003
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9004
|
+
border-top-color: transparent;
|
|
9005
|
+
}
|
|
9006
|
+
}
|
|
9007
|
+
|
|
8970
9008
|
.e-outline.e-input-group,
|
|
8971
9009
|
.e-outline .e-input-group,
|
|
8972
9010
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -9111,20 +9149,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
9111
9149
|
.e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
9112
9150
|
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
9113
9151
|
.e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
9114
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9115
|
-
.e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9116
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9117
|
-
.e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9118
9152
|
.e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9119
9153
|
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9120
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
9121
|
-
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
9122
9154
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9123
9155
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9124
9156
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9125
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
9126
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9127
|
-
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
9157
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
9128
9158
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9129
9159
|
border-color: $input-active-border-color;
|
|
9130
9160
|
box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
|
|
@@ -9142,12 +9172,32 @@ $float-label-rtl-value: -7px !default;
|
|
|
9142
9172
|
}
|
|
9143
9173
|
}
|
|
9144
9174
|
|
|
9175
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9176
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
9177
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9178
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
9179
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9180
|
+
margin-right: $zero-value;
|
|
9181
|
+
}
|
|
9182
|
+
}
|
|
9183
|
+
|
|
9145
9184
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9146
9185
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9147
9186
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9148
9187
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9149
9188
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9150
|
-
margin:
|
|
9189
|
+
margin-left: 4px;
|
|
9190
|
+
margin-right: $zero-value;
|
|
9191
|
+
}
|
|
9192
|
+
}
|
|
9193
|
+
|
|
9194
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9195
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9196
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9197
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9198
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9199
|
+
margin-right: 4px;
|
|
9200
|
+
margin-left: $zero-value;
|
|
9151
9201
|
}
|
|
9152
9202
|
}
|
|
9153
9203
|
|
|
@@ -9619,6 +9669,24 @@ $float-label-rtl-value: -7px !default;
|
|
|
9619
9669
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9620
9670
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9621
9671
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9672
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9673
|
+
margin-left: $outline-bigger-input-icon-margin-right;
|
|
9674
|
+
margin-right: $zero-value;
|
|
9675
|
+
}
|
|
9676
|
+
}
|
|
9677
|
+
|
|
9678
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9679
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9680
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9681
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9682
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9683
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9684
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9685
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9686
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9687
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9688
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9689
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9622
9690
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9623
9691
|
margin-left: $zero-value;
|
|
9624
9692
|
margin-right: $outline-bigger-input-icon-margin-right;
|
|
@@ -10175,6 +10243,17 @@ $float-label-rtl-value: -7px !default;
|
|
|
10175
10243
|
}
|
|
10176
10244
|
}
|
|
10177
10245
|
|
|
10246
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
10247
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
10248
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
10249
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
10250
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
10251
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
10252
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10253
|
+
transition: none;
|
|
10254
|
+
}
|
|
10255
|
+
}
|
|
10256
|
+
|
|
10178
10257
|
.e-bigger.e-outline label.e-float-text::before,
|
|
10179
10258
|
.e-bigger.e-outline label.e-float-text::after,
|
|
10180
10259
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -74355,6 +74434,10 @@ $grid-xlfl-skin: 'bootstrap5' !default;
|
|
|
74355
74434
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74356
74435
|
}
|
|
74357
74436
|
|
|
74437
|
+
&.e-rtl .e-xlfl-optr {
|
|
74438
|
+
padding-right: 0;
|
|
74439
|
+
}
|
|
74440
|
+
|
|
74358
74441
|
.e-xlfl-dlgfields {
|
|
74359
74442
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74360
74443
|
}
|
|
@@ -74847,6 +74930,7 @@ $grid-bigger-group-text-line-height: 24px !default;
|
|
|
74847
74930
|
$grid-bigger-groupcaption-line-height: 20px !default;
|
|
74848
74931
|
$grid-bigger-rtl-group-headercell-margin: 8px 8px 0 0 !default;
|
|
74849
74932
|
$grid-bigger-rtl-group-headercell-padding: 7px 6px 7px 9px !default;
|
|
74933
|
+
$grid-bigger-device-rtl-group-headercell-padding: 7px 6px 7px 9px !default;
|
|
74850
74934
|
$grid-bigger-rtl-ungroup-icon-margin-right: -10px !default;
|
|
74851
74935
|
$grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
|
|
74852
74936
|
$grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
|
|
@@ -76110,6 +76194,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
76110
76194
|
padding: $grid-bigger-rtl-group-headercell-padding;
|
|
76111
76195
|
}
|
|
76112
76196
|
|
|
76197
|
+
&.e-rtl.e-device .e-groupheadercell {
|
|
76198
|
+
padding: $grid-bigger-device-rtl-group-headercell-padding;
|
|
76199
|
+
}
|
|
76200
|
+
|
|
76113
76201
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
76114
76202
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
76115
76203
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
@@ -80253,7 +80341,7 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
80253
80341
|
background-color: $grid-table-background-color;
|
|
80254
80342
|
}
|
|
80255
80343
|
|
|
80256
|
-
.e-focused:not(.e-menu-item) {
|
|
80344
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80257
80345
|
box-shadow: $grid-cell-focus-shadow;
|
|
80258
80346
|
}
|
|
80259
80347
|
|
|
@@ -80839,6 +80927,10 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
80839
80927
|
padding-top: 6px;
|
|
80840
80928
|
padding-bottom: 6px;
|
|
80841
80929
|
}
|
|
80930
|
+
|
|
80931
|
+
&.e-focused {
|
|
80932
|
+
box-shadow: none;
|
|
80933
|
+
}
|
|
80842
80934
|
}
|
|
80843
80935
|
|
|
80844
80936
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5239,6 +5239,34 @@ $float-label-rtl-value: -7px !default;
|
|
|
5239
5239
|
user-select: text;
|
|
5240
5240
|
}
|
|
5241
5241
|
|
|
5242
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5243
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5244
|
+
left: -34px;
|
|
5245
|
+
width: auto;
|
|
5246
|
+
}
|
|
5247
|
+
}
|
|
5248
|
+
|
|
5249
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5250
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5251
|
+
right: -34px;
|
|
5252
|
+
width: auto;
|
|
5253
|
+
}
|
|
5254
|
+
}
|
|
5255
|
+
|
|
5256
|
+
.e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5257
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5258
|
+
left: -40px;
|
|
5259
|
+
width: auto;
|
|
5260
|
+
}
|
|
5261
|
+
}
|
|
5262
|
+
|
|
5263
|
+
.e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5264
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5265
|
+
right: -40px;
|
|
5266
|
+
width: auto;
|
|
5267
|
+
}
|
|
5268
|
+
}
|
|
5269
|
+
|
|
5242
5270
|
label.e-float-text,
|
|
5243
5271
|
.e-float-input label.e-float-text,
|
|
5244
5272
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -8831,6 +8859,16 @@ $float-label-rtl-value: -7px !default;
|
|
|
8831
8859
|
}
|
|
8832
8860
|
}
|
|
8833
8861
|
|
|
8862
|
+
.e-outline.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8863
|
+
.e-outline.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8864
|
+
.e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8865
|
+
.e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8866
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
8867
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8868
|
+
border-top-color: transparent;
|
|
8869
|
+
}
|
|
8870
|
+
}
|
|
8871
|
+
|
|
8834
8872
|
.e-outline.e-input-group,
|
|
8835
8873
|
.e-outline .e-input-group,
|
|
8836
8874
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -8975,20 +9013,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
8975
9013
|
.e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
8976
9014
|
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
8977
9015
|
.e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
8978
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8979
|
-
.e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8980
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8981
|
-
.e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8982
9016
|
.e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8983
9017
|
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8984
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
8985
|
-
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
8986
9018
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8987
9019
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8988
9020
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8989
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
8990
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8991
|
-
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
9021
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
8992
9022
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8993
9023
|
border-color: $input-active-border-color;
|
|
8994
9024
|
box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
|
|
@@ -9006,12 +9036,32 @@ $float-label-rtl-value: -7px !default;
|
|
|
9006
9036
|
}
|
|
9007
9037
|
}
|
|
9008
9038
|
|
|
9039
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9040
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
9041
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9042
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
9043
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9044
|
+
margin-right: $zero-value;
|
|
9045
|
+
}
|
|
9046
|
+
}
|
|
9047
|
+
|
|
9009
9048
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9010
9049
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9011
9050
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9012
9051
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9013
9052
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9014
|
-
margin:
|
|
9053
|
+
margin-left: 4px;
|
|
9054
|
+
margin-right: $zero-value;
|
|
9055
|
+
}
|
|
9056
|
+
}
|
|
9057
|
+
|
|
9058
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9059
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9060
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9061
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9062
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9063
|
+
margin-right: 4px;
|
|
9064
|
+
margin-left: $zero-value;
|
|
9015
9065
|
}
|
|
9016
9066
|
}
|
|
9017
9067
|
|
|
@@ -9483,6 +9533,24 @@ $float-label-rtl-value: -7px !default;
|
|
|
9483
9533
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9484
9534
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9485
9535
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9536
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9537
|
+
margin-left: $outline-bigger-input-icon-margin-right;
|
|
9538
|
+
margin-right: $zero-value;
|
|
9539
|
+
}
|
|
9540
|
+
}
|
|
9541
|
+
|
|
9542
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9543
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9544
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9545
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9546
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9547
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9548
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9549
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9550
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9551
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9552
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9553
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9486
9554
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9487
9555
|
margin-left: $zero-value;
|
|
9488
9556
|
margin-right: $outline-bigger-input-icon-margin-right;
|
|
@@ -10039,6 +10107,17 @@ $float-label-rtl-value: -7px !default;
|
|
|
10039
10107
|
}
|
|
10040
10108
|
}
|
|
10041
10109
|
|
|
10110
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
10111
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
10112
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
10113
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
10114
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
10115
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
10116
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10117
|
+
transition: none;
|
|
10118
|
+
}
|
|
10119
|
+
}
|
|
10120
|
+
|
|
10042
10121
|
.e-bigger.e-outline label.e-float-text::before,
|
|
10043
10122
|
.e-bigger.e-outline label.e-float-text::after,
|
|
10044
10123
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -73921,6 +74000,10 @@ $grid-xlfl-skin: 'fabric' !default;
|
|
|
73921
74000
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
73922
74001
|
}
|
|
73923
74002
|
|
|
74003
|
+
&.e-rtl .e-xlfl-optr {
|
|
74004
|
+
padding-right: 0;
|
|
74005
|
+
}
|
|
74006
|
+
|
|
73924
74007
|
.e-xlfl-dlgfields {
|
|
73925
74008
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
73926
74009
|
}
|
|
@@ -74624,6 +74707,7 @@ $grid-device-ungroupbutton-icon-margin-top: 1px !default;
|
|
|
74624
74707
|
$grid-bigger-grouparea-font-size: 21px !default;
|
|
74625
74708
|
$grid-bigger-rtl-group-headercell-margin: 8px 10px 0 0 !default;
|
|
74626
74709
|
$grid-bigger-rtl-group-headercell-padding: 0 10px !default;
|
|
74710
|
+
$grid-bigger-device-rtl-group-headercell-padding: 0 10px !default;
|
|
74627
74711
|
$grid-bigger-rtl-ungroup-icon-margin-right: 8px !default;
|
|
74628
74712
|
$group-bigger-sorticon-margin-right: round($group-sorticon-margin-right*1.25) !default;
|
|
74629
74713
|
$grid-bigger-gdownarrow-icon-font-size: 14px !default;
|
|
@@ -75669,6 +75753,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
75669
75753
|
padding: $grid-bigger-rtl-group-headercell-padding;
|
|
75670
75754
|
}
|
|
75671
75755
|
|
|
75756
|
+
&.e-rtl.e-device .e-groupheadercell {
|
|
75757
|
+
padding: $grid-bigger-device-rtl-group-headercell-padding;
|
|
75758
|
+
}
|
|
75759
|
+
|
|
75672
75760
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
75673
75761
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
75674
75762
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
@@ -79812,7 +79900,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79812
79900
|
background-color: $grid-table-background-color;
|
|
79813
79901
|
}
|
|
79814
79902
|
|
|
79815
|
-
.e-focused:not(.e-menu-item) {
|
|
79903
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
79816
79904
|
box-shadow: $grid-cell-focus-shadow;
|
|
79817
79905
|
}
|
|
79818
79906
|
|
|
@@ -80398,6 +80486,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80398
80486
|
padding-top: 6px;
|
|
80399
80487
|
padding-bottom: 6px;
|
|
80400
80488
|
}
|
|
80489
|
+
|
|
80490
|
+
&.e-focused {
|
|
80491
|
+
box-shadow: none;
|
|
80492
|
+
}
|
|
80401
80493
|
}
|
|
80402
80494
|
|
|
80403
80495
|
.e-cloneproperties.e-draganddrop table,
|