@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
|
@@ -14556,14 +14556,27 @@ $filled-input-clear-icon-active-color: rgba($grey-light-font, .87) !default;
|
|
|
14556
14556
|
outline: none;
|
|
14557
14557
|
}
|
|
14558
14558
|
|
|
14559
|
-
.e-input-group.e-prepend
|
|
14560
|
-
.e-
|
|
14561
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
14562
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
14563
|
-
.e-float-input.e-prepend input,
|
|
14564
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
14559
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14560
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14565
14561
|
@if $input-skin-name == 'material' {
|
|
14566
14562
|
border-bottom: 1px solid;
|
|
14563
|
+
border-bottom-color: $input-box-border-color;
|
|
14564
|
+
}
|
|
14565
|
+
}
|
|
14566
|
+
|
|
14567
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14568
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14569
|
+
@if $input-skin-name == 'material' {
|
|
14570
|
+
border-bottom: 1px solid;
|
|
14571
|
+
border-bottom-color: $error-font-color;
|
|
14572
|
+
}
|
|
14573
|
+
}
|
|
14574
|
+
|
|
14575
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14576
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14577
|
+
@if $input-skin-name == 'material' {
|
|
14578
|
+
border-bottom: 1px solid;
|
|
14579
|
+
border-bottom-color: $success-font-color;
|
|
14567
14580
|
}
|
|
14568
14581
|
}
|
|
14569
14582
|
|
|
@@ -61491,7 +61504,8 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
61491
61504
|
@include export-module('listbox-layout') {
|
|
61492
61505
|
/* stylelint-disable property-no-vendor-prefix */
|
|
61493
61506
|
.e-listbox-wrapper,
|
|
61494
|
-
.e-listbox-container
|
|
61507
|
+
.e-listbox-container,
|
|
61508
|
+
.e-listboxtool-wrapper {
|
|
61495
61509
|
-webkit-overflow-scrolling: touch;
|
|
61496
61510
|
box-sizing: border-box;
|
|
61497
61511
|
cursor: pointer;
|
|
@@ -61804,7 +61818,8 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
61804
61818
|
}
|
|
61805
61819
|
|
|
61806
61820
|
.e-listbox-wrapper.e-sortableclone,
|
|
61807
|
-
.e-listbox-container.e-sortableclone
|
|
61821
|
+
.e-listbox-container.e-sortableclone,
|
|
61822
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
61808
61823
|
border-width: 0;
|
|
61809
61824
|
overflow: visible;
|
|
61810
61825
|
|
|
@@ -61837,6 +61852,10 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
61837
61852
|
}
|
|
61838
61853
|
}
|
|
61839
61854
|
|
|
61855
|
+
.e-listboxtool-wrapper.e-sortableclone{
|
|
61856
|
+
display: block;
|
|
61857
|
+
}
|
|
61858
|
+
|
|
61840
61859
|
.e-listboxtool-wrapper,
|
|
61841
61860
|
.e-listboxtool-container {
|
|
61842
61861
|
cursor: pointer;
|
|
@@ -62071,7 +62090,8 @@ $listbox-filter-bigger-height: calc(100% - 50px) !default;
|
|
|
62071
62090
|
}
|
|
62072
62091
|
|
|
62073
62092
|
.e-listbox-wrapper,
|
|
62074
|
-
.e-listbox-container
|
|
62093
|
+
.e-listbox-container,
|
|
62094
|
+
.e-listboxtool-wrapper {
|
|
62075
62095
|
font-family: $listbox-font-family;
|
|
62076
62096
|
font-size: $listbox-font-size;
|
|
62077
62097
|
@at-root {
|
|
@@ -111533,6 +111553,11 @@ $schedule-tree-content-color: $shadow;
|
|
|
111533
111553
|
&:focus {
|
|
111534
111554
|
background: $schedule-select-bg-color;
|
|
111535
111555
|
}
|
|
111556
|
+
|
|
111557
|
+
&.e-template {
|
|
111558
|
+
display: inline-flex;
|
|
111559
|
+
flex-direction: row-reverse;
|
|
111560
|
+
}
|
|
111536
111561
|
}
|
|
111537
111562
|
|
|
111538
111563
|
.e-subject-wrap {
|
|
@@ -2629,6 +2629,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
2629
2629
|
&:focus {
|
|
2630
2630
|
background: $schedule-select-bg-color;
|
|
2631
2631
|
}
|
|
2632
|
+
|
|
2633
|
+
&.e-template {
|
|
2634
|
+
display: inline-flex;
|
|
2635
|
+
flex-direction: row-reverse;
|
|
2636
|
+
}
|
|
2632
2637
|
}
|
|
2633
2638
|
|
|
2634
2639
|
.e-subject-wrap {
|
|
@@ -2629,6 +2629,11 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
2629
2629
|
&:focus {
|
|
2630
2630
|
background: $schedule-select-bg-color;
|
|
2631
2631
|
}
|
|
2632
|
+
|
|
2633
|
+
&.e-template {
|
|
2634
|
+
display: inline-flex;
|
|
2635
|
+
flex-direction: row-reverse;
|
|
2636
|
+
}
|
|
2632
2637
|
}
|
|
2633
2638
|
|
|
2634
2639
|
.e-subject-wrap {
|
|
@@ -2632,6 +2632,11 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
|
|
|
2632
2632
|
&:focus {
|
|
2633
2633
|
background: $schedule-select-bg-color;
|
|
2634
2634
|
}
|
|
2635
|
+
|
|
2636
|
+
&.e-template {
|
|
2637
|
+
display: inline-flex;
|
|
2638
|
+
flex-direction: row-reverse;
|
|
2639
|
+
}
|
|
2635
2640
|
}
|
|
2636
2641
|
|
|
2637
2642
|
.e-subject-wrap {
|
|
@@ -2639,6 +2639,11 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
2639
2639
|
&:focus {
|
|
2640
2640
|
background: $schedule-select-bg-color;
|
|
2641
2641
|
}
|
|
2642
|
+
|
|
2643
|
+
&.e-template {
|
|
2644
|
+
display: inline-flex;
|
|
2645
|
+
flex-direction: row-reverse;
|
|
2646
|
+
}
|
|
2642
2647
|
}
|
|
2643
2648
|
|
|
2644
2649
|
.e-subject-wrap {
|
|
@@ -2639,6 +2639,11 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
2639
2639
|
&:focus {
|
|
2640
2640
|
background: $schedule-select-bg-color;
|
|
2641
2641
|
}
|
|
2642
|
+
|
|
2643
|
+
&.e-template {
|
|
2644
|
+
display: inline-flex;
|
|
2645
|
+
flex-direction: row-reverse;
|
|
2646
|
+
}
|
|
2642
2647
|
}
|
|
2643
2648
|
|
|
2644
2649
|
.e-subject-wrap {
|
|
@@ -2628,6 +2628,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
2628
2628
|
&:focus {
|
|
2629
2629
|
background: $schedule-select-bg-color;
|
|
2630
2630
|
}
|
|
2631
|
+
|
|
2632
|
+
&.e-template {
|
|
2633
|
+
display: inline-flex;
|
|
2634
|
+
flex-direction: row-reverse;
|
|
2635
|
+
}
|
|
2631
2636
|
}
|
|
2632
2637
|
|
|
2633
2638
|
.e-subject-wrap {
|
|
@@ -2629,6 +2629,11 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
2629
2629
|
&:focus {
|
|
2630
2630
|
background: $schedule-select-bg-color;
|
|
2631
2631
|
}
|
|
2632
|
+
|
|
2633
|
+
&.e-template {
|
|
2634
|
+
display: inline-flex;
|
|
2635
|
+
flex-direction: row-reverse;
|
|
2636
|
+
}
|
|
2632
2637
|
}
|
|
2633
2638
|
|
|
2634
2639
|
.e-subject-wrap {
|
|
@@ -2634,6 +2634,11 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
2634
2634
|
&:focus {
|
|
2635
2635
|
background: $schedule-select-bg-color;
|
|
2636
2636
|
}
|
|
2637
|
+
|
|
2638
|
+
&.e-template {
|
|
2639
|
+
display: inline-flex;
|
|
2640
|
+
flex-direction: row-reverse;
|
|
2641
|
+
}
|
|
2637
2642
|
}
|
|
2638
2643
|
|
|
2639
2644
|
.e-subject-wrap {
|
|
@@ -2634,6 +2634,11 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
2634
2634
|
&:focus {
|
|
2635
2635
|
background: $schedule-select-bg-color;
|
|
2636
2636
|
}
|
|
2637
|
+
|
|
2638
|
+
&.e-template {
|
|
2639
|
+
display: inline-flex;
|
|
2640
|
+
flex-direction: row-reverse;
|
|
2641
|
+
}
|
|
2637
2642
|
}
|
|
2638
2643
|
|
|
2639
2644
|
.e-subject-wrap {
|
|
@@ -2630,6 +2630,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
2630
2630
|
&:focus {
|
|
2631
2631
|
background: $schedule-select-bg-color;
|
|
2632
2632
|
}
|
|
2633
|
+
|
|
2634
|
+
&.e-template {
|
|
2635
|
+
display: inline-flex;
|
|
2636
|
+
flex-direction: row-reverse;
|
|
2637
|
+
}
|
|
2633
2638
|
}
|
|
2634
2639
|
|
|
2635
2640
|
.e-subject-wrap {
|
|
@@ -2629,6 +2629,11 @@ $schedule-tree-content-color: #fff !default;
|
|
|
2629
2629
|
&:focus {
|
|
2630
2630
|
background: $schedule-select-bg-color;
|
|
2631
2631
|
}
|
|
2632
|
+
|
|
2633
|
+
&.e-template {
|
|
2634
|
+
display: inline-flex;
|
|
2635
|
+
flex-direction: row-reverse;
|
|
2636
|
+
}
|
|
2632
2637
|
}
|
|
2633
2638
|
|
|
2634
2639
|
.e-subject-wrap {
|
|
@@ -2631,6 +2631,11 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
2631
2631
|
&:focus {
|
|
2632
2632
|
background: $schedule-select-bg-color;
|
|
2633
2633
|
}
|
|
2634
|
+
|
|
2635
|
+
&.e-template {
|
|
2636
|
+
display: inline-flex;
|
|
2637
|
+
flex-direction: row-reverse;
|
|
2638
|
+
}
|
|
2634
2639
|
}
|
|
2635
2640
|
|
|
2636
2641
|
.e-subject-wrap {
|
|
@@ -2631,6 +2631,11 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
2631
2631
|
&:focus {
|
|
2632
2632
|
background: $schedule-select-bg-color;
|
|
2633
2633
|
}
|
|
2634
|
+
|
|
2635
|
+
&.e-template {
|
|
2636
|
+
display: inline-flex;
|
|
2637
|
+
flex-direction: row-reverse;
|
|
2638
|
+
}
|
|
2634
2639
|
}
|
|
2635
2640
|
|
|
2636
2641
|
.e-subject-wrap {
|
|
@@ -14342,14 +14342,27 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
|
|
|
14342
14342
|
outline: none;
|
|
14343
14343
|
}
|
|
14344
14344
|
|
|
14345
|
-
.e-input-group.e-prepend
|
|
14346
|
-
.e-
|
|
14347
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
14348
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
14349
|
-
.e-float-input.e-prepend input,
|
|
14350
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
14345
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14346
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14351
14347
|
@if $input-skin-name == 'material' {
|
|
14352
14348
|
border-bottom: 1px solid;
|
|
14349
|
+
border-bottom-color: $input-box-border-color;
|
|
14350
|
+
}
|
|
14351
|
+
}
|
|
14352
|
+
|
|
14353
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14354
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14355
|
+
@if $input-skin-name == 'material' {
|
|
14356
|
+
border-bottom: 1px solid;
|
|
14357
|
+
border-bottom-color: $error-font-color;
|
|
14358
|
+
}
|
|
14359
|
+
}
|
|
14360
|
+
|
|
14361
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14362
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14363
|
+
@if $input-skin-name == 'material' {
|
|
14364
|
+
border-bottom: 1px solid;
|
|
14365
|
+
border-bottom-color: $success-font-color;
|
|
14353
14366
|
}
|
|
14354
14367
|
}
|
|
14355
14368
|
|
|
@@ -60729,7 +60742,8 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
|
|
|
60729
60742
|
@include export-module('listbox-layout') {
|
|
60730
60743
|
/* stylelint-disable property-no-vendor-prefix */
|
|
60731
60744
|
.e-listbox-wrapper,
|
|
60732
|
-
.e-listbox-container
|
|
60745
|
+
.e-listbox-container,
|
|
60746
|
+
.e-listboxtool-wrapper {
|
|
60733
60747
|
-webkit-overflow-scrolling: touch;
|
|
60734
60748
|
box-sizing: border-box;
|
|
60735
60749
|
cursor: pointer;
|
|
@@ -61042,7 +61056,8 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
|
|
|
61042
61056
|
}
|
|
61043
61057
|
|
|
61044
61058
|
.e-listbox-wrapper.e-sortableclone,
|
|
61045
|
-
.e-listbox-container.e-sortableclone
|
|
61059
|
+
.e-listbox-container.e-sortableclone,
|
|
61060
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
61046
61061
|
border-width: 0;
|
|
61047
61062
|
overflow: visible;
|
|
61048
61063
|
|
|
@@ -61075,6 +61090,10 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
|
|
|
61075
61090
|
}
|
|
61076
61091
|
}
|
|
61077
61092
|
|
|
61093
|
+
.e-listboxtool-wrapper.e-sortableclone{
|
|
61094
|
+
display: block;
|
|
61095
|
+
}
|
|
61096
|
+
|
|
61078
61097
|
.e-listboxtool-wrapper,
|
|
61079
61098
|
.e-listboxtool-container {
|
|
61080
61099
|
cursor: pointer;
|
|
@@ -61309,7 +61328,8 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
|
|
|
61309
61328
|
}
|
|
61310
61329
|
|
|
61311
61330
|
.e-listbox-wrapper,
|
|
61312
|
-
.e-listbox-container
|
|
61331
|
+
.e-listbox-container,
|
|
61332
|
+
.e-listboxtool-wrapper {
|
|
61313
61333
|
font-family: $listbox-font-family;
|
|
61314
61334
|
font-size: $listbox-font-size;
|
|
61315
61335
|
@at-root {
|
|
@@ -110875,6 +110895,11 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
110875
110895
|
&:focus {
|
|
110876
110896
|
background: $schedule-select-bg-color;
|
|
110877
110897
|
}
|
|
110898
|
+
|
|
110899
|
+
&.e-template {
|
|
110900
|
+
display: inline-flex;
|
|
110901
|
+
flex-direction: row-reverse;
|
|
110902
|
+
}
|
|
110878
110903
|
}
|
|
110879
110904
|
|
|
110880
110905
|
.e-subject-wrap {
|
|
@@ -14339,14 +14339,27 @@ $input-transition-shadow: border-color .15s ease-in-out, box-shadow .15s ease-in
|
|
|
14339
14339
|
outline: none;
|
|
14340
14340
|
}
|
|
14341
14341
|
|
|
14342
|
-
.e-input-group.e-prepend
|
|
14343
|
-
.e-
|
|
14344
|
-
.e-input-group.e-control-wrapper.e-prepend input.e-input,
|
|
14345
|
-
.e-float-input.e-input-group.e-control-wrapper.e-prepend input,
|
|
14346
|
-
.e-float-input.e-prepend input,
|
|
14347
|
-
.e-float-input.e-control-wrapper.e-prepend input {
|
|
14342
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14343
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14348
14344
|
@if $input-skin-name == 'material' {
|
|
14349
14345
|
border-bottom: 1px solid;
|
|
14346
|
+
border-bottom-color: $input-box-border-color;
|
|
14347
|
+
}
|
|
14348
|
+
}
|
|
14349
|
+
|
|
14350
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14351
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14352
|
+
@if $input-skin-name == 'material' {
|
|
14353
|
+
border-bottom: 1px solid;
|
|
14354
|
+
border-bottom-color: $error-font-color;
|
|
14355
|
+
}
|
|
14356
|
+
}
|
|
14357
|
+
|
|
14358
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
14359
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
14360
|
+
@if $input-skin-name == 'material' {
|
|
14361
|
+
border-bottom: 1px solid;
|
|
14362
|
+
border-bottom-color: $success-font-color;
|
|
14350
14363
|
}
|
|
14351
14364
|
}
|
|
14352
14365
|
|
|
@@ -60726,7 +60739,8 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
|
|
|
60726
60739
|
@include export-module('listbox-layout') {
|
|
60727
60740
|
/* stylelint-disable property-no-vendor-prefix */
|
|
60728
60741
|
.e-listbox-wrapper,
|
|
60729
|
-
.e-listbox-container
|
|
60742
|
+
.e-listbox-container,
|
|
60743
|
+
.e-listboxtool-wrapper {
|
|
60730
60744
|
-webkit-overflow-scrolling: touch;
|
|
60731
60745
|
box-sizing: border-box;
|
|
60732
60746
|
cursor: pointer;
|
|
@@ -61039,7 +61053,8 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
|
|
|
61039
61053
|
}
|
|
61040
61054
|
|
|
61041
61055
|
.e-listbox-wrapper.e-sortableclone,
|
|
61042
|
-
.e-listbox-container.e-sortableclone
|
|
61056
|
+
.e-listbox-container.e-sortableclone,
|
|
61057
|
+
.e-listboxtool-wrapper.e-sortableclone {
|
|
61043
61058
|
border-width: 0;
|
|
61044
61059
|
overflow: visible;
|
|
61045
61060
|
|
|
@@ -61072,6 +61087,10 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
|
|
|
61072
61087
|
}
|
|
61073
61088
|
}
|
|
61074
61089
|
|
|
61090
|
+
.e-listboxtool-wrapper.e-sortableclone{
|
|
61091
|
+
display: block;
|
|
61092
|
+
}
|
|
61093
|
+
|
|
61075
61094
|
.e-listboxtool-wrapper,
|
|
61076
61095
|
.e-listboxtool-container {
|
|
61077
61096
|
cursor: pointer;
|
|
@@ -61306,7 +61325,8 @@ $listbox-filter-bigger-height: calc(100% - 46px) !default;
|
|
|
61306
61325
|
}
|
|
61307
61326
|
|
|
61308
61327
|
.e-listbox-wrapper,
|
|
61309
|
-
.e-listbox-container
|
|
61328
|
+
.e-listbox-container,
|
|
61329
|
+
.e-listboxtool-wrapper {
|
|
61310
61330
|
font-family: $listbox-font-family;
|
|
61311
61331
|
font-size: $listbox-font-size;
|
|
61312
61332
|
@at-root {
|
|
@@ -110872,6 +110892,11 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
110872
110892
|
&:focus {
|
|
110873
110893
|
background: $schedule-select-bg-color;
|
|
110874
110894
|
}
|
|
110895
|
+
|
|
110896
|
+
&.e-template {
|
|
110897
|
+
display: inline-flex;
|
|
110898
|
+
flex-direction: row-reverse;
|
|
110899
|
+
}
|
|
110875
110900
|
}
|
|
110876
110901
|
|
|
110877
110902
|
.e-subject-wrap {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"21.2.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"21.2.10","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
|