@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
|
@@ -157,7 +157,7 @@ $appbar-top-shadow: 0 -2px 3px rgba(0, 0, 0, .1), 0 -2px 6px rgba(0, 0, 0, .2) !
|
|
|
157
157
|
|
|
158
158
|
@if not variable-exists('is-roboto-loaded') {
|
|
159
159
|
//sass-lint:disable no-url-protocols,no-url-domains
|
|
160
|
-
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');// stylelint-disable-line no-invalid-position-at-import-rule
|
|
160
|
+
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');// stylelint-disable-line no-invalid-position-at-import-rule
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
$is-roboto-loaded: 'true' !default;
|
|
@@ -5300,6 +5300,34 @@ $float-label-rtl-value: -7px !default;
|
|
|
5300
5300
|
user-select: text;
|
|
5301
5301
|
}
|
|
5302
5302
|
|
|
5303
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5304
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5305
|
+
left: -34px;
|
|
5306
|
+
width: auto;
|
|
5307
|
+
}
|
|
5308
|
+
}
|
|
5309
|
+
|
|
5310
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5311
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5312
|
+
right: -34px;
|
|
5313
|
+
width: auto;
|
|
5314
|
+
}
|
|
5315
|
+
}
|
|
5316
|
+
|
|
5317
|
+
.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 {
|
|
5318
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5319
|
+
left: -40px;
|
|
5320
|
+
width: auto;
|
|
5321
|
+
}
|
|
5322
|
+
}
|
|
5323
|
+
|
|
5324
|
+
.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 {
|
|
5325
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5326
|
+
right: -40px;
|
|
5327
|
+
width: auto;
|
|
5328
|
+
}
|
|
5329
|
+
}
|
|
5330
|
+
|
|
5303
5331
|
label.e-float-text,
|
|
5304
5332
|
.e-float-input label.e-float-text,
|
|
5305
5333
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -8892,6 +8920,16 @@ $float-label-rtl-value: -7px !default;
|
|
|
8892
8920
|
}
|
|
8893
8921
|
}
|
|
8894
8922
|
|
|
8923
|
+
.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),
|
|
8924
|
+
.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),
|
|
8925
|
+
.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),
|
|
8926
|
+
.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),
|
|
8927
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
8928
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8929
|
+
border-top-color: transparent;
|
|
8930
|
+
}
|
|
8931
|
+
}
|
|
8932
|
+
|
|
8895
8933
|
.e-outline.e-input-group,
|
|
8896
8934
|
.e-outline .e-input-group,
|
|
8897
8935
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -9036,20 +9074,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
9036
9074
|
.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),
|
|
9037
9075
|
.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),
|
|
9038
9076
|
.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),
|
|
9039
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9040
|
-
.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),
|
|
9041
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9042
|
-
.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),
|
|
9043
9077
|
.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),
|
|
9044
9078
|
.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),
|
|
9045
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
9046
|
-
.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),
|
|
9047
9079
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9048
9080
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9049
9081
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9050
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
9051
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9052
|
-
.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) {
|
|
9082
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
9053
9083
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9054
9084
|
border-color: $input-active-border-color;
|
|
9055
9085
|
box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
|
|
@@ -9067,12 +9097,32 @@ $float-label-rtl-value: -7px !default;
|
|
|
9067
9097
|
}
|
|
9068
9098
|
}
|
|
9069
9099
|
|
|
9100
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9101
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
9102
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9103
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
9104
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9105
|
+
margin-right: $zero-value;
|
|
9106
|
+
}
|
|
9107
|
+
}
|
|
9108
|
+
|
|
9070
9109
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9071
9110
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9072
9111
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9073
9112
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9074
9113
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9075
|
-
margin:
|
|
9114
|
+
margin-left: 4px;
|
|
9115
|
+
margin-right: $zero-value;
|
|
9116
|
+
}
|
|
9117
|
+
}
|
|
9118
|
+
|
|
9119
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9120
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9121
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9122
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9123
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9124
|
+
margin-right: 4px;
|
|
9125
|
+
margin-left: $zero-value;
|
|
9076
9126
|
}
|
|
9077
9127
|
}
|
|
9078
9128
|
|
|
@@ -9544,6 +9594,24 @@ $float-label-rtl-value: -7px !default;
|
|
|
9544
9594
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9545
9595
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9546
9596
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9597
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9598
|
+
margin-left: $outline-bigger-input-icon-margin-right;
|
|
9599
|
+
margin-right: $zero-value;
|
|
9600
|
+
}
|
|
9601
|
+
}
|
|
9602
|
+
|
|
9603
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9604
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9605
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9606
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9607
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9608
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9609
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9610
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9611
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9612
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9613
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9614
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9547
9615
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9548
9616
|
margin-left: $zero-value;
|
|
9549
9617
|
margin-right: $outline-bigger-input-icon-margin-right;
|
|
@@ -10100,6 +10168,17 @@ $float-label-rtl-value: -7px !default;
|
|
|
10100
10168
|
}
|
|
10101
10169
|
}
|
|
10102
10170
|
|
|
10171
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
10172
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
10173
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
10174
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
10175
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
10176
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
10177
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10178
|
+
transition: none;
|
|
10179
|
+
}
|
|
10180
|
+
}
|
|
10181
|
+
|
|
10103
10182
|
.e-bigger.e-outline label.e-float-text::before,
|
|
10104
10183
|
.e-bigger.e-outline label.e-float-text::after,
|
|
10105
10184
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -74057,6 +74136,10 @@ $grid-xlfl-skin: 'bootstrap' !default;
|
|
|
74057
74136
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74058
74137
|
}
|
|
74059
74138
|
|
|
74139
|
+
&.e-rtl .e-xlfl-optr {
|
|
74140
|
+
padding-right: 0;
|
|
74141
|
+
}
|
|
74142
|
+
|
|
74060
74143
|
.e-xlfl-dlgfields {
|
|
74061
74144
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74062
74145
|
}
|
|
@@ -74545,6 +74628,7 @@ $grid-bigger-group-text-line-height: 32px !default;
|
|
|
74545
74628
|
$grid-bigger-groupcaption-line-height: 32px !default;
|
|
74546
74629
|
$grid-bigger-rtl-group-headercell-margin: 3px 8px 0 0 !default;
|
|
74547
74630
|
$grid-bigger-rtl-group-headercell-padding: 9px 0 4px 0 !default;
|
|
74631
|
+
$grid-bigger-device-rtl-group-headercell-padding: 9px 0 4px 0 !default;
|
|
74548
74632
|
$grid-bigger-rtl-ungroup-icon-margin-right: -8px !default;
|
|
74549
74633
|
$grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
|
|
74550
74634
|
$grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
|
|
@@ -75808,6 +75892,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
75808
75892
|
padding: $grid-bigger-rtl-group-headercell-padding;
|
|
75809
75893
|
}
|
|
75810
75894
|
|
|
75895
|
+
&.e-rtl.e-device .e-groupheadercell {
|
|
75896
|
+
padding: $grid-bigger-device-rtl-group-headercell-padding;
|
|
75897
|
+
}
|
|
75898
|
+
|
|
75811
75899
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
75812
75900
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
75813
75901
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
@@ -79951,7 +80039,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79951
80039
|
background-color: $grid-table-background-color;
|
|
79952
80040
|
}
|
|
79953
80041
|
|
|
79954
|
-
.e-focused:not(.e-menu-item) {
|
|
80042
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
79955
80043
|
box-shadow: $grid-cell-focus-shadow;
|
|
79956
80044
|
}
|
|
79957
80045
|
|
|
@@ -80537,6 +80625,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80537
80625
|
padding-top: 6px;
|
|
80538
80626
|
padding-bottom: 6px;
|
|
80539
80627
|
}
|
|
80628
|
+
|
|
80629
|
+
&.e-focused {
|
|
80630
|
+
box-shadow: none;
|
|
80631
|
+
}
|
|
80540
80632
|
}
|
|
80541
80633
|
|
|
80542
80634
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5290,6 +5290,34 @@ $float-label-rtl-value: -7px !default;
|
|
|
5290
5290
|
user-select: text;
|
|
5291
5291
|
}
|
|
5292
5292
|
|
|
5293
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5294
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5295
|
+
left: -34px;
|
|
5296
|
+
width: auto;
|
|
5297
|
+
}
|
|
5298
|
+
}
|
|
5299
|
+
|
|
5300
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5301
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5302
|
+
right: -34px;
|
|
5303
|
+
width: auto;
|
|
5304
|
+
}
|
|
5305
|
+
}
|
|
5306
|
+
|
|
5307
|
+
.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 {
|
|
5308
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5309
|
+
left: -40px;
|
|
5310
|
+
width: auto;
|
|
5311
|
+
}
|
|
5312
|
+
}
|
|
5313
|
+
|
|
5314
|
+
.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 {
|
|
5315
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5316
|
+
right: -40px;
|
|
5317
|
+
width: auto;
|
|
5318
|
+
}
|
|
5319
|
+
}
|
|
5320
|
+
|
|
5293
5321
|
label.e-float-text,
|
|
5294
5322
|
.e-float-input label.e-float-text,
|
|
5295
5323
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -8882,6 +8910,16 @@ $float-label-rtl-value: -7px !default;
|
|
|
8882
8910
|
}
|
|
8883
8911
|
}
|
|
8884
8912
|
|
|
8913
|
+
.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),
|
|
8914
|
+
.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),
|
|
8915
|
+
.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),
|
|
8916
|
+
.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),
|
|
8917
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
8918
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8919
|
+
border-top-color: transparent;
|
|
8920
|
+
}
|
|
8921
|
+
}
|
|
8922
|
+
|
|
8885
8923
|
.e-outline.e-input-group,
|
|
8886
8924
|
.e-outline .e-input-group,
|
|
8887
8925
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -9026,20 +9064,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
9026
9064
|
.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),
|
|
9027
9065
|
.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),
|
|
9028
9066
|
.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),
|
|
9029
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9030
|
-
.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),
|
|
9031
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9032
|
-
.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),
|
|
9033
9067
|
.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),
|
|
9034
9068
|
.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),
|
|
9035
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
9036
|
-
.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),
|
|
9037
9069
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9038
9070
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9039
9071
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9040
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
9041
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9042
|
-
.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) {
|
|
9072
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
9043
9073
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9044
9074
|
border-color: $input-active-border-color;
|
|
9045
9075
|
box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
|
|
@@ -9057,12 +9087,32 @@ $float-label-rtl-value: -7px !default;
|
|
|
9057
9087
|
}
|
|
9058
9088
|
}
|
|
9059
9089
|
|
|
9090
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9091
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
9092
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9093
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
9094
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9095
|
+
margin-right: $zero-value;
|
|
9096
|
+
}
|
|
9097
|
+
}
|
|
9098
|
+
|
|
9060
9099
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9061
9100
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9062
9101
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9063
9102
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9064
9103
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9065
|
-
margin:
|
|
9104
|
+
margin-left: 4px;
|
|
9105
|
+
margin-right: $zero-value;
|
|
9106
|
+
}
|
|
9107
|
+
}
|
|
9108
|
+
|
|
9109
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9110
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9111
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9112
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9113
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9114
|
+
margin-right: 4px;
|
|
9115
|
+
margin-left: $zero-value;
|
|
9066
9116
|
}
|
|
9067
9117
|
}
|
|
9068
9118
|
|
|
@@ -9534,6 +9584,24 @@ $float-label-rtl-value: -7px !default;
|
|
|
9534
9584
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9535
9585
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9536
9586
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9587
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9588
|
+
margin-left: $outline-bigger-input-icon-margin-right;
|
|
9589
|
+
margin-right: $zero-value;
|
|
9590
|
+
}
|
|
9591
|
+
}
|
|
9592
|
+
|
|
9593
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9594
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9595
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9596
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9597
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9598
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9599
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9600
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9601
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9602
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9603
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9604
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9537
9605
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9538
9606
|
margin-left: $zero-value;
|
|
9539
9607
|
margin-right: $outline-bigger-input-icon-margin-right;
|
|
@@ -10090,6 +10158,17 @@ $float-label-rtl-value: -7px !default;
|
|
|
10090
10158
|
}
|
|
10091
10159
|
}
|
|
10092
10160
|
|
|
10161
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
10162
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
10163
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
10164
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
10165
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
10166
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
10167
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10168
|
+
transition: none;
|
|
10169
|
+
}
|
|
10170
|
+
}
|
|
10171
|
+
|
|
10093
10172
|
.e-bigger.e-outline label.e-float-text::before,
|
|
10094
10173
|
.e-bigger.e-outline label.e-float-text::after,
|
|
10095
10174
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -73768,6 +73847,10 @@ $grid-xlfl-skin: 'bootstrap' !default;
|
|
|
73768
73847
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
73769
73848
|
}
|
|
73770
73849
|
|
|
73850
|
+
&.e-rtl .e-xlfl-optr {
|
|
73851
|
+
padding-right: 0;
|
|
73852
|
+
}
|
|
73853
|
+
|
|
73771
73854
|
.e-xlfl-dlgfields {
|
|
73772
73855
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
73773
73856
|
}
|
|
@@ -74263,6 +74346,7 @@ $grid-bigger-group-text-line-height: 32px !default;
|
|
|
74263
74346
|
$grid-bigger-groupcaption-line-height: 32px !default;
|
|
74264
74347
|
$grid-bigger-rtl-group-headercell-margin: 3px 8px 0 0 !default;
|
|
74265
74348
|
$grid-bigger-rtl-group-headercell-padding: 9px 0 4px 0 !default;
|
|
74349
|
+
$grid-bigger-device-rtl-group-headercell-padding: 9px 0 4px 0 !default;
|
|
74266
74350
|
$grid-bigger-rtl-ungroup-icon-margin-right: -8px !default;
|
|
74267
74351
|
$grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
|
|
74268
74352
|
$grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
|
|
@@ -75521,6 +75605,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
75521
75605
|
padding: $grid-bigger-rtl-group-headercell-padding;
|
|
75522
75606
|
}
|
|
75523
75607
|
|
|
75608
|
+
&.e-rtl.e-device .e-groupheadercell {
|
|
75609
|
+
padding: $grid-bigger-device-rtl-group-headercell-padding;
|
|
75610
|
+
}
|
|
75611
|
+
|
|
75524
75612
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
75525
75613
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
75526
75614
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
@@ -79664,7 +79752,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79664
79752
|
background-color: $grid-table-background-color;
|
|
79665
79753
|
}
|
|
79666
79754
|
|
|
79667
|
-
.e-focused:not(.e-menu-item) {
|
|
79755
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
79668
79756
|
box-shadow: $grid-cell-focus-shadow;
|
|
79669
79757
|
}
|
|
79670
79758
|
|
|
@@ -80250,6 +80338,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80250
80338
|
padding-top: 6px;
|
|
80251
80339
|
padding-bottom: 6px;
|
|
80252
80340
|
}
|
|
80341
|
+
|
|
80342
|
+
&.e-focused {
|
|
80343
|
+
box-shadow: none;
|
|
80344
|
+
}
|
|
80253
80345
|
}
|
|
80254
80346
|
|
|
80255
80347
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -5169,6 +5169,34 @@ $float-label-rtl-value: -7px !default;
|
|
|
5169
5169
|
user-select: text;
|
|
5170
5170
|
}
|
|
5171
5171
|
|
|
5172
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5173
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5174
|
+
left: -34px;
|
|
5175
|
+
width: auto;
|
|
5176
|
+
}
|
|
5177
|
+
}
|
|
5178
|
+
|
|
5179
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5180
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5181
|
+
right: -34px;
|
|
5182
|
+
width: auto;
|
|
5183
|
+
}
|
|
5184
|
+
}
|
|
5185
|
+
|
|
5186
|
+
.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 {
|
|
5187
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5188
|
+
left: -40px;
|
|
5189
|
+
width: auto;
|
|
5190
|
+
}
|
|
5191
|
+
}
|
|
5192
|
+
|
|
5193
|
+
.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 {
|
|
5194
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5195
|
+
right: -40px;
|
|
5196
|
+
width: auto;
|
|
5197
|
+
}
|
|
5198
|
+
}
|
|
5199
|
+
|
|
5172
5200
|
label.e-float-text,
|
|
5173
5201
|
.e-float-input label.e-float-text,
|
|
5174
5202
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -8761,6 +8789,16 @@ $float-label-rtl-value: -7px !default;
|
|
|
8761
8789
|
}
|
|
8762
8790
|
}
|
|
8763
8791
|
|
|
8792
|
+
.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),
|
|
8793
|
+
.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),
|
|
8794
|
+
.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),
|
|
8795
|
+
.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),
|
|
8796
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
8797
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8798
|
+
border-top-color: transparent;
|
|
8799
|
+
}
|
|
8800
|
+
}
|
|
8801
|
+
|
|
8764
8802
|
.e-outline.e-input-group,
|
|
8765
8803
|
.e-outline .e-input-group,
|
|
8766
8804
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -8905,20 +8943,12 @@ $float-label-rtl-value: -7px !default;
|
|
|
8905
8943
|
.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),
|
|
8906
8944
|
.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),
|
|
8907
8945
|
.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),
|
|
8908
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8909
|
-
.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),
|
|
8910
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8911
|
-
.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),
|
|
8912
8946
|
.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),
|
|
8913
8947
|
.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),
|
|
8914
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
8915
|
-
.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),
|
|
8916
8948
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8917
8949
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8918
8950
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8919
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
8920
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
8921
|
-
.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) {
|
|
8951
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
8922
8952
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8923
8953
|
border-color: $input-active-border-color;
|
|
8924
8954
|
box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
|
|
@@ -8936,12 +8966,32 @@ $float-label-rtl-value: -7px !default;
|
|
|
8936
8966
|
}
|
|
8937
8967
|
}
|
|
8938
8968
|
|
|
8969
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
8970
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
8971
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
8972
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
8973
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8974
|
+
margin-right: $zero-value;
|
|
8975
|
+
}
|
|
8976
|
+
}
|
|
8977
|
+
|
|
8939
8978
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
8940
8979
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
8941
8980
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
8942
8981
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
8943
8982
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8944
|
-
margin:
|
|
8983
|
+
margin-left: 4px;
|
|
8984
|
+
margin-right: $zero-value;
|
|
8985
|
+
}
|
|
8986
|
+
}
|
|
8987
|
+
|
|
8988
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
8989
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
8990
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
8991
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
8992
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
8993
|
+
margin-right: 4px;
|
|
8994
|
+
margin-left: $zero-value;
|
|
8945
8995
|
}
|
|
8946
8996
|
}
|
|
8947
8997
|
|
|
@@ -9413,6 +9463,24 @@ $float-label-rtl-value: -7px !default;
|
|
|
9413
9463
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9414
9464
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9415
9465
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9466
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9467
|
+
margin-left: $outline-bigger-input-icon-margin-right;
|
|
9468
|
+
margin-right: $zero-value;
|
|
9469
|
+
}
|
|
9470
|
+
}
|
|
9471
|
+
|
|
9472
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9473
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9474
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9475
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9476
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9477
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9478
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9479
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9480
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9481
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9482
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9483
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9416
9484
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9417
9485
|
margin-left: $zero-value;
|
|
9418
9486
|
margin-right: $outline-bigger-input-icon-margin-right;
|
|
@@ -9969,6 +10037,17 @@ $float-label-rtl-value: -7px !default;
|
|
|
9969
10037
|
}
|
|
9970
10038
|
}
|
|
9971
10039
|
|
|
10040
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
10041
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
10042
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
10043
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
10044
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
10045
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
10046
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10047
|
+
transition: none;
|
|
10048
|
+
}
|
|
10049
|
+
}
|
|
10050
|
+
|
|
9972
10051
|
.e-bigger.e-outline label.e-float-text::before,
|
|
9973
10052
|
.e-bigger.e-outline label.e-float-text::after,
|
|
9974
10053
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -73948,6 +74027,10 @@ $grid-xlfl-skin: 'bootstrap4' !default;
|
|
|
73948
74027
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
73949
74028
|
}
|
|
73950
74029
|
|
|
74030
|
+
&.e-rtl .e-xlfl-optr {
|
|
74031
|
+
padding-right: 0;
|
|
74032
|
+
}
|
|
74033
|
+
|
|
73951
74034
|
.e-xlfl-dlgfields {
|
|
73952
74035
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
73953
74036
|
}
|
|
@@ -74445,6 +74528,7 @@ $grid-bigger-group-text-line-height: 3px !default;
|
|
|
74445
74528
|
$grid-bigger-groupcaption-line-height: 32px !default;
|
|
74446
74529
|
$grid-bigger-rtl-group-headercell-margin: 14px 9px 0 0 !default;
|
|
74447
74530
|
$grid-bigger-rtl-group-headercell-padding: 6px 6px 4px 9px !default;
|
|
74531
|
+
$grid-bigger-device-rtl-group-headercell-padding: 0 10px !default;
|
|
74448
74532
|
$grid-bigger-rtl-ungroup-icon-margin-right: -15px !default;
|
|
74449
74533
|
$grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
|
|
74450
74534
|
$grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
|
|
@@ -75710,6 +75794,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
75710
75794
|
padding: $grid-bigger-rtl-group-headercell-padding;
|
|
75711
75795
|
}
|
|
75712
75796
|
|
|
75797
|
+
&.e-rtl.e-device .e-groupheadercell {
|
|
75798
|
+
padding: $grid-bigger-device-rtl-group-headercell-padding;
|
|
75799
|
+
}
|
|
75800
|
+
|
|
75713
75801
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
75714
75802
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
75715
75803
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
@@ -79853,7 +79941,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79853
79941
|
background-color: $grid-table-background-color;
|
|
79854
79942
|
}
|
|
79855
79943
|
|
|
79856
|
-
.e-focused:not(.e-menu-item) {
|
|
79944
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
79857
79945
|
box-shadow: $grid-cell-focus-shadow;
|
|
79858
79946
|
}
|
|
79859
79947
|
|
|
@@ -80439,6 +80527,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80439
80527
|
padding-top: 6px;
|
|
80440
80528
|
padding-bottom: 6px;
|
|
80441
80529
|
}
|
|
80530
|
+
|
|
80531
|
+
&.e-focused {
|
|
80532
|
+
box-shadow: none;
|
|
80533
|
+
}
|
|
80442
80534
|
}
|
|
80443
80535
|
|
|
80444
80536
|
.e-cloneproperties.e-draganddrop table,
|