@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
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -5230,6 +5230,34 @@ $float-label-rtl-value: -7px !default;
|
|
|
5230
5230
|
user-select: text;
|
|
5231
5231
|
}
|
|
5232
5232
|
|
|
5233
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5234
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5235
|
+
left: -34px;
|
|
5236
|
+
width: auto;
|
|
5237
|
+
}
|
|
5238
|
+
}
|
|
5239
|
+
|
|
5240
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5241
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5242
|
+
right: -34px;
|
|
5243
|
+
width: auto;
|
|
5244
|
+
}
|
|
5245
|
+
}
|
|
5246
|
+
|
|
5247
|
+
.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 {
|
|
5248
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5249
|
+
left: -40px;
|
|
5250
|
+
width: auto;
|
|
5251
|
+
}
|
|
5252
|
+
}
|
|
5253
|
+
|
|
5254
|
+
.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 {
|
|
5255
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5256
|
+
right: -40px;
|
|
5257
|
+
width: auto;
|
|
5258
|
+
}
|
|
5259
|
+
}
|
|
5260
|
+
|
|
5233
5261
|
label.e-float-text,
|
|
5234
5262
|
.e-float-input label.e-float-text,
|
|
5235
5263
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -8822,6 +8850,16 @@ $float-label-rtl-value: -7px !default;
|
|
|
8822
8850
|
}
|
|
8823
8851
|
}
|
|
8824
8852
|
|
|
8853
|
+
.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),
|
|
8854
|
+
.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),
|
|
8855
|
+
.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),
|
|
8856
|
+
.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),
|
|
8857
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
8858
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8859
|
+
border-top-color: transparent;
|
|
8860
|
+
}
|
|
8861
|
+
}
|
|
8862
|
+
|
|
8825
8863
|
.e-outline.e-input-group,
|
|
8826
8864
|
.e-outline .e-input-group,
|
|
8827
8865
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -8966,20 +9004,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
8966
9004
|
.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),
|
|
8967
9005
|
.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),
|
|
8968
9006
|
.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),
|
|
8969
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8970
|
-
.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),
|
|
8971
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8972
|
-
.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),
|
|
8973
9007
|
.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),
|
|
8974
9008
|
.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),
|
|
8975
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
8976
|
-
.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),
|
|
8977
9009
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8978
9010
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8979
9011
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8980
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
8981
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8982
|
-
.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) {
|
|
9012
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
8983
9013
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8984
9014
|
border-color: $input-active-border-color;
|
|
8985
9015
|
box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
|
|
@@ -8997,12 +9027,32 @@ $float-label-rtl-value: -7px !default;
|
|
|
8997
9027
|
}
|
|
8998
9028
|
}
|
|
8999
9029
|
|
|
9030
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9031
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
9032
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9033
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
9034
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9035
|
+
margin-right: $zero-value;
|
|
9036
|
+
}
|
|
9037
|
+
}
|
|
9038
|
+
|
|
9000
9039
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9001
9040
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9002
9041
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9003
9042
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9004
9043
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9005
|
-
margin:
|
|
9044
|
+
margin-left: 4px;
|
|
9045
|
+
margin-right: $zero-value;
|
|
9046
|
+
}
|
|
9047
|
+
}
|
|
9048
|
+
|
|
9049
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9050
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9051
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9052
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9053
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9054
|
+
margin-right: 4px;
|
|
9055
|
+
margin-left: $zero-value;
|
|
9006
9056
|
}
|
|
9007
9057
|
}
|
|
9008
9058
|
|
|
@@ -9474,6 +9524,24 @@ $float-label-rtl-value: -7px !default;
|
|
|
9474
9524
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9475
9525
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9476
9526
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9527
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9528
|
+
margin-left: $outline-bigger-input-icon-margin-right;
|
|
9529
|
+
margin-right: $zero-value;
|
|
9530
|
+
}
|
|
9531
|
+
}
|
|
9532
|
+
|
|
9533
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9534
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9535
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9536
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9537
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9538
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9539
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9540
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9541
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9542
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9543
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9544
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9477
9545
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9478
9546
|
margin-left: $zero-value;
|
|
9479
9547
|
margin-right: $outline-bigger-input-icon-margin-right;
|
|
@@ -10030,6 +10098,17 @@ $float-label-rtl-value: -7px !default;
|
|
|
10030
10098
|
}
|
|
10031
10099
|
}
|
|
10032
10100
|
|
|
10101
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
10102
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
10103
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
10104
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
10105
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
10106
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
10107
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10108
|
+
transition: none;
|
|
10109
|
+
}
|
|
10110
|
+
}
|
|
10111
|
+
|
|
10033
10112
|
.e-bigger.e-outline label.e-float-text::before,
|
|
10034
10113
|
.e-bigger.e-outline label.e-float-text::after,
|
|
10035
10114
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -73684,6 +73763,10 @@ $grid-xlfl-skin: 'fabric' !default;
|
|
|
73684
73763
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
73685
73764
|
}
|
|
73686
73765
|
|
|
73766
|
+
&.e-rtl .e-xlfl-optr {
|
|
73767
|
+
padding-right: 0;
|
|
73768
|
+
}
|
|
73769
|
+
|
|
73687
73770
|
.e-xlfl-dlgfields {
|
|
73688
73771
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
73689
73772
|
}
|
|
@@ -74390,6 +74473,7 @@ $grid-device-ungroupbutton-icon-margin-top: 0 !default;
|
|
|
74390
74473
|
$grid-bigger-grouparea-font-size: 21px !default;
|
|
74391
74474
|
$grid-bigger-rtl-group-headercell-margin: 8px 10px 0 0 !default;
|
|
74392
74475
|
$grid-bigger-rtl-group-headercell-padding: 0 10px !default;
|
|
74476
|
+
$grid-bigger-device-rtl-group-headercell-padding: 0 10px !default;
|
|
74393
74477
|
$grid-bigger-rtl-ungroup-icon-margin-right: 8px !default;
|
|
74394
74478
|
$group-bigger-sorticon-margin-right: round($group-sorticon-margin-right*1.25) !default;
|
|
74395
74479
|
$grid-bigger-gdownarrow-icon-font-size: 14px !default;
|
|
@@ -75432,6 +75516,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
75432
75516
|
padding: $grid-bigger-rtl-group-headercell-padding;
|
|
75433
75517
|
}
|
|
75434
75518
|
|
|
75519
|
+
&.e-rtl.e-device .e-groupheadercell {
|
|
75520
|
+
padding: $grid-bigger-device-rtl-group-headercell-padding;
|
|
75521
|
+
}
|
|
75522
|
+
|
|
75435
75523
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
75436
75524
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
75437
75525
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
@@ -79575,7 +79663,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79575
79663
|
background-color: $grid-table-background-color;
|
|
79576
79664
|
}
|
|
79577
79665
|
|
|
79578
|
-
.e-focused:not(.e-menu-item) {
|
|
79666
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
79579
79667
|
box-shadow: $grid-cell-focus-shadow;
|
|
79580
79668
|
}
|
|
79581
79669
|
|
|
@@ -80161,6 +80249,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80161
80249
|
padding-top: 6px;
|
|
80162
80250
|
padding-bottom: 6px;
|
|
80163
80251
|
}
|
|
80252
|
+
|
|
80253
|
+
&.e-focused {
|
|
80254
|
+
box-shadow: none;
|
|
80255
|
+
}
|
|
80164
80256
|
}
|
|
80165
80257
|
|
|
80166
80258
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5424,6 +5424,34 @@ $float-label-rtl-value: -10px !default;
|
|
|
5424
5424
|
user-select: text;
|
|
5425
5425
|
}
|
|
5426
5426
|
|
|
5427
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5428
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5429
|
+
left: -34px;
|
|
5430
|
+
width: auto;
|
|
5431
|
+
}
|
|
5432
|
+
}
|
|
5433
|
+
|
|
5434
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5435
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5436
|
+
right: -34px;
|
|
5437
|
+
width: auto;
|
|
5438
|
+
}
|
|
5439
|
+
}
|
|
5440
|
+
|
|
5441
|
+
.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 {
|
|
5442
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5443
|
+
left: -40px;
|
|
5444
|
+
width: auto;
|
|
5445
|
+
}
|
|
5446
|
+
}
|
|
5447
|
+
|
|
5448
|
+
.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 {
|
|
5449
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5450
|
+
right: -40px;
|
|
5451
|
+
width: auto;
|
|
5452
|
+
}
|
|
5453
|
+
}
|
|
5454
|
+
|
|
5427
5455
|
label.e-float-text,
|
|
5428
5456
|
.e-float-input label.e-float-text,
|
|
5429
5457
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -9016,6 +9044,16 @@ $float-label-rtl-value: -10px !default;
|
|
|
9016
9044
|
}
|
|
9017
9045
|
}
|
|
9018
9046
|
|
|
9047
|
+
.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),
|
|
9048
|
+
.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),
|
|
9049
|
+
.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),
|
|
9050
|
+
.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),
|
|
9051
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
9052
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9053
|
+
border-top-color: transparent;
|
|
9054
|
+
}
|
|
9055
|
+
}
|
|
9056
|
+
|
|
9019
9057
|
.e-outline.e-input-group,
|
|
9020
9058
|
.e-outline .e-input-group,
|
|
9021
9059
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -9160,20 +9198,12 @@ $float-label-rtl-value: -10px !default;
|
|
|
9160
9198
|
.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),
|
|
9161
9199
|
.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),
|
|
9162
9200
|
.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),
|
|
9163
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9164
|
-
.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),
|
|
9165
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9166
|
-
.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),
|
|
9167
9201
|
.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),
|
|
9168
9202
|
.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),
|
|
9169
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
9170
|
-
.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),
|
|
9171
9203
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9172
9204
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9173
9205
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9174
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
9175
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9176
|
-
.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) {
|
|
9206
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
9177
9207
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9178
9208
|
border-color: $input-active-border-color;
|
|
9179
9209
|
box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
|
|
@@ -9191,12 +9221,32 @@ $float-label-rtl-value: -10px !default;
|
|
|
9191
9221
|
}
|
|
9192
9222
|
}
|
|
9193
9223
|
|
|
9224
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9225
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
9226
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9227
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
9228
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9229
|
+
margin-right: $zero-value;
|
|
9230
|
+
}
|
|
9231
|
+
}
|
|
9232
|
+
|
|
9194
9233
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9195
9234
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9196
9235
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9197
9236
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9198
9237
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9199
|
-
margin:
|
|
9238
|
+
margin-left: 4px;
|
|
9239
|
+
margin-right: $zero-value;
|
|
9240
|
+
}
|
|
9241
|
+
}
|
|
9242
|
+
|
|
9243
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9244
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9245
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9246
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9247
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9248
|
+
margin-right: 4px;
|
|
9249
|
+
margin-left: $zero-value;
|
|
9200
9250
|
}
|
|
9201
9251
|
}
|
|
9202
9252
|
|
|
@@ -9668,6 +9718,24 @@ $float-label-rtl-value: -10px !default;
|
|
|
9668
9718
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9669
9719
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9670
9720
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9721
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9722
|
+
margin-left: $outline-bigger-input-icon-margin-right;
|
|
9723
|
+
margin-right: $zero-value;
|
|
9724
|
+
}
|
|
9725
|
+
}
|
|
9726
|
+
|
|
9727
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9728
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9729
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9730
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9731
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9732
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9733
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9734
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9735
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9736
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9737
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9738
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9671
9739
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9672
9740
|
margin-left: $zero-value;
|
|
9673
9741
|
margin-right: $outline-bigger-input-icon-margin-right;
|
|
@@ -10224,6 +10292,17 @@ $float-label-rtl-value: -10px !default;
|
|
|
10224
10292
|
}
|
|
10225
10293
|
}
|
|
10226
10294
|
|
|
10295
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
10296
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
10297
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
10298
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
10299
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
10300
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
10301
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10302
|
+
transition: none;
|
|
10303
|
+
}
|
|
10304
|
+
}
|
|
10305
|
+
|
|
10227
10306
|
.e-bigger.e-outline label.e-float-text::before,
|
|
10228
10307
|
.e-bigger.e-outline label.e-float-text::after,
|
|
10229
10308
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -74511,6 +74590,10 @@ $grid-xlfl-skin: 'fluent' !default;
|
|
|
74511
74590
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74512
74591
|
}
|
|
74513
74592
|
|
|
74593
|
+
&.e-rtl .e-xlfl-optr {
|
|
74594
|
+
padding-right: 0;
|
|
74595
|
+
}
|
|
74596
|
+
|
|
74514
74597
|
.e-xlfl-dlgfields {
|
|
74515
74598
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74516
74599
|
}
|
|
@@ -75059,6 +75142,7 @@ $grid-bigger-group-text-line-height: .2em !default;
|
|
|
75059
75142
|
$grid-bigger-groupcaption-line-height: 16px !default;
|
|
75060
75143
|
$grid-bigger-rtl-group-headercell-margin: 6px 8px 6px 0 !default;
|
|
75061
75144
|
$grid-bigger-rtl-group-headercell-padding: 4px 6px 4px 9px !default;
|
|
75145
|
+
$grid-bigger-device-rtl-group-headercell-padding: 4px 6px 4px 9px !default;
|
|
75062
75146
|
$grid-bigger-rtl-ungroup-icon-margin-right: -6px !default;
|
|
75063
75147
|
$grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
|
|
75064
75148
|
$grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
|
|
@@ -76258,6 +76342,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76258
76342
|
padding: $grid-bigger-rtl-group-headercell-padding;
|
|
76259
76343
|
}
|
|
76260
76344
|
|
|
76345
|
+
&.e-rtl.e-device .e-groupheadercell {
|
|
76346
|
+
padding: $grid-bigger-device-rtl-group-headercell-padding;
|
|
76347
|
+
}
|
|
76348
|
+
|
|
76261
76349
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
76262
76350
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
76263
76351
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
@@ -80401,7 +80489,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80401
80489
|
background-color: $grid-table-background-color;
|
|
80402
80490
|
}
|
|
80403
80491
|
|
|
80404
|
-
.e-focused:not(.e-menu-item) {
|
|
80492
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80405
80493
|
box-shadow: $grid-cell-focus-shadow;
|
|
80406
80494
|
}
|
|
80407
80495
|
|
|
@@ -80987,6 +81075,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80987
81075
|
padding-top: 6px;
|
|
80988
81076
|
padding-bottom: 6px;
|
|
80989
81077
|
}
|
|
81078
|
+
|
|
81079
|
+
&.e-focused {
|
|
81080
|
+
box-shadow: none;
|
|
81081
|
+
}
|
|
80990
81082
|
}
|
|
80991
81083
|
|
|
80992
81084
|
.e-cloneproperties.e-draganddrop table,
|
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -5425,6 +5425,34 @@ $float-label-rtl-value: -10px !default;
|
|
|
5425
5425
|
user-select: text;
|
|
5426
5426
|
}
|
|
5427
5427
|
|
|
5428
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5429
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5430
|
+
left: -34px;
|
|
5431
|
+
width: auto;
|
|
5432
|
+
}
|
|
5433
|
+
}
|
|
5434
|
+
|
|
5435
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5436
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5437
|
+
right: -34px;
|
|
5438
|
+
width: auto;
|
|
5439
|
+
}
|
|
5440
|
+
}
|
|
5441
|
+
|
|
5442
|
+
.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 {
|
|
5443
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5444
|
+
left: -40px;
|
|
5445
|
+
width: auto;
|
|
5446
|
+
}
|
|
5447
|
+
}
|
|
5448
|
+
|
|
5449
|
+
.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 {
|
|
5450
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5451
|
+
right: -40px;
|
|
5452
|
+
width: auto;
|
|
5453
|
+
}
|
|
5454
|
+
}
|
|
5455
|
+
|
|
5428
5456
|
label.e-float-text,
|
|
5429
5457
|
.e-float-input label.e-float-text,
|
|
5430
5458
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -9017,6 +9045,16 @@ $float-label-rtl-value: -10px !default;
|
|
|
9017
9045
|
}
|
|
9018
9046
|
}
|
|
9019
9047
|
|
|
9048
|
+
.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),
|
|
9049
|
+
.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),
|
|
9050
|
+
.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),
|
|
9051
|
+
.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),
|
|
9052
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
9053
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9054
|
+
border-top-color: transparent;
|
|
9055
|
+
}
|
|
9056
|
+
}
|
|
9057
|
+
|
|
9020
9058
|
.e-outline.e-input-group,
|
|
9021
9059
|
.e-outline .e-input-group,
|
|
9022
9060
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -9161,20 +9199,12 @@ $float-label-rtl-value: -10px !default;
|
|
|
9161
9199
|
.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),
|
|
9162
9200
|
.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),
|
|
9163
9201
|
.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),
|
|
9164
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9165
|
-
.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),
|
|
9166
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9167
|
-
.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),
|
|
9168
9202
|
.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),
|
|
9169
9203
|
.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),
|
|
9170
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
9171
|
-
.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),
|
|
9172
9204
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9173
9205
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9174
9206
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9175
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
9176
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9177
|
-
.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) {
|
|
9207
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
9178
9208
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9179
9209
|
border-color: $input-active-border-color;
|
|
9180
9210
|
box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
|
|
@@ -9192,12 +9222,32 @@ $float-label-rtl-value: -10px !default;
|
|
|
9192
9222
|
}
|
|
9193
9223
|
}
|
|
9194
9224
|
|
|
9225
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9226
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
9227
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9228
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
9229
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9230
|
+
margin-right: $zero-value;
|
|
9231
|
+
}
|
|
9232
|
+
}
|
|
9233
|
+
|
|
9195
9234
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9196
9235
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9197
9236
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9198
9237
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9199
9238
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9200
|
-
margin:
|
|
9239
|
+
margin-left: 4px;
|
|
9240
|
+
margin-right: $zero-value;
|
|
9241
|
+
}
|
|
9242
|
+
}
|
|
9243
|
+
|
|
9244
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9245
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9246
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9247
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9248
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9249
|
+
margin-right: 4px;
|
|
9250
|
+
margin-left: $zero-value;
|
|
9201
9251
|
}
|
|
9202
9252
|
}
|
|
9203
9253
|
|
|
@@ -9669,6 +9719,24 @@ $float-label-rtl-value: -10px !default;
|
|
|
9669
9719
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9670
9720
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9671
9721
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9722
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9723
|
+
margin-left: $outline-bigger-input-icon-margin-right;
|
|
9724
|
+
margin-right: $zero-value;
|
|
9725
|
+
}
|
|
9726
|
+
}
|
|
9727
|
+
|
|
9728
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9729
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9730
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9731
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9732
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9733
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9734
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9735
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9736
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9737
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9738
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9739
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9672
9740
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9673
9741
|
margin-left: $zero-value;
|
|
9674
9742
|
margin-right: $outline-bigger-input-icon-margin-right;
|
|
@@ -10225,6 +10293,17 @@ $float-label-rtl-value: -10px !default;
|
|
|
10225
10293
|
}
|
|
10226
10294
|
}
|
|
10227
10295
|
|
|
10296
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
10297
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
10298
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
10299
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
10300
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
10301
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
10302
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10303
|
+
transition: none;
|
|
10304
|
+
}
|
|
10305
|
+
}
|
|
10306
|
+
|
|
10228
10307
|
.e-bigger.e-outline label.e-float-text::before,
|
|
10229
10308
|
.e-bigger.e-outline label.e-float-text::after,
|
|
10230
10309
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -74512,6 +74591,10 @@ $grid-xlfl-skin: 'fluent' !default;
|
|
|
74512
74591
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74513
74592
|
}
|
|
74514
74593
|
|
|
74594
|
+
&.e-rtl .e-xlfl-optr {
|
|
74595
|
+
padding-right: 0;
|
|
74596
|
+
}
|
|
74597
|
+
|
|
74515
74598
|
.e-xlfl-dlgfields {
|
|
74516
74599
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74517
74600
|
}
|
|
@@ -75060,6 +75143,7 @@ $grid-bigger-group-text-line-height: .2em !default;
|
|
|
75060
75143
|
$grid-bigger-groupcaption-line-height: 16px !default;
|
|
75061
75144
|
$grid-bigger-rtl-group-headercell-margin: 6px 8px 6px 0 !default;
|
|
75062
75145
|
$grid-bigger-rtl-group-headercell-padding: 4px 6px 4px 9px !default;
|
|
75146
|
+
$grid-bigger-device-rtl-group-headercell-padding: 4px 6px 4px 9px !default;
|
|
75063
75147
|
$grid-bigger-rtl-ungroup-icon-margin-right: -6px !default;
|
|
75064
75148
|
$grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
|
|
75065
75149
|
$grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
|
|
@@ -76259,6 +76343,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76259
76343
|
padding: $grid-bigger-rtl-group-headercell-padding;
|
|
76260
76344
|
}
|
|
76261
76345
|
|
|
76346
|
+
&.e-rtl.e-device .e-groupheadercell {
|
|
76347
|
+
padding: $grid-bigger-device-rtl-group-headercell-padding;
|
|
76348
|
+
}
|
|
76349
|
+
|
|
76262
76350
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
76263
76351
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
76264
76352
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
@@ -80402,7 +80490,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80402
80490
|
background-color: $grid-table-background-color;
|
|
80403
80491
|
}
|
|
80404
80492
|
|
|
80405
|
-
.e-focused:not(.e-menu-item) {
|
|
80493
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80406
80494
|
box-shadow: $grid-cell-focus-shadow;
|
|
80407
80495
|
}
|
|
80408
80496
|
|
|
@@ -80988,6 +81076,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80988
81076
|
padding-top: 6px;
|
|
80989
81077
|
padding-bottom: 6px;
|
|
80990
81078
|
}
|
|
81079
|
+
|
|
81080
|
+
&.e-focused {
|
|
81081
|
+
box-shadow: none;
|
|
81082
|
+
}
|
|
80991
81083
|
}
|
|
80992
81084
|
|
|
80993
81085
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -312,6 +312,10 @@ $grid-xlfl-skin: 'bootstrap' !default;
|
|
|
312
312
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
+
&.e-rtl .e-xlfl-optr {
|
|
316
|
+
padding-right: 0;
|
|
317
|
+
}
|
|
318
|
+
|
|
315
319
|
.e-xlfl-dlgfields {
|
|
316
320
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
317
321
|
}
|
|
@@ -317,6 +317,10 @@ $grid-xlfl-skin: 'bootstrap' !default;
|
|
|
317
317
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
+
&.e-rtl .e-xlfl-optr {
|
|
321
|
+
padding-right: 0;
|
|
322
|
+
}
|
|
323
|
+
|
|
320
324
|
.e-xlfl-dlgfields {
|
|
321
325
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
322
326
|
}
|
|
@@ -322,6 +322,10 @@ $grid-xlfl-skin: 'bootstrap4' !default;
|
|
|
322
322
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
+
&.e-rtl .e-xlfl-optr {
|
|
326
|
+
padding-right: 0;
|
|
327
|
+
}
|
|
328
|
+
|
|
325
329
|
.e-xlfl-dlgfields {
|
|
326
330
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
327
331
|
}
|
|
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'bootstrap5' !default;
|
|
|
323
323
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
+
&.e-rtl .e-xlfl-optr {
|
|
327
|
+
padding-right: 0;
|
|
328
|
+
}
|
|
329
|
+
|
|
326
330
|
.e-xlfl-dlgfields {
|
|
327
331
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
328
332
|
}
|
|
@@ -323,6 +323,10 @@ $grid-xlfl-skin: 'bootstrap5' !default;
|
|
|
323
323
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
+
&.e-rtl .e-xlfl-optr {
|
|
327
|
+
padding-right: 0;
|
|
328
|
+
}
|
|
329
|
+
|
|
326
330
|
.e-xlfl-dlgfields {
|
|
327
331
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
328
332
|
}
|
|
@@ -312,6 +312,10 @@ $grid-xlfl-skin: 'fabric' !default;
|
|
|
312
312
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
+
&.e-rtl .e-xlfl-optr {
|
|
316
|
+
padding-right: 0;
|
|
317
|
+
}
|
|
318
|
+
|
|
315
319
|
.e-xlfl-dlgfields {
|
|
316
320
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
317
321
|
}
|