@syncfusion/blazor-themes 21.2.9 → 21.2.10
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/bootstrap-dark.scss +34 -9
- package/SCSS-Themes/bootstrap.scss +34 -9
- package/SCSS-Themes/bootstrap4.scss +34 -9
- package/SCSS-Themes/bootstrap5-dark.scss +34 -9
- package/SCSS-Themes/bootstrap5.scss +34 -9
- package/SCSS-Themes/dropdowns/list-box/bootstrap-dark.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/bootstrap.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/bootstrap4.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/bootstrap5-dark.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/bootstrap5.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/fabric-dark.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/fabric.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/fluent-dark.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/fluent.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/highcontrast.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/material-dark.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/material.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/tailwind-dark.scss +10 -3
- package/SCSS-Themes/dropdowns/list-box/tailwind.scss +10 -3
- package/SCSS-Themes/fabric-dark.scss +34 -9
- package/SCSS-Themes/fabric.scss +34 -9
- package/SCSS-Themes/fluent-dark.scss +34 -9
- package/SCSS-Themes/fluent.scss +34 -9
- package/SCSS-Themes/highcontrast.scss +34 -9
- package/SCSS-Themes/inputs/input/bootstrap-dark.scss +19 -6
- package/SCSS-Themes/inputs/input/bootstrap.scss +19 -6
- package/SCSS-Themes/inputs/input/bootstrap4.scss +19 -6
- package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +19 -6
- package/SCSS-Themes/inputs/input/bootstrap5.scss +19 -6
- package/SCSS-Themes/inputs/input/fabric-dark.scss +19 -6
- package/SCSS-Themes/inputs/input/fabric.scss +19 -6
- package/SCSS-Themes/inputs/input/fluent-dark.scss +19 -6
- package/SCSS-Themes/inputs/input/fluent.scss +19 -6
- package/SCSS-Themes/inputs/input/highcontrast.scss +19 -6
- package/SCSS-Themes/inputs/input/material-dark.scss +19 -6
- package/SCSS-Themes/inputs/input/material.scss +19 -6
- package/SCSS-Themes/inputs/input/tailwind-dark.scss +19 -6
- package/SCSS-Themes/inputs/input/tailwind.scss +19 -6
- package/SCSS-Themes/material-dark.scss +34 -9
- package/SCSS-Themes/material.scss +34 -9
- package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +5 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/material.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +5 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +5 -0
- package/SCSS-Themes/tailwind-dark.scss +34 -9
- package/SCSS-Themes/tailwind.scss +34 -9
- package/package.json +1 -1
|
@@ -14302,14 +14302,27 @@ $float-label-rtl-value: -7px !default;
|
|
|
14302
14302
|
outline: none;
|
|
14303
14303
|
}
|
|
14304
14304
|
|
|
14305
|
-
.e-input-group.e-prepend
|
|
14306
|
-
.e-
|
|
14307
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
14308
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
14309
|
-
.e-float-input.e-prepend input,
|
|
14310
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
14305
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14306
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14311
14307
|
@if $input-skin-name == 'material' {
|
|
14312
14308
|
border-bottom: 1px solid;
|
|
14309
|
+
border-bottom-color: $input-box-border-color;
|
|
14310
|
+
}
|
|
14311
|
+
}
|
|
14312
|
+
|
|
14313
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14314
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14315
|
+
@if $input-skin-name == 'material' {
|
|
14316
|
+
border-bottom: 1px solid;
|
|
14317
|
+
border-bottom-color: $error-font-color;
|
|
14318
|
+
}
|
|
14319
|
+
}
|
|
14320
|
+
|
|
14321
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14322
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14323
|
+
@if $input-skin-name == 'material' {
|
|
14324
|
+
border-bottom: 1px solid;
|
|
14325
|
+
border-bottom-color: $success-font-color;
|
|
14313
14326
|
}
|
|
14314
14327
|
}
|
|
14315
14328
|
|
|
@@ -60479,7 +60492,8 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
60479
60492
|
@include export-module('listbox-layout') {
|
|
60480
60493
|
/* stylelint-disable property-no-vendor-prefix */
|
|
60481
60494
|
.e-listbox-wrapper,
|
|
60482
|
-
.e-listbox-container
|
|
60495
|
+
.e-listbox-container,
|
|
60496
|
+
.e-listboxtool-wrapper {
|
|
60483
60497
|
-webkit-overflow-scrolling: touch;
|
|
60484
60498
|
box-sizing: border-box;
|
|
60485
60499
|
cursor: pointer;
|
|
@@ -60792,7 +60806,8 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
60792
60806
|
}
|
|
60793
60807
|
|
|
60794
60808
|
.e-listbox-wrapper.e-sortableclone,
|
|
60795
|
-
.e-listbox-container.e-sortableclone
|
|
60809
|
+
.e-listbox-container.e-sortableclone,
|
|
60810
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
60796
60811
|
border-width: 0;
|
|
60797
60812
|
overflow: visible;
|
|
60798
60813
|
|
|
@@ -60825,6 +60840,10 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
60825
60840
|
}
|
|
60826
60841
|
}
|
|
60827
60842
|
|
|
60843
|
+
.e-listboxtool-wrapper.e-sortableclone{
|
|
60844
|
+
display: block;
|
|
60845
|
+
}
|
|
60846
|
+
|
|
60828
60847
|
.e-listboxtool-wrapper,
|
|
60829
60848
|
.e-listboxtool-container {
|
|
60830
60849
|
cursor: pointer;
|
|
@@ -61059,7 +61078,8 @@ $listbox-filter-bigger-height: calc(100% - 59px) !default;
|
|
|
61059
61078
|
}
|
|
61060
61079
|
|
|
61061
61080
|
.e-listbox-wrapper,
|
|
61062
|
-
.e-listbox-container
|
|
61081
|
+
.e-listbox-container,
|
|
61082
|
+
.e-listboxtool-wrapper {
|
|
61063
61083
|
font-family: $listbox-font-family;
|
|
61064
61084
|
font-size: $listbox-font-size;
|
|
61065
61085
|
@at-root {
|
|
@@ -110454,6 +110474,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
110454
110474
|
&:focus {
|
|
110455
110475
|
background: $schedule-select-bg-color;
|
|
110456
110476
|
}
|
|
110477
|
+
|
|
110478
|
+
&.e-template {
|
|
110479
|
+
display: inline-flex;
|
|
110480
|
+
flex-direction: row-reverse;
|
|
110481
|
+
}
|
|
110457
110482
|
}
|
|
110458
110483
|
|
|
110459
110484
|
.e-subject-wrap {
|
|
@@ -11339,14 +11339,27 @@ $float-label-rtl-value: -7px !default;
|
|
|
11339
11339
|
outline: none;
|
|
11340
11340
|
}
|
|
11341
11341
|
|
|
11342
|
-
.e-input-group.e-prepend
|
|
11343
|
-
.e-
|
|
11344
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11345
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11346
|
-
.e-float-input.e-prepend input,
|
|
11347
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11342
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11343
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11348
11344
|
@if $input-skin-name == 'material' {
|
|
11349
11345
|
border-bottom: 1px solid;
|
|
11346
|
+
border-bottom-color: $input-box-border-color;
|
|
11347
|
+
}
|
|
11348
|
+
}
|
|
11349
|
+
|
|
11350
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11351
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11352
|
+
@if $input-skin-name == 'material' {
|
|
11353
|
+
border-bottom: 1px solid;
|
|
11354
|
+
border-bottom-color: $error-font-color;
|
|
11355
|
+
}
|
|
11356
|
+
}
|
|
11357
|
+
|
|
11358
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11359
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11360
|
+
@if $input-skin-name == 'material' {
|
|
11361
|
+
border-bottom: 1px solid;
|
|
11362
|
+
border-bottom-color: $success-font-color;
|
|
11350
11363
|
}
|
|
11351
11364
|
}
|
|
11352
11365
|
|
|
@@ -11330,14 +11330,27 @@ $float-label-rtl-value: -7px !default;
|
|
|
11330
11330
|
outline: none;
|
|
11331
11331
|
}
|
|
11332
11332
|
|
|
11333
|
-
.e-input-group.e-prepend
|
|
11334
|
-
.e-
|
|
11335
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11336
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11337
|
-
.e-float-input.e-prepend input,
|
|
11338
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11333
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11334
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11339
11335
|
@if $input-skin-name == 'material' {
|
|
11340
11336
|
border-bottom: 1px solid;
|
|
11337
|
+
border-bottom-color: $input-box-border-color;
|
|
11338
|
+
}
|
|
11339
|
+
}
|
|
11340
|
+
|
|
11341
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11342
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11343
|
+
@if $input-skin-name == 'material' {
|
|
11344
|
+
border-bottom: 1px solid;
|
|
11345
|
+
border-bottom-color: $error-font-color;
|
|
11346
|
+
}
|
|
11347
|
+
}
|
|
11348
|
+
|
|
11349
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11350
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11351
|
+
@if $input-skin-name == 'material' {
|
|
11352
|
+
border-bottom: 1px solid;
|
|
11353
|
+
border-bottom-color: $success-font-color;
|
|
11341
11354
|
}
|
|
11342
11355
|
}
|
|
11343
11356
|
|
|
@@ -11335,14 +11335,27 @@ $float-label-rtl-value: -7px !default;
|
|
|
11335
11335
|
outline: none;
|
|
11336
11336
|
}
|
|
11337
11337
|
|
|
11338
|
-
.e-input-group.e-prepend
|
|
11339
|
-
.e-
|
|
11340
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11341
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11342
|
-
.e-float-input.e-prepend input,
|
|
11343
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11338
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11339
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11344
11340
|
@if $input-skin-name == 'material' {
|
|
11345
11341
|
border-bottom: 1px solid;
|
|
11342
|
+
border-bottom-color: $input-box-border-color;
|
|
11343
|
+
}
|
|
11344
|
+
}
|
|
11345
|
+
|
|
11346
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11347
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11348
|
+
@if $input-skin-name == 'material' {
|
|
11349
|
+
border-bottom: 1px solid;
|
|
11350
|
+
border-bottom-color: $error-font-color;
|
|
11351
|
+
}
|
|
11352
|
+
}
|
|
11353
|
+
|
|
11354
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11355
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11356
|
+
@if $input-skin-name == 'material' {
|
|
11357
|
+
border-bottom: 1px solid;
|
|
11358
|
+
border-bottom-color: $success-font-color;
|
|
11346
11359
|
}
|
|
11347
11360
|
}
|
|
11348
11361
|
|
|
@@ -11346,14 +11346,27 @@ $float-label-rtl-value: -7px !default;
|
|
|
11346
11346
|
outline: none;
|
|
11347
11347
|
}
|
|
11348
11348
|
|
|
11349
|
-
.e-input-group.e-prepend
|
|
11350
|
-
.e-
|
|
11351
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11352
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11353
|
-
.e-float-input.e-prepend input,
|
|
11354
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11349
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11350
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11355
11351
|
@if $input-skin-name == 'material' {
|
|
11356
11352
|
border-bottom: 1px solid;
|
|
11353
|
+
border-bottom-color: $input-box-border-color;
|
|
11354
|
+
}
|
|
11355
|
+
}
|
|
11356
|
+
|
|
11357
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11358
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11359
|
+
@if $input-skin-name == 'material' {
|
|
11360
|
+
border-bottom: 1px solid;
|
|
11361
|
+
border-bottom-color: $error-font-color;
|
|
11362
|
+
}
|
|
11363
|
+
}
|
|
11364
|
+
|
|
11365
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11366
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11367
|
+
@if $input-skin-name == 'material' {
|
|
11368
|
+
border-bottom: 1px solid;
|
|
11369
|
+
border-bottom-color: $success-font-color;
|
|
11357
11370
|
}
|
|
11358
11371
|
}
|
|
11359
11372
|
|
|
@@ -11346,14 +11346,27 @@ $float-label-rtl-value: -7px !default;
|
|
|
11346
11346
|
outline: none;
|
|
11347
11347
|
}
|
|
11348
11348
|
|
|
11349
|
-
.e-input-group.e-prepend
|
|
11350
|
-
.e-
|
|
11351
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11352
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11353
|
-
.e-float-input.e-prepend input,
|
|
11354
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11349
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11350
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11355
11351
|
@if $input-skin-name == 'material' {
|
|
11356
11352
|
border-bottom: 1px solid;
|
|
11353
|
+
border-bottom-color: $input-box-border-color;
|
|
11354
|
+
}
|
|
11355
|
+
}
|
|
11356
|
+
|
|
11357
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11358
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11359
|
+
@if $input-skin-name == 'material' {
|
|
11360
|
+
border-bottom: 1px solid;
|
|
11361
|
+
border-bottom-color: $error-font-color;
|
|
11362
|
+
}
|
|
11363
|
+
}
|
|
11364
|
+
|
|
11365
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11366
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11367
|
+
@if $input-skin-name == 'material' {
|
|
11368
|
+
border-bottom: 1px solid;
|
|
11369
|
+
border-bottom-color: $success-font-color;
|
|
11357
11370
|
}
|
|
11358
11371
|
}
|
|
11359
11372
|
|
|
@@ -11329,14 +11329,27 @@ $float-label-rtl-value: -7px !default;
|
|
|
11329
11329
|
outline: none;
|
|
11330
11330
|
}
|
|
11331
11331
|
|
|
11332
|
-
.e-input-group.e-prepend
|
|
11333
|
-
.e-
|
|
11334
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11335
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11336
|
-
.e-float-input.e-prepend input,
|
|
11337
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11332
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11333
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11338
11334
|
@if $input-skin-name == 'material' {
|
|
11339
11335
|
border-bottom: 1px solid;
|
|
11336
|
+
border-bottom-color: $input-box-border-color;
|
|
11337
|
+
}
|
|
11338
|
+
}
|
|
11339
|
+
|
|
11340
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11341
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11342
|
+
@if $input-skin-name == 'material' {
|
|
11343
|
+
border-bottom: 1px solid;
|
|
11344
|
+
border-bottom-color: $error-font-color;
|
|
11345
|
+
}
|
|
11346
|
+
}
|
|
11347
|
+
|
|
11348
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11349
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11350
|
+
@if $input-skin-name == 'material' {
|
|
11351
|
+
border-bottom: 1px solid;
|
|
11352
|
+
border-bottom-color: $success-font-color;
|
|
11340
11353
|
}
|
|
11341
11354
|
}
|
|
11342
11355
|
|
|
@@ -11321,14 +11321,27 @@ $float-label-rtl-value: -7px !default;
|
|
|
11321
11321
|
outline: none;
|
|
11322
11322
|
}
|
|
11323
11323
|
|
|
11324
|
-
.e-input-group.e-prepend
|
|
11325
|
-
.e-
|
|
11326
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11327
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11328
|
-
.e-float-input.e-prepend input,
|
|
11329
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11324
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11325
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11330
11326
|
@if $input-skin-name == 'material' {
|
|
11331
11327
|
border-bottom: 1px solid;
|
|
11328
|
+
border-bottom-color: $input-box-border-color;
|
|
11329
|
+
}
|
|
11330
|
+
}
|
|
11331
|
+
|
|
11332
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11333
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11334
|
+
@if $input-skin-name == 'material' {
|
|
11335
|
+
border-bottom: 1px solid;
|
|
11336
|
+
border-bottom-color: $error-font-color;
|
|
11337
|
+
}
|
|
11338
|
+
}
|
|
11339
|
+
|
|
11340
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11341
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11342
|
+
@if $input-skin-name == 'material' {
|
|
11343
|
+
border-bottom: 1px solid;
|
|
11344
|
+
border-bottom-color: $success-font-color;
|
|
11332
11345
|
}
|
|
11333
11346
|
}
|
|
11334
11347
|
|
|
@@ -11348,14 +11348,27 @@ $float-label-rtl-value: -10px !default;
|
|
|
11348
11348
|
outline: none;
|
|
11349
11349
|
}
|
|
11350
11350
|
|
|
11351
|
-
.e-input-group.e-prepend
|
|
11352
|
-
.e-
|
|
11353
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11354
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11355
|
-
.e-float-input.e-prepend input,
|
|
11356
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11351
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11352
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11357
11353
|
@if $input-skin-name == 'material' {
|
|
11358
11354
|
border-bottom: 1px solid;
|
|
11355
|
+
border-bottom-color: $input-box-border-color;
|
|
11356
|
+
}
|
|
11357
|
+
}
|
|
11358
|
+
|
|
11359
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11360
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11361
|
+
@if $input-skin-name == 'material' {
|
|
11362
|
+
border-bottom: 1px solid;
|
|
11363
|
+
border-bottom-color: $error-font-color;
|
|
11364
|
+
}
|
|
11365
|
+
}
|
|
11366
|
+
|
|
11367
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11368
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11369
|
+
@if $input-skin-name == 'material' {
|
|
11370
|
+
border-bottom: 1px solid;
|
|
11371
|
+
border-bottom-color: $success-font-color;
|
|
11359
11372
|
}
|
|
11360
11373
|
}
|
|
11361
11374
|
|
|
@@ -11348,14 +11348,27 @@ $float-label-rtl-value: -10px !default;
|
|
|
11348
11348
|
outline: none;
|
|
11349
11349
|
}
|
|
11350
11350
|
|
|
11351
|
-
.e-input-group.e-prepend
|
|
11352
|
-
.e-
|
|
11353
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11354
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11355
|
-
.e-float-input.e-prepend input,
|
|
11356
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11351
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11352
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11357
11353
|
@if $input-skin-name == 'material' {
|
|
11358
11354
|
border-bottom: 1px solid;
|
|
11355
|
+
border-bottom-color: $input-box-border-color;
|
|
11356
|
+
}
|
|
11357
|
+
}
|
|
11358
|
+
|
|
11359
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11360
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11361
|
+
@if $input-skin-name == 'material' {
|
|
11362
|
+
border-bottom: 1px solid;
|
|
11363
|
+
border-bottom-color: $error-font-color;
|
|
11364
|
+
}
|
|
11365
|
+
}
|
|
11366
|
+
|
|
11367
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11368
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11369
|
+
@if $input-skin-name == 'material' {
|
|
11370
|
+
border-bottom: 1px solid;
|
|
11371
|
+
border-bottom-color: $success-font-color;
|
|
11359
11372
|
}
|
|
11360
11373
|
}
|
|
11361
11374
|
|
|
@@ -11322,14 +11322,27 @@ $float-label-rtl-value: -7px !default;
|
|
|
11322
11322
|
outline: none;
|
|
11323
11323
|
}
|
|
11324
11324
|
|
|
11325
|
-
.e-input-group.e-prepend
|
|
11326
|
-
.e-
|
|
11327
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11328
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11329
|
-
.e-float-input.e-prepend input,
|
|
11330
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11325
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11326
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11331
11327
|
@if $input-skin-name == 'material' {
|
|
11332
11328
|
border-bottom: 1px solid;
|
|
11329
|
+
border-bottom-color: $input-box-border-color;
|
|
11330
|
+
}
|
|
11331
|
+
}
|
|
11332
|
+
|
|
11333
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11334
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11335
|
+
@if $input-skin-name == 'material' {
|
|
11336
|
+
border-bottom: 1px solid;
|
|
11337
|
+
border-bottom-color: $error-font-color;
|
|
11338
|
+
}
|
|
11339
|
+
}
|
|
11340
|
+
|
|
11341
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11342
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11343
|
+
@if $input-skin-name == 'material' {
|
|
11344
|
+
border-bottom: 1px solid;
|
|
11345
|
+
border-bottom-color: $success-font-color;
|
|
11333
11346
|
}
|
|
11334
11347
|
}
|
|
11335
11348
|
|
|
@@ -11583,14 +11583,27 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
11583
11583
|
outline: none;
|
|
11584
11584
|
}
|
|
11585
11585
|
|
|
11586
|
-
.e-input-group.e-prepend
|
|
11587
|
-
.e-
|
|
11588
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11589
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11590
|
-
.e-float-input.e-prepend input,
|
|
11591
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11586
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11587
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11592
11588
|
@if $input-skin-name == 'material' {
|
|
11593
11589
|
border-bottom: 1px solid;
|
|
11590
|
+
border-bottom-color: $input-box-border-color;
|
|
11591
|
+
}
|
|
11592
|
+
}
|
|
11593
|
+
|
|
11594
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11595
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11596
|
+
@if $input-skin-name == 'material' {
|
|
11597
|
+
border-bottom: 1px solid;
|
|
11598
|
+
border-bottom-color: $error-font-color;
|
|
11599
|
+
}
|
|
11600
|
+
}
|
|
11601
|
+
|
|
11602
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11603
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11604
|
+
@if $input-skin-name == 'material' {
|
|
11605
|
+
border-bottom: 1px solid;
|
|
11606
|
+
border-bottom-color: $success-font-color;
|
|
11594
11607
|
}
|
|
11595
11608
|
}
|
|
11596
11609
|
|
|
@@ -11583,14 +11583,27 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
11583
11583
|
outline: none;
|
|
11584
11584
|
}
|
|
11585
11585
|
|
|
11586
|
-
.e-input-group.e-prepend
|
|
11587
|
-
.e-
|
|
11588
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11589
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11590
|
-
.e-float-input.e-prepend input,
|
|
11591
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11586
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11587
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11592
11588
|
@if $input-skin-name == 'material' {
|
|
11593
11589
|
border-bottom: 1px solid;
|
|
11590
|
+
border-bottom-color: $input-box-border-color;
|
|
11591
|
+
}
|
|
11592
|
+
}
|
|
11593
|
+
|
|
11594
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11595
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11596
|
+
@if $input-skin-name == 'material' {
|
|
11597
|
+
border-bottom: 1px solid;
|
|
11598
|
+
border-bottom-color: $error-font-color;
|
|
11599
|
+
}
|
|
11600
|
+
}
|
|
11601
|
+
|
|
11602
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11603
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11604
|
+
@if $input-skin-name == 'material' {
|
|
11605
|
+
border-bottom: 1px solid;
|
|
11606
|
+
border-bottom-color: $success-font-color;
|
|
11594
11607
|
}
|
|
11595
11608
|
}
|
|
11596
11609
|
|
|
@@ -11345,14 +11345,27 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
|
|
|
11345
11345
|
outline: none;
|
|
11346
11346
|
}
|
|
11347
11347
|
|
|
11348
|
-
.e-input-group.e-prepend
|
|
11349
|
-
.e-
|
|
11350
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11351
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11352
|
-
.e-float-input.e-prepend input,
|
|
11353
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11348
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11349
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11354
11350
|
@if $input-skin-name == 'material' {
|
|
11355
11351
|
border-bottom: 1px solid;
|
|
11352
|
+
border-bottom-color: $input-box-border-color;
|
|
11353
|
+
}
|
|
11354
|
+
}
|
|
11355
|
+
|
|
11356
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11357
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11358
|
+
@if $input-skin-name == 'material' {
|
|
11359
|
+
border-bottom: 1px solid;
|
|
11360
|
+
border-bottom-color: $error-font-color;
|
|
11361
|
+
}
|
|
11362
|
+
}
|
|
11363
|
+
|
|
11364
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11365
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11366
|
+
@if $input-skin-name == 'material' {
|
|
11367
|
+
border-bottom: 1px solid;
|
|
11368
|
+
border-bottom-color: $success-font-color;
|
|
11356
11369
|
}
|
|
11357
11370
|
}
|
|
11358
11371
|
|
|
@@ -11345,14 +11345,27 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
|
|
|
11345
11345
|
outline: none;
|
|
11346
11346
|
}
|
|
11347
11347
|
|
|
11348
|
-
.e-input-group.e-prepend
|
|
11349
|
-
.e-
|
|
11350
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
11351
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
11352
|
-
.e-float-input.e-prepend input,
|
|
11353
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
11348
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11349
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11354
11350
|
@if $input-skin-name == 'material' {
|
|
11355
11351
|
border-bottom: 1px solid;
|
|
11352
|
+
border-bottom-color: $input-box-border-color;
|
|
11353
|
+
}
|
|
11354
|
+
}
|
|
11355
|
+
|
|
11356
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11357
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11358
|
+
@if $input-skin-name == 'material' {
|
|
11359
|
+
border-bottom: 1px solid;
|
|
11360
|
+
border-bottom-color: $error-font-color;
|
|
11361
|
+
}
|
|
11362
|
+
}
|
|
11363
|
+
|
|
11364
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
11365
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
11366
|
+
@if $input-skin-name == 'material' {
|
|
11367
|
+
border-bottom: 1px solid;
|
|
11368
|
+
border-bottom-color: $success-font-color;
|
|
11356
11369
|
}
|
|
11357
11370
|
}
|
|
11358
11371
|
|
|
@@ -14542,14 +14542,27 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
14542
14542
|
outline: none;
|
|
14543
14543
|
}
|
|
14544
14544
|
|
|
14545
|
-
.e-input-group.e-prepend
|
|
14546
|
-
.e-
|
|
14547
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
14548
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
14549
|
-
.e-float-input.e-prepend input,
|
|
14550
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
14545
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14546
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14551
14547
|
@if $input-skin-name == 'material' {
|
|
14552
14548
|
border-bottom: 1px solid;
|
|
14549
|
+
border-bottom-color: $input-box-border-color;
|
|
14550
|
+
}
|
|
14551
|
+
}
|
|
14552
|
+
|
|
14553
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14554
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14555
|
+
@if $input-skin-name == 'material' {
|
|
14556
|
+
border-bottom: 1px solid;
|
|
14557
|
+
border-bottom-color: $error-font-color;
|
|
14558
|
+
}
|
|
14559
|
+
}
|
|
14560
|
+
|
|
14561
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14562
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14563
|
+
@if $input-skin-name == 'material' {
|
|
14564
|
+
border-bottom: 1px solid;
|
|
14565
|
+
border-bottom-color: $success-font-color;
|
|
14553
14566
|
}
|
|
14554
14567
|
}
|
|
14555
14568
|
|
|
@@ -61764,7 +61777,8 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
61764
61777
|
@include export-module('listbox-layout') {
|
|
61765
61778
|
/* stylelint-disable property-no-vendor-prefix */
|
|
61766
61779
|
.e-listbox-wrapper,
|
|
61767
|
-
.e-listbox-container
|
|
61780
|
+
.e-listbox-container,
|
|
61781
|
+
.e-listboxtool-wrapper {
|
|
61768
61782
|
-webkit-overflow-scrolling: touch;
|
|
61769
61783
|
box-sizing: border-box;
|
|
61770
61784
|
cursor: pointer;
|
|
@@ -62077,7 +62091,8 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
62077
62091
|
}
|
|
62078
62092
|
|
|
62079
62093
|
.e-listbox-wrapper.e-sortableclone,
|
|
62080
|
-
.e-listbox-container.e-sortableclone
|
|
62094
|
+
.e-listbox-container.e-sortableclone,
|
|
62095
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
62081
62096
|
border-width: 0;
|
|
62082
62097
|
overflow: visible;
|
|
62083
62098
|
|
|
@@ -62110,6 +62125,10 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
62110
62125
|
}
|
|
62111
62126
|
}
|
|
62112
62127
|
|
|
62128
|
+
.e-listboxtool-wrapper.e-sortableclone{
|
|
62129
|
+
display: block;
|
|
62130
|
+
}
|
|
62131
|
+
|
|
62113
62132
|
.e-listboxtool-wrapper,
|
|
62114
62133
|
.e-listboxtool-container {
|
|
62115
62134
|
cursor: pointer;
|
|
@@ -62344,7 +62363,8 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
62344
62363
|
}
|
|
62345
62364
|
|
|
62346
62365
|
.e-listbox-wrapper,
|
|
62347
|
-
.e-listbox-container
|
|
62366
|
+
.e-listbox-container,
|
|
62367
|
+
.e-listboxtool-wrapper {
|
|
62348
62368
|
font-family: $listbox-font-family;
|
|
62349
62369
|
font-size: $listbox-font-size;
|
|
62350
62370
|
@at-root {
|
|
@@ -111828,6 +111848,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
111828
111848
|
&:focus {
|
|
111829
111849
|
background: $schedule-select-bg-color;
|
|
111830
111850
|
}
|
|
111851
|
+
|
|
111852
|
+
&.e-template {
|
|
111853
|
+
display: inline-flex;
|
|
111854
|
+
flex-direction: row-reverse;
|
|
111855
|
+
}
|
|
111831
111856
|
}
|
|
111832
111857
|
|
|
111833
111858
|
.e-subject-wrap {
|