@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
|
@@ -158,7 +158,7 @@ $appbar-top-shadow: 0 -2px 3px rgba(0, 0, 0, .1), 0 -2px 6px rgba(0, 0, 0, .2) !
|
|
|
158
158
|
|
|
159
159
|
@if not variable-exists('is-roboto-loaded') {
|
|
160
160
|
//sass-lint:disable no-url-protocols,no-url-domains
|
|
161
|
-
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');// stylelint-disable-line no-invalid-position-at-import-rule
|
|
161
|
+
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');// stylelint-disable-line no-invalid-position-at-import-rule
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
$is-roboto-loaded: 'true' !default;
|
|
@@ -3275,7 +3275,7 @@ $input-icon-font-size: 12px !default;
|
|
|
3275
3275
|
$input-bigger-icon-font-size: 12px !default;
|
|
3276
3276
|
$input-small-icon-font-size: 12px !default;
|
|
3277
3277
|
$input-bigger-small-icon-font-size: 12px !default;
|
|
3278
|
-
$input-inner-wrap-margin-left:
|
|
3278
|
+
$input-inner-wrap-margin-left: 8px !default;
|
|
3279
3279
|
$input-clear-icon-padding-bottom: 4px !default;
|
|
3280
3280
|
$input-clear-icon-padding-right: 4px !default;
|
|
3281
3281
|
$input-clear-icon-padding-left: $input-clear-icon-padding-right !default;
|
|
@@ -3390,7 +3390,7 @@ $outline-valid-input-font-size: 14px !default;
|
|
|
3390
3390
|
$outline-label-default-line-height: 13px !default;
|
|
3391
3391
|
$outline-label-before-left-rtl: 5px !default;
|
|
3392
3392
|
$outline-label-after-left-rtl: -6px !default;
|
|
3393
|
-
$outline-label-line-height:
|
|
3393
|
+
$outline-label-line-height: 54px !default;
|
|
3394
3394
|
$outline-bigger-label-line-height: 70px !default;
|
|
3395
3395
|
$outline-small-bigger-label-line-height: 53px !default;
|
|
3396
3396
|
$outline-small-label-line-height: 46px !default;
|
|
@@ -5505,6 +5505,34 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
5505
5505
|
user-select: text;
|
|
5506
5506
|
}
|
|
5507
5507
|
|
|
5508
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5509
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5510
|
+
left: -34px;
|
|
5511
|
+
width: auto;
|
|
5512
|
+
}
|
|
5513
|
+
}
|
|
5514
|
+
|
|
5515
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5516
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5517
|
+
right: -34px;
|
|
5518
|
+
width: auto;
|
|
5519
|
+
}
|
|
5520
|
+
}
|
|
5521
|
+
|
|
5522
|
+
.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 {
|
|
5523
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5524
|
+
left: -40px;
|
|
5525
|
+
width: auto;
|
|
5526
|
+
}
|
|
5527
|
+
}
|
|
5528
|
+
|
|
5529
|
+
.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 {
|
|
5530
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5531
|
+
right: -40px;
|
|
5532
|
+
width: auto;
|
|
5533
|
+
}
|
|
5534
|
+
}
|
|
5535
|
+
|
|
5508
5536
|
label.e-float-text,
|
|
5509
5537
|
.e-float-input label.e-float-text,
|
|
5510
5538
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -9097,6 +9125,16 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
9097
9125
|
}
|
|
9098
9126
|
}
|
|
9099
9127
|
|
|
9128
|
+
.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),
|
|
9129
|
+
.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),
|
|
9130
|
+
.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),
|
|
9131
|
+
.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),
|
|
9132
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
9133
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9134
|
+
border-top-color: transparent;
|
|
9135
|
+
}
|
|
9136
|
+
}
|
|
9137
|
+
|
|
9100
9138
|
.e-outline.e-input-group,
|
|
9101
9139
|
.e-outline .e-input-group,
|
|
9102
9140
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -9241,20 +9279,12 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
9241
9279
|
.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),
|
|
9242
9280
|
.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),
|
|
9243
9281
|
.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),
|
|
9244
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9245
|
-
.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),
|
|
9246
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9247
|
-
.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),
|
|
9248
9282
|
.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),
|
|
9249
9283
|
.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),
|
|
9250
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
9251
|
-
.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),
|
|
9252
9284
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9253
9285
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9254
9286
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9255
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
9256
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9257
|
-
.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) {
|
|
9287
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
9258
9288
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9259
9289
|
border-color: $input-active-border-color;
|
|
9260
9290
|
box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
|
|
@@ -9272,12 +9302,32 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
9272
9302
|
}
|
|
9273
9303
|
}
|
|
9274
9304
|
|
|
9305
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9306
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
9307
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9308
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
9309
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9310
|
+
margin-right: $zero-value;
|
|
9311
|
+
}
|
|
9312
|
+
}
|
|
9313
|
+
|
|
9275
9314
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9276
9315
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9277
9316
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9278
9317
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9279
9318
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9280
|
-
margin:
|
|
9319
|
+
margin-left: 4px;
|
|
9320
|
+
margin-right: $zero-value;
|
|
9321
|
+
}
|
|
9322
|
+
}
|
|
9323
|
+
|
|
9324
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9325
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9326
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9327
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9328
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9329
|
+
margin-right: 4px;
|
|
9330
|
+
margin-left: $zero-value;
|
|
9281
9331
|
}
|
|
9282
9332
|
}
|
|
9283
9333
|
|
|
@@ -9749,6 +9799,24 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
9749
9799
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9750
9800
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9751
9801
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9802
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9803
|
+
margin-left: $outline-bigger-input-icon-margin-right;
|
|
9804
|
+
margin-right: $zero-value;
|
|
9805
|
+
}
|
|
9806
|
+
}
|
|
9807
|
+
|
|
9808
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9809
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9810
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9811
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9812
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9813
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9814
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9815
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9816
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9817
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9818
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9819
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9752
9820
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9753
9821
|
margin-left: $zero-value;
|
|
9754
9822
|
margin-right: $outline-bigger-input-icon-margin-right;
|
|
@@ -10305,6 +10373,17 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
10305
10373
|
}
|
|
10306
10374
|
}
|
|
10307
10375
|
|
|
10376
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
10377
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
10378
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
10379
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
10380
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
10381
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
10382
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10383
|
+
transition: none;
|
|
10384
|
+
}
|
|
10385
|
+
}
|
|
10386
|
+
|
|
10308
10387
|
.e-bigger.e-outline label.e-float-text::before,
|
|
10309
10388
|
.e-bigger.e-outline label.e-float-text::after,
|
|
10310
10389
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -75229,6 +75308,10 @@ $grid-xlfl-skin: 'material' !default;
|
|
|
75229
75308
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
75230
75309
|
}
|
|
75231
75310
|
|
|
75311
|
+
&.e-rtl .e-xlfl-optr {
|
|
75312
|
+
padding-right: 0;
|
|
75313
|
+
}
|
|
75314
|
+
|
|
75232
75315
|
.e-xlfl-dlgfields {
|
|
75233
75316
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
75234
75317
|
}
|
|
@@ -75945,6 +76028,7 @@ $grid-fltr-sortnumber-margin: 7px -3px 0 2px !default;
|
|
|
75945
76028
|
$grid-fltr-rtl-sortnumber-rightalign-margin: 7px 0 0 5px !default;
|
|
75946
76029
|
$grid-rtl-sortnumber-rightalign-margin: $grid-fltr-rtl-sortnumber-rightalign-margin !default;
|
|
75947
76030
|
$grid-bigger-rtl-group-headercell-padding: 0 12px 0 8px !default;
|
|
76031
|
+
$grid-bigger-device-rtl-group-headercell-padding: 0 12px 0 8px !default;
|
|
75948
76032
|
$group-caption-font-color: $grey-dark-font !default;
|
|
75949
76033
|
$grid-rtl-group-headercell-margin-left: 10px !default;
|
|
75950
76034
|
$grid-rtl-group-headercell-margin-right: 18px !default;
|
|
@@ -76978,6 +77062,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76978
77062
|
padding: $grid-bigger-rtl-group-headercell-padding;
|
|
76979
77063
|
}
|
|
76980
77064
|
|
|
77065
|
+
&.e-rtl.e-device .e-groupheadercell {
|
|
77066
|
+
padding: $grid-bigger-device-rtl-group-headercell-padding;
|
|
77067
|
+
}
|
|
77068
|
+
|
|
76981
77069
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
76982
77070
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
76983
77071
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
@@ -81121,7 +81209,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
81121
81209
|
background-color: $grid-table-background-color;
|
|
81122
81210
|
}
|
|
81123
81211
|
|
|
81124
|
-
.e-focused:not(.e-menu-item) {
|
|
81212
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
81125
81213
|
box-shadow: $grid-cell-focus-shadow;
|
|
81126
81214
|
}
|
|
81127
81215
|
|
|
@@ -81707,6 +81795,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
81707
81795
|
padding-top: 6px;
|
|
81708
81796
|
padding-bottom: 6px;
|
|
81709
81797
|
}
|
|
81798
|
+
|
|
81799
|
+
&.e-focused {
|
|
81800
|
+
box-shadow: none;
|
|
81801
|
+
}
|
|
81710
81802
|
}
|
|
81711
81803
|
|
|
81712
81804
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -3288,7 +3288,7 @@ $input-icon-font-size: 12px !default;
|
|
|
3288
3288
|
$input-bigger-icon-font-size: 12px !default;
|
|
3289
3289
|
$input-small-icon-font-size: 12px !default;
|
|
3290
3290
|
$input-bigger-small-icon-font-size: 12px !default;
|
|
3291
|
-
$input-inner-wrap-margin-left:
|
|
3291
|
+
$input-inner-wrap-margin-left: 8px !default;
|
|
3292
3292
|
$input-clear-icon-padding-bottom: 4px !default;
|
|
3293
3293
|
$input-clear-icon-padding-right: 4px !default;
|
|
3294
3294
|
$input-clear-icon-padding-left: $input-clear-icon-padding-right !default;
|
|
@@ -3400,7 +3400,7 @@ $outline-valid-input-font-size: 14px !default;
|
|
|
3400
3400
|
$outline-label-default-line-height: 13px !default;
|
|
3401
3401
|
$outline-label-before-left-rtl: 5px !default;
|
|
3402
3402
|
$outline-label-after-left-rtl: -6px !default;
|
|
3403
|
-
$outline-label-line-height:
|
|
3403
|
+
$outline-label-line-height: 54px !default;
|
|
3404
3404
|
$outline-bigger-label-line-height: 70px !default;
|
|
3405
3405
|
$outline-small-bigger-label-line-height: 53px !default;
|
|
3406
3406
|
$outline-small-label-line-height: 46px !default;
|
|
@@ -5519,6 +5519,34 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
5519
5519
|
user-select: text;
|
|
5520
5520
|
}
|
|
5521
5521
|
|
|
5522
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5523
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5524
|
+
left: -34px;
|
|
5525
|
+
width: auto;
|
|
5526
|
+
}
|
|
5527
|
+
}
|
|
5528
|
+
|
|
5529
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5530
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5531
|
+
right: -34px;
|
|
5532
|
+
width: auto;
|
|
5533
|
+
}
|
|
5534
|
+
}
|
|
5535
|
+
|
|
5536
|
+
.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 {
|
|
5537
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5538
|
+
left: -40px;
|
|
5539
|
+
width: auto;
|
|
5540
|
+
}
|
|
5541
|
+
}
|
|
5542
|
+
|
|
5543
|
+
.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 {
|
|
5544
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5545
|
+
right: -40px;
|
|
5546
|
+
width: auto;
|
|
5547
|
+
}
|
|
5548
|
+
}
|
|
5549
|
+
|
|
5522
5550
|
label.e-float-text,
|
|
5523
5551
|
.e-float-input label.e-float-text,
|
|
5524
5552
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -9111,6 +9139,16 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
9111
9139
|
}
|
|
9112
9140
|
}
|
|
9113
9141
|
|
|
9142
|
+
.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),
|
|
9143
|
+
.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),
|
|
9144
|
+
.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),
|
|
9145
|
+
.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),
|
|
9146
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
9147
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9148
|
+
border-top-color: transparent;
|
|
9149
|
+
}
|
|
9150
|
+
}
|
|
9151
|
+
|
|
9114
9152
|
.e-outline.e-input-group,
|
|
9115
9153
|
.e-outline .e-input-group,
|
|
9116
9154
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -9255,20 +9293,12 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
9255
9293
|
.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),
|
|
9256
9294
|
.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),
|
|
9257
9295
|
.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),
|
|
9258
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9259
|
-
.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),
|
|
9260
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9261
|
-
.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),
|
|
9262
9296
|
.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),
|
|
9263
9297
|
.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),
|
|
9264
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
9265
|
-
.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),
|
|
9266
9298
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9267
9299
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9268
9300
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9269
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
9270
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9271
|
-
.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) {
|
|
9301
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
9272
9302
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9273
9303
|
border-color: $input-active-border-color;
|
|
9274
9304
|
box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
|
|
@@ -9286,12 +9316,32 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
9286
9316
|
}
|
|
9287
9317
|
}
|
|
9288
9318
|
|
|
9319
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9320
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
9321
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9322
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
9323
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9324
|
+
margin-right: $zero-value;
|
|
9325
|
+
}
|
|
9326
|
+
}
|
|
9327
|
+
|
|
9289
9328
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9290
9329
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9291
9330
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9292
9331
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9293
9332
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9294
|
-
margin:
|
|
9333
|
+
margin-left: 4px;
|
|
9334
|
+
margin-right: $zero-value;
|
|
9335
|
+
}
|
|
9336
|
+
}
|
|
9337
|
+
|
|
9338
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9339
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9340
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9341
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9342
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9343
|
+
margin-right: 4px;
|
|
9344
|
+
margin-left: $zero-value;
|
|
9295
9345
|
}
|
|
9296
9346
|
}
|
|
9297
9347
|
|
|
@@ -9763,6 +9813,24 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
9763
9813
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9764
9814
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9765
9815
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9816
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9817
|
+
margin-left: $outline-bigger-input-icon-margin-right;
|
|
9818
|
+
margin-right: $zero-value;
|
|
9819
|
+
}
|
|
9820
|
+
}
|
|
9821
|
+
|
|
9822
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9823
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9824
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9825
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9826
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9827
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9828
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9829
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9830
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9831
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
9832
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
9833
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9766
9834
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9767
9835
|
margin-left: $zero-value;
|
|
9768
9836
|
margin-right: $outline-bigger-input-icon-margin-right;
|
|
@@ -10319,6 +10387,17 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
10319
10387
|
}
|
|
10320
10388
|
}
|
|
10321
10389
|
|
|
10390
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
10391
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
10392
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
10393
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
10394
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
10395
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
10396
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10397
|
+
transition: none;
|
|
10398
|
+
}
|
|
10399
|
+
}
|
|
10400
|
+
|
|
10322
10401
|
.e-bigger.e-outline label.e-float-text::before,
|
|
10323
10402
|
.e-bigger.e-outline label.e-float-text::after,
|
|
10324
10403
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -74951,6 +75030,10 @@ $grid-xlfl-skin: 'material' !default;
|
|
|
74951
75030
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
74952
75031
|
}
|
|
74953
75032
|
|
|
75033
|
+
&.e-rtl .e-xlfl-optr {
|
|
75034
|
+
padding-right: 0;
|
|
75035
|
+
}
|
|
75036
|
+
|
|
74954
75037
|
.e-xlfl-dlgfields {
|
|
74955
75038
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
74956
75039
|
}
|
|
@@ -75670,6 +75753,7 @@ $grid-fltr-sortnumber-margin: 7px 5px 0 2px !default;
|
|
|
75670
75753
|
$grid-fltr-rtl-sortnumber-rightalign-margin: 7px 0 0 5px !default;
|
|
75671
75754
|
$grid-rtl-sortnumber-rightalign-margin: $grid-fltr-rtl-sortnumber-rightalign-margin !default;
|
|
75672
75755
|
$grid-bigger-rtl-group-headercell-padding: 0 12px 0 8px !default;
|
|
75756
|
+
$grid-bigger-device-rtl-group-headercell-padding: 0 12px 0 8px !default;
|
|
75673
75757
|
$group-caption-font-color: $grey-light-font !default;
|
|
75674
75758
|
$grid-rtl-group-headercell-margin-left: 10px !default;
|
|
75675
75759
|
$grid-rtl-group-headercell-margin-right: 18px !default;
|
|
@@ -76698,6 +76782,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76698
76782
|
padding: $grid-bigger-rtl-group-headercell-padding;
|
|
76699
76783
|
}
|
|
76700
76784
|
|
|
76785
|
+
&.e-rtl.e-device .e-groupheadercell {
|
|
76786
|
+
padding: $grid-bigger-device-rtl-group-headercell-padding;
|
|
76787
|
+
}
|
|
76788
|
+
|
|
76701
76789
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
76702
76790
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
76703
76791
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
@@ -80841,7 +80929,7 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
80841
80929
|
background-color: $grid-table-background-color;
|
|
80842
80930
|
}
|
|
80843
80931
|
|
|
80844
|
-
.e-focused:not(.e-menu-item) {
|
|
80932
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
80845
80933
|
box-shadow: $grid-cell-focus-shadow;
|
|
80846
80934
|
}
|
|
80847
80935
|
|
|
@@ -81427,6 +81515,10 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
81427
81515
|
padding-top: 6px;
|
|
81428
81516
|
padding-bottom: 6px;
|
|
81429
81517
|
}
|
|
81518
|
+
|
|
81519
|
+
&.e-focused {
|
|
81520
|
+
box-shadow: none;
|
|
81521
|
+
}
|
|
81430
81522
|
}
|
|
81431
81523
|
|
|
81432
81524
|
.e-cloneproperties.e-draganddrop table,
|
|
@@ -3591,7 +3591,7 @@ $input-icon-font-size: $font-icon-16 !default;
|
|
|
3591
3591
|
$input-bigger-icon-font-size: $font-icon-20 !default;
|
|
3592
3592
|
$input-small-icon-font-size: $font-icon-16 !default;
|
|
3593
3593
|
$input-bigger-small-icon-font-size: $font-icon-20 !default;
|
|
3594
|
-
$input-inner-wrap-margin-left:
|
|
3594
|
+
$input-inner-wrap-margin-left: 8px !default;
|
|
3595
3595
|
$input-clear-icon-padding-bottom: 4px !default;
|
|
3596
3596
|
$input-clear-icon-padding-right: 8px !default;
|
|
3597
3597
|
$input-clear-icon-padding-left: $input-clear-icon-padding-right !default;
|
|
@@ -3710,7 +3710,7 @@ $outline-valid-input-font-size: 14px !default;
|
|
|
3710
3710
|
$outline-label-default-line-height: 13px !default;
|
|
3711
3711
|
$outline-label-before-left-rtl: 5px !default;
|
|
3712
3712
|
$outline-label-after-left-rtl: -6px !default;
|
|
3713
|
-
$outline-label-line-height:
|
|
3713
|
+
$outline-label-line-height: 54px !default;
|
|
3714
3714
|
$outline-bigger-label-line-height: 70px !default;
|
|
3715
3715
|
$outline-small-bigger-label-line-height: 53px !default;
|
|
3716
3716
|
$outline-small-label-line-height: 46px !default;
|
|
@@ -5787,6 +5787,34 @@ $filled-input-clear-icon-active-color: rgba($icon-color) !default;
|
|
|
5787
5787
|
user-select: text;
|
|
5788
5788
|
}
|
|
5789
5789
|
|
|
5790
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5791
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5792
|
+
left: -34px;
|
|
5793
|
+
width: auto;
|
|
5794
|
+
}
|
|
5795
|
+
}
|
|
5796
|
+
|
|
5797
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
5798
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5799
|
+
right: -34px;
|
|
5800
|
+
width: auto;
|
|
5801
|
+
}
|
|
5802
|
+
}
|
|
5803
|
+
|
|
5804
|
+
.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 {
|
|
5805
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5806
|
+
left: -40px;
|
|
5807
|
+
width: auto;
|
|
5808
|
+
}
|
|
5809
|
+
}
|
|
5810
|
+
|
|
5811
|
+
.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 {
|
|
5812
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
5813
|
+
right: -40px;
|
|
5814
|
+
width: auto;
|
|
5815
|
+
}
|
|
5816
|
+
}
|
|
5817
|
+
|
|
5790
5818
|
label.e-float-text,
|
|
5791
5819
|
.e-float-input label.e-float-text,
|
|
5792
5820
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -9379,6 +9407,16 @@ $filled-input-clear-icon-active-color: rgba($icon-color) !default;
|
|
|
9379
9407
|
}
|
|
9380
9408
|
}
|
|
9381
9409
|
|
|
9410
|
+
.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),
|
|
9411
|
+
.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),
|
|
9412
|
+
.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),
|
|
9413
|
+
.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),
|
|
9414
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
9415
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9416
|
+
border-top-color: transparent;
|
|
9417
|
+
}
|
|
9418
|
+
}
|
|
9419
|
+
|
|
9382
9420
|
.e-outline.e-input-group,
|
|
9383
9421
|
.e-outline .e-input-group,
|
|
9384
9422
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -9523,20 +9561,12 @@ $filled-input-clear-icon-active-color: rgba($icon-color) !default;
|
|
|
9523
9561
|
.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),
|
|
9524
9562
|
.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),
|
|
9525
9563
|
.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),
|
|
9526
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9527
|
-
.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),
|
|
9528
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9529
|
-
.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),
|
|
9530
9564
|
.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),
|
|
9531
9565
|
.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),
|
|
9532
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
9533
|
-
.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),
|
|
9534
9566
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9535
9567
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9536
9568
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9537
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
9538
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
9539
|
-
.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) {
|
|
9569
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
9540
9570
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9541
9571
|
border-color: $input-active-border-color;
|
|
9542
9572
|
box-shadow: inset 1px 1px $input-active-border-color, inset -1px 0 $input-active-border-color, inset 0 -1px $input-active-border-color;
|
|
@@ -9554,12 +9584,32 @@ $filled-input-clear-icon-active-color: rgba($icon-color) !default;
|
|
|
9554
9584
|
}
|
|
9555
9585
|
}
|
|
9556
9586
|
|
|
9587
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9588
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
9589
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
9590
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
9591
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9592
|
+
margin-right: $zero-value;
|
|
9593
|
+
}
|
|
9594
|
+
}
|
|
9595
|
+
|
|
9557
9596
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9558
9597
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9559
9598
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9560
9599
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9561
9600
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9562
|
-
margin:
|
|
9601
|
+
margin-left: 4px;
|
|
9602
|
+
margin-right: $zero-value;
|
|
9603
|
+
}
|
|
9604
|
+
}
|
|
9605
|
+
|
|
9606
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
9607
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
9608
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
9609
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
9610
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
9611
|
+
margin-right: 4px;
|
|
9612
|
+
margin-left: $zero-value;
|
|
9563
9613
|
}
|
|
9564
9614
|
}
|
|
9565
9615
|
|
|
@@ -10031,6 +10081,24 @@ $filled-input-clear-icon-active-color: rgba($icon-color) !default;
|
|
|
10031
10081
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
10032
10082
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
10033
10083
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
10084
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10085
|
+
margin-left: $outline-bigger-input-icon-margin-right;
|
|
10086
|
+
margin-right: $zero-value;
|
|
10087
|
+
}
|
|
10088
|
+
}
|
|
10089
|
+
|
|
10090
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
10091
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
10092
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
10093
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
10094
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
10095
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
10096
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
10097
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
10098
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
10099
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
10100
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
10101
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
10034
10102
|
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10035
10103
|
margin-left: $zero-value;
|
|
10036
10104
|
margin-right: $outline-bigger-input-icon-margin-right;
|
|
@@ -10587,6 +10655,17 @@ $filled-input-clear-icon-active-color: rgba($icon-color) !default;
|
|
|
10587
10655
|
}
|
|
10588
10656
|
}
|
|
10589
10657
|
|
|
10658
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
10659
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
10660
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
10661
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
10662
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
10663
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
10664
|
+
@if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
|
|
10665
|
+
transition: none;
|
|
10666
|
+
}
|
|
10667
|
+
}
|
|
10668
|
+
|
|
10590
10669
|
.e-bigger.e-outline label.e-float-text::before,
|
|
10591
10670
|
.e-bigger.e-outline label.e-float-text::after,
|
|
10592
10671
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -75473,6 +75552,10 @@ $grid-xlfl-skin: 'material3' !default;
|
|
|
75473
75552
|
padding-right: $grid-bigger-xlfl-dropdown-padding-right;
|
|
75474
75553
|
}
|
|
75475
75554
|
|
|
75555
|
+
&.e-rtl .e-xlfl-optr {
|
|
75556
|
+
padding-right: 0;
|
|
75557
|
+
}
|
|
75558
|
+
|
|
75476
75559
|
.e-xlfl-dlgfields {
|
|
75477
75560
|
font-size: $grid-bigger-xlfl-dlgfields-font-size;
|
|
75478
75561
|
}
|
|
@@ -75966,6 +76049,7 @@ $grid-bigger-group-text-line-height: 20px !default;
|
|
|
75966
76049
|
$grid-bigger-groupcaption-line-height: 20px !default;
|
|
75967
76050
|
$grid-bigger-rtl-group-headercell-margin: 8px 8px 0 0 !default;
|
|
75968
76051
|
$grid-bigger-rtl-group-headercell-padding: 0 0 0 8px !default;
|
|
76052
|
+
$grid-bigger-device-rtl-group-headercell-padding: 0 0 0 8px !default;
|
|
75969
76053
|
$grid-bigger-rtl-ungroup-icon-margin-right: -12px !default;
|
|
75970
76054
|
$grid-bigger-textwrap-srotnumber-rightalign-margin: 3px 2px 0 5px !default;
|
|
75971
76055
|
$grid-bigger-textwrap-sorticon-rightalign-margin: -9px 5px !default;
|
|
@@ -77235,6 +77319,10 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
77235
77319
|
padding: $grid-bigger-rtl-group-headercell-padding;
|
|
77236
77320
|
}
|
|
77237
77321
|
|
|
77322
|
+
&.e-rtl.e-device .e-groupheadercell {
|
|
77323
|
+
padding: $grid-bigger-device-rtl-group-headercell-padding;
|
|
77324
|
+
}
|
|
77325
|
+
|
|
77238
77326
|
&.e-rtl span.e-ungroupbutton.e-icons {
|
|
77239
77327
|
margin-left: $grid-bigger-rtl-ungroup-icon-margin-left;
|
|
77240
77328
|
margin-right: $grid-bigger-rtl-ungroup-icon-margin-right;
|
|
@@ -81378,7 +81466,7 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
81378
81466
|
background-color: $grid-table-background-color;
|
|
81379
81467
|
}
|
|
81380
81468
|
|
|
81381
|
-
.e-focused:not(.e-menu-item) {
|
|
81469
|
+
.e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
|
|
81382
81470
|
box-shadow: $grid-cell-focus-shadow;
|
|
81383
81471
|
}
|
|
81384
81472
|
|
|
@@ -81964,6 +82052,10 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
81964
82052
|
padding-top: 6px;
|
|
81965
82053
|
padding-bottom: 6px;
|
|
81966
82054
|
}
|
|
82055
|
+
|
|
82056
|
+
&.e-focused {
|
|
82057
|
+
box-shadow: none;
|
|
82058
|
+
}
|
|
81967
82059
|
}
|
|
81968
82060
|
|
|
81969
82061
|
.e-cloneproperties.e-draganddrop table,
|