@syncfusion/blazor-themes 24.1.43 → 24.1.45
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 +135 -12
- package/SCSS-Themes/bootstrap.scss +135 -12
- package/SCSS-Themes/bootstrap4.scss +135 -12
- package/SCSS-Themes/bootstrap5-dark.scss +135 -12
- package/SCSS-Themes/bootstrap5.scss +135 -12
- package/SCSS-Themes/buttons/button/bootstrap-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/bootstrap.scss +52 -0
- package/SCSS-Themes/buttons/button/bootstrap4.scss +52 -0
- package/SCSS-Themes/buttons/button/bootstrap5-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/bootstrap5.scss +52 -0
- package/SCSS-Themes/buttons/button/fabric-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/fabric.scss +52 -0
- package/SCSS-Themes/buttons/button/fluent-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/fluent.scss +52 -0
- package/SCSS-Themes/buttons/button/highcontrast.scss +52 -0
- package/SCSS-Themes/buttons/button/material-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/material.scss +52 -0
- package/SCSS-Themes/buttons/button/material3-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/material3.scss +52 -0
- package/SCSS-Themes/buttons/button/tailwind-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/tailwind.scss +52 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/material-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/material.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/material3.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind.scss +5 -0
- package/SCSS-Themes/fabric-dark.scss +135 -12
- package/SCSS-Themes/fabric.scss +135 -12
- package/SCSS-Themes/filemanager/file-manager/bootstrap-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/bootstrap.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/bootstrap4.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/bootstrap5-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/bootstrap5.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/fabric-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/fabric.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/fluent-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/fluent.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/highcontrast.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/material-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/material.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/material3.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/tailwind-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/tailwind.scss +12 -6
- package/SCSS-Themes/fluent-dark.scss +136 -13
- package/SCSS-Themes/fluent.scss +136 -13
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent.scss +9 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +9 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +10 -1
- package/SCSS-Themes/grids/grid/material.scss +9 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/material3.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +9 -0
- package/SCSS-Themes/highcontrast.scss +135 -12
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +40 -7
- package/SCSS-Themes/image-editor/image-editor/material.scss +40 -7
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/material3.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +39 -6
- package/SCSS-Themes/inputs/data-form/material3-dark.scss +1 -1
- package/SCSS-Themes/inputs/data-form/material3.scss +1 -1
- package/SCSS-Themes/material-dark.scss +137 -14
- package/SCSS-Themes/material.scss +136 -13
- package/SCSS-Themes/material3-dark.scss +136 -13
- package/SCSS-Themes/material3.scss +136 -13
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/bootstrap.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/bootstrap4.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/bootstrap5-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/bootstrap5.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/fabric-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/fabric.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/fluent-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/fluent.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/highcontrast.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/material-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/material.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/material3-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/material3.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/tailwind-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/tailwind.scss +4 -0
- package/SCSS-Themes/splitbuttons/progress-button/bootstrap-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/bootstrap.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/bootstrap4.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/bootstrap5-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/bootstrap5.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/fabric-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/fabric.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/fluent-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/fluent.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/highcontrast.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/material-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/material.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/material3-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/material3.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/tailwind-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/tailwind.scss +14 -0
- package/SCSS-Themes/tailwind-dark.scss +135 -12
- package/SCSS-Themes/tailwind.scss +135 -12
- package/package.json +1 -1
|
@@ -192,6 +192,11 @@ $ddt-readonly-input-bg-color: rgba($content-bg-color) !default;
|
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
+
&.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon,
|
|
196
|
+
&.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
197
|
+
display: flex;
|
|
198
|
+
}
|
|
199
|
+
|
|
195
200
|
.e-chips-wrapper {
|
|
196
201
|
width: 100%;
|
|
197
202
|
}
|
|
@@ -192,6 +192,11 @@ $ddt-readonly-input-bg-color: rgba($content-bg-color) !default;
|
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
+
&.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon,
|
|
196
|
+
&.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
197
|
+
display: flex;
|
|
198
|
+
}
|
|
199
|
+
|
|
195
200
|
.e-chips-wrapper {
|
|
196
201
|
width: 100%;
|
|
197
202
|
}
|
|
@@ -177,6 +177,11 @@ $ddt-remains-font-color: $content-text-color-alt3 !default;
|
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
+
&.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon,
|
|
181
|
+
&.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
182
|
+
display: flex;
|
|
183
|
+
}
|
|
184
|
+
|
|
180
185
|
.e-chips-wrapper {
|
|
181
186
|
width: 100%;
|
|
182
187
|
}
|
|
@@ -177,6 +177,11 @@ $ddt-remains-font-color: $content-text-color-alt3 !default;
|
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
+
&.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon,
|
|
181
|
+
&.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
182
|
+
display: flex;
|
|
183
|
+
}
|
|
184
|
+
|
|
180
185
|
.e-chips-wrapper {
|
|
181
186
|
width: 100%;
|
|
182
187
|
}
|
|
@@ -24280,12 +24280,22 @@ $btn-focus-box-shadow: none !default;
|
|
|
24280
24280
|
@if $skin-name == 'FluentUI' {
|
|
24281
24281
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24282
24282
|
}
|
|
24283
|
+
|
|
24284
|
+
@if $skin-name == 'bootstrap5' {
|
|
24285
|
+
background: $btn-outline-active-bgcolor;
|
|
24286
|
+
color: $btn-outline-active-color;
|
|
24287
|
+
}
|
|
24283
24288
|
}
|
|
24284
24289
|
|
|
24285
24290
|
&:focus-visible { // only for keybord
|
|
24286
24291
|
@if $skin-name == 'FluentUI' {
|
|
24287
24292
|
background: $btn-outline-bgcolor;
|
|
24288
24293
|
}
|
|
24294
|
+
|
|
24295
|
+
@if $skin-name == 'bootstrap5' {
|
|
24296
|
+
box-shadow: $btn-focus-box-shadow;
|
|
24297
|
+
}
|
|
24298
|
+
|
|
24289
24299
|
@if $skin-name == 'Material3' {
|
|
24290
24300
|
background: $btn-active-bgcolor;
|
|
24291
24301
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24336,12 +24346,22 @@ $btn-focus-box-shadow: none !default;
|
|
|
24336
24346
|
@if $skin-name == 'FluentUI' {
|
|
24337
24347
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24338
24348
|
}
|
|
24349
|
+
|
|
24350
|
+
@if $skin-name == 'bootstrap5' {
|
|
24351
|
+
background: $btn-outline-primary-focus-bgcolor;
|
|
24352
|
+
color: $btn-outline-active-color;
|
|
24353
|
+
}
|
|
24339
24354
|
}
|
|
24340
24355
|
|
|
24341
24356
|
&:focus-visible { // only for keybord
|
|
24342
24357
|
@if $skin-name == 'FluentUI' {
|
|
24343
24358
|
background: $btn-outline-bgcolor;
|
|
24344
24359
|
}
|
|
24360
|
+
|
|
24361
|
+
@if $skin-name == 'bootstrap5' {
|
|
24362
|
+
box-shadow: $btn-primary-focus-box-shadow;
|
|
24363
|
+
}
|
|
24364
|
+
|
|
24345
24365
|
@if $skin-name == 'Material3' {
|
|
24346
24366
|
background: $btn-primary-active-bgcolor;
|
|
24347
24367
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24399,12 +24419,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24399
24419
|
@if $skin-name == 'FluentUI' {
|
|
24400
24420
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24401
24421
|
}
|
|
24422
|
+
|
|
24423
|
+
@if $skin-name == 'bootstrap5' {
|
|
24424
|
+
background: $btn-success-bgcolor;
|
|
24425
|
+
color: $btn-success-color;
|
|
24426
|
+
}
|
|
24402
24427
|
}
|
|
24403
24428
|
|
|
24404
24429
|
&:focus-visible { // only for keybord
|
|
24405
24430
|
@if $skin-name == 'FluentUI' {
|
|
24406
24431
|
background: $btn-outline-bgcolor;
|
|
24407
24432
|
}
|
|
24433
|
+
@if $skin-name == 'bootstrap5' {
|
|
24434
|
+
box-shadow: $btn-success-focus-box-shadow;
|
|
24435
|
+
}
|
|
24408
24436
|
@if $skin-name == 'Material3' {
|
|
24409
24437
|
background: $btn-success-active-bgcolor;
|
|
24410
24438
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24462,12 +24490,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24462
24490
|
@if $skin-name == 'FluentUI' {
|
|
24463
24491
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24464
24492
|
}
|
|
24493
|
+
|
|
24494
|
+
@if $skin-name == 'bootstrap5' {
|
|
24495
|
+
background: $btn-info-bgcolor;
|
|
24496
|
+
color: $btn-info-color;
|
|
24497
|
+
}
|
|
24465
24498
|
}
|
|
24466
24499
|
|
|
24467
24500
|
&:focus-visible { // only for keybord
|
|
24468
24501
|
@if $skin-name == 'FluentUI' {
|
|
24469
24502
|
background: $btn-outline-bgcolor;
|
|
24470
24503
|
}
|
|
24504
|
+
@if $skin-name == 'bootstrap5' {
|
|
24505
|
+
box-shadow: $btn-info-focus-box-shadow;
|
|
24506
|
+
}
|
|
24471
24507
|
@if $skin-name == 'Material3' {
|
|
24472
24508
|
background: $btn-info-active-bgcolor;
|
|
24473
24509
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24525,12 +24561,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24525
24561
|
@if $skin-name == 'FluentUI' {
|
|
24526
24562
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24527
24563
|
}
|
|
24564
|
+
|
|
24565
|
+
@if $skin-name == 'bootstrap5' {
|
|
24566
|
+
background: $btn-warning-bgcolor;
|
|
24567
|
+
color: $btn-warning-color;
|
|
24568
|
+
}
|
|
24528
24569
|
}
|
|
24529
24570
|
|
|
24530
24571
|
&:focus-visible { // only for keybord
|
|
24531
24572
|
@if $skin-name == 'FluentUI' {
|
|
24532
24573
|
background: $btn-outline-bgcolor;
|
|
24533
24574
|
}
|
|
24575
|
+
@if $skin-name == 'bootstrap5' {
|
|
24576
|
+
box-shadow: $btn-warning-focus-box-shadow;
|
|
24577
|
+
}
|
|
24534
24578
|
@if $skin-name == 'Material3' {
|
|
24535
24579
|
background: $btn-warning-active-bgcolor;
|
|
24536
24580
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24588,12 +24632,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24588
24632
|
@if $skin-name == 'FluentUI' {
|
|
24589
24633
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24590
24634
|
}
|
|
24635
|
+
|
|
24636
|
+
@if $skin-name == 'bootstrap5' {
|
|
24637
|
+
background: $btn-danger-bgcolor;
|
|
24638
|
+
color: $btn-danger-color;
|
|
24639
|
+
}
|
|
24591
24640
|
}
|
|
24592
24641
|
|
|
24593
24642
|
&:focus-visible { // only for keybord
|
|
24594
24643
|
@if $skin-name == 'FluentUI' {
|
|
24595
24644
|
background: $btn-outline-bgcolor;
|
|
24596
24645
|
}
|
|
24646
|
+
@if $skin-name == 'bootstrap5' {
|
|
24647
|
+
box-shadow: $btn-danger-focus-box-shadow;
|
|
24648
|
+
}
|
|
24597
24649
|
@if $skin-name == 'Material3' {
|
|
24598
24650
|
background: $btn-danger-active-bgcolor;
|
|
24599
24651
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -58942,6 +58994,11 @@ $ddt-remains-count-padding-top: 6px !default;
|
|
|
58942
58994
|
}
|
|
58943
58995
|
}
|
|
58944
58996
|
|
|
58997
|
+
&.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon,
|
|
58998
|
+
&.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
58999
|
+
display: flex;
|
|
59000
|
+
}
|
|
59001
|
+
|
|
58945
59002
|
.e-chips-wrapper {
|
|
58946
59003
|
width: 100%;
|
|
58947
59004
|
}
|
|
@@ -82623,6 +82680,15 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82623
82680
|
color: $grid-cell-selection-color;
|
|
82624
82681
|
}
|
|
82625
82682
|
|
|
82683
|
+
td.e-cellselectionbackground.e-leftfreeze:not(.e-updatedtd),
|
|
82684
|
+
td.e-cellselectionbackground.e-unfreeze:not(.e-updatedtd),
|
|
82685
|
+
td.e-cellselectionbackground.e-rightfreeze:not(.e-updatedtd),
|
|
82686
|
+
td.e-cellselectionbackground.e-fixedfreeze:not(.e-updatedtd) {
|
|
82687
|
+
@if $grid-skin == 'material3' {
|
|
82688
|
+
background-color: rgba($primary-container, 1);
|
|
82689
|
+
}
|
|
82690
|
+
}
|
|
82691
|
+
|
|
82626
82692
|
.e-filterbarcell,
|
|
82627
82693
|
.e-filterbarcelldisabled {
|
|
82628
82694
|
background-color: $grid-header-bg-color;
|
|
@@ -84286,7 +84352,8 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
84286
84352
|
}
|
|
84287
84353
|
|
|
84288
84354
|
&.e-active,
|
|
84289
|
-
&.e-hover
|
|
84355
|
+
&.e-hover,
|
|
84356
|
+
&:hover {
|
|
84290
84357
|
@include visibility(visible);
|
|
84291
84358
|
}
|
|
84292
84359
|
}
|
|
@@ -84934,7 +85001,8 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
84934
85001
|
margin: $fe-mobile-lg-item-margin;
|
|
84935
85002
|
width: $fe-mobile-lg-item-width;
|
|
84936
85003
|
|
|
84937
|
-
&.e-hover
|
|
85004
|
+
&.e-hover,
|
|
85005
|
+
&:hover {
|
|
84938
85006
|
@include visibility(hidden);
|
|
84939
85007
|
}
|
|
84940
85008
|
|
|
@@ -85845,11 +85913,13 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
85845
85913
|
@include active-item;
|
|
85846
85914
|
}
|
|
85847
85915
|
|
|
85848
|
-
&.e-hover
|
|
85916
|
+
&.e-hover,
|
|
85917
|
+
&:hover {
|
|
85849
85918
|
@include hover-item($fe-hover-bg-color, $fe-hover-border-color);
|
|
85850
85919
|
}
|
|
85851
85920
|
|
|
85852
|
-
&.e-active.e-hover
|
|
85921
|
+
&.e-active.e-hover,
|
|
85922
|
+
&.e-active:hover {
|
|
85853
85923
|
@include hover-item($fe-ah-bg-color, $fe-ah-border-color);
|
|
85854
85924
|
}
|
|
85855
85925
|
|
|
@@ -85857,7 +85927,8 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
85857
85927
|
border-color: $fe-focus-border-color;
|
|
85858
85928
|
}
|
|
85859
85929
|
|
|
85860
|
-
&.e-hover.e-fe-drop-folder
|
|
85930
|
+
&.e-hover.e-fe-drop-folder,
|
|
85931
|
+
&:hover.e-fe-drop-folder {
|
|
85861
85932
|
border-color: $fe-drop-folder-bg-color;
|
|
85862
85933
|
}
|
|
85863
85934
|
}
|
|
@@ -85897,7 +85968,8 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
85897
85968
|
|
|
85898
85969
|
.e-large-icon {
|
|
85899
85970
|
|
|
85900
|
-
&.e-hover
|
|
85971
|
+
&.e-hover,
|
|
85972
|
+
&:hover {
|
|
85901
85973
|
@include hover-item(transparent, transparent);
|
|
85902
85974
|
}
|
|
85903
85975
|
|
|
@@ -88971,6 +89043,20 @@ $btn-flat-primary-path-arc: none;
|
|
|
88971
89043
|
}
|
|
88972
89044
|
}
|
|
88973
89045
|
|
|
89046
|
+
.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
|
|
89047
|
+
fill: $btn-outline-color;
|
|
89048
|
+
stroke: $btn-outline-color;
|
|
89049
|
+
}
|
|
89050
|
+
|
|
89051
|
+
.e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
89052
|
+
fill: $btn-color;
|
|
89053
|
+
stroke: $btn-color;
|
|
89054
|
+
}
|
|
89055
|
+
|
|
89056
|
+
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
89057
|
+
stroke: $btn-outline-color;
|
|
89058
|
+
}
|
|
89059
|
+
|
|
88974
89060
|
|
|
88975
89061
|
|
|
88976
89062
|
|
|
@@ -114562,6 +114648,10 @@ $qrybldr-btngrp-brdr-radius: 0 !default;
|
|
|
114562
114648
|
border-top: $qrybldr-val-error-border;
|
|
114563
114649
|
}
|
|
114564
114650
|
|
|
114651
|
+
.e-qb-ddt.e-ddt .e-prevent .e-fullrow {
|
|
114652
|
+
cursor: default !important; /* stylelint-disable-line declaration-no-important */
|
|
114653
|
+
}
|
|
114654
|
+
|
|
114565
114655
|
.e-dropdown-popup {
|
|
114566
114656
|
|
|
114567
114657
|
& .e-addgroup {
|
|
@@ -120837,6 +120927,8 @@ $image-editor-bigger-dropdown-btn-preview-left: -1px !default;
|
|
|
120837
120927
|
$image-editor-slider-handler: calc(50% - 8px) !default;
|
|
120838
120928
|
$image-editor-bigger-slider-handler: calc(50% - 9px) !default;
|
|
120839
120929
|
$image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
120930
|
+
$image-editor-finetune-value-span: 29% !default;
|
|
120931
|
+
$image-editor-finetune-span: 29% !default;
|
|
120840
120932
|
|
|
120841
120933
|
@include export-module('image-editor-layout') {
|
|
120842
120934
|
|
|
@@ -121312,18 +121404,17 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
121312
121404
|
}
|
|
121313
121405
|
}
|
|
121314
121406
|
.e-ie-straighten-value-span,
|
|
121315
|
-
.e-ie-straighten-span
|
|
121316
|
-
|
|
121407
|
+
.e-ie-straighten-span,
|
|
121408
|
+
.e-ie-toolbar-straighten {
|
|
121409
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
121317
121410
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
121318
121411
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
121319
121412
|
}
|
|
121320
121413
|
|
|
121321
121414
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
121322
121415
|
height: auto;
|
|
121323
|
-
|
|
121324
|
-
|
|
121325
|
-
padding-right: 2px;
|
|
121326
|
-
}
|
|
121416
|
+
margin-left: 8px;
|
|
121417
|
+
padding-right: 2px;
|
|
121327
121418
|
}
|
|
121328
121419
|
|
|
121329
121420
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -121343,6 +121434,26 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
121343
121434
|
}
|
|
121344
121435
|
}
|
|
121345
121436
|
|
|
121437
|
+
.e-ie-finetune-value-span {
|
|
121438
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
121439
|
+
}
|
|
121440
|
+
|
|
121441
|
+
.e-ie-finetune-slider-label {
|
|
121442
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
121443
|
+
}
|
|
121444
|
+
|
|
121445
|
+
.e-ie-finetune-slider-wrap {
|
|
121446
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
121447
|
+
}
|
|
121448
|
+
|
|
121449
|
+
.e-transparency-slider-wrap {
|
|
121450
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
121451
|
+
}
|
|
121452
|
+
|
|
121453
|
+
.e-ie-slider-wrap {
|
|
121454
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
121455
|
+
}
|
|
121456
|
+
|
|
121346
121457
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
121347
121458
|
@if $skin-name == 'Material3' {
|
|
121348
121459
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -121359,6 +121470,18 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
121359
121470
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
121360
121471
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121361
121472
|
}
|
|
121473
|
+
|
|
121474
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
121475
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
121476
|
+
}
|
|
121477
|
+
|
|
121478
|
+
.e-device.e-image-editor {
|
|
121479
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
121480
|
+
@if $skin-name == 'Material' {
|
|
121481
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
121482
|
+
}
|
|
121483
|
+
}
|
|
121484
|
+
}
|
|
121362
121485
|
}
|
|
121363
121486
|
|
|
121364
121487
|
|
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -24239,12 +24239,22 @@ $btn-focus-box-shadow: none !default;
|
|
|
24239
24239
|
@if $skin-name == 'FluentUI' {
|
|
24240
24240
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24241
24241
|
}
|
|
24242
|
+
|
|
24243
|
+
@if $skin-name == 'bootstrap5' {
|
|
24244
|
+
background: $btn-outline-active-bgcolor;
|
|
24245
|
+
color: $btn-outline-active-color;
|
|
24246
|
+
}
|
|
24242
24247
|
}
|
|
24243
24248
|
|
|
24244
24249
|
&:focus-visible { // only for keybord
|
|
24245
24250
|
@if $skin-name == 'FluentUI' {
|
|
24246
24251
|
background: $btn-outline-bgcolor;
|
|
24247
24252
|
}
|
|
24253
|
+
|
|
24254
|
+
@if $skin-name == 'bootstrap5' {
|
|
24255
|
+
box-shadow: $btn-focus-box-shadow;
|
|
24256
|
+
}
|
|
24257
|
+
|
|
24248
24258
|
@if $skin-name == 'Material3' {
|
|
24249
24259
|
background: $btn-active-bgcolor;
|
|
24250
24260
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24295,12 +24305,22 @@ $btn-focus-box-shadow: none !default;
|
|
|
24295
24305
|
@if $skin-name == 'FluentUI' {
|
|
24296
24306
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24297
24307
|
}
|
|
24308
|
+
|
|
24309
|
+
@if $skin-name == 'bootstrap5' {
|
|
24310
|
+
background: $btn-outline-primary-focus-bgcolor;
|
|
24311
|
+
color: $btn-outline-active-color;
|
|
24312
|
+
}
|
|
24298
24313
|
}
|
|
24299
24314
|
|
|
24300
24315
|
&:focus-visible { // only for keybord
|
|
24301
24316
|
@if $skin-name == 'FluentUI' {
|
|
24302
24317
|
background: $btn-outline-bgcolor;
|
|
24303
24318
|
}
|
|
24319
|
+
|
|
24320
|
+
@if $skin-name == 'bootstrap5' {
|
|
24321
|
+
box-shadow: $btn-primary-focus-box-shadow;
|
|
24322
|
+
}
|
|
24323
|
+
|
|
24304
24324
|
@if $skin-name == 'Material3' {
|
|
24305
24325
|
background: $btn-primary-active-bgcolor;
|
|
24306
24326
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24358,12 +24378,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24358
24378
|
@if $skin-name == 'FluentUI' {
|
|
24359
24379
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24360
24380
|
}
|
|
24381
|
+
|
|
24382
|
+
@if $skin-name == 'bootstrap5' {
|
|
24383
|
+
background: $btn-success-bgcolor;
|
|
24384
|
+
color: $btn-success-color;
|
|
24385
|
+
}
|
|
24361
24386
|
}
|
|
24362
24387
|
|
|
24363
24388
|
&:focus-visible { // only for keybord
|
|
24364
24389
|
@if $skin-name == 'FluentUI' {
|
|
24365
24390
|
background: $btn-outline-bgcolor;
|
|
24366
24391
|
}
|
|
24392
|
+
@if $skin-name == 'bootstrap5' {
|
|
24393
|
+
box-shadow: $btn-success-focus-box-shadow;
|
|
24394
|
+
}
|
|
24367
24395
|
@if $skin-name == 'Material3' {
|
|
24368
24396
|
background: $btn-success-active-bgcolor;
|
|
24369
24397
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24421,12 +24449,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24421
24449
|
@if $skin-name == 'FluentUI' {
|
|
24422
24450
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24423
24451
|
}
|
|
24452
|
+
|
|
24453
|
+
@if $skin-name == 'bootstrap5' {
|
|
24454
|
+
background: $btn-info-bgcolor;
|
|
24455
|
+
color: $btn-info-color;
|
|
24456
|
+
}
|
|
24424
24457
|
}
|
|
24425
24458
|
|
|
24426
24459
|
&:focus-visible { // only for keybord
|
|
24427
24460
|
@if $skin-name == 'FluentUI' {
|
|
24428
24461
|
background: $btn-outline-bgcolor;
|
|
24429
24462
|
}
|
|
24463
|
+
@if $skin-name == 'bootstrap5' {
|
|
24464
|
+
box-shadow: $btn-info-focus-box-shadow;
|
|
24465
|
+
}
|
|
24430
24466
|
@if $skin-name == 'Material3' {
|
|
24431
24467
|
background: $btn-info-active-bgcolor;
|
|
24432
24468
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24484,12 +24520,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24484
24520
|
@if $skin-name == 'FluentUI' {
|
|
24485
24521
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24486
24522
|
}
|
|
24523
|
+
|
|
24524
|
+
@if $skin-name == 'bootstrap5' {
|
|
24525
|
+
background: $btn-warning-bgcolor;
|
|
24526
|
+
color: $btn-warning-color;
|
|
24527
|
+
}
|
|
24487
24528
|
}
|
|
24488
24529
|
|
|
24489
24530
|
&:focus-visible { // only for keybord
|
|
24490
24531
|
@if $skin-name == 'FluentUI' {
|
|
24491
24532
|
background: $btn-outline-bgcolor;
|
|
24492
24533
|
}
|
|
24534
|
+
@if $skin-name == 'bootstrap5' {
|
|
24535
|
+
box-shadow: $btn-warning-focus-box-shadow;
|
|
24536
|
+
}
|
|
24493
24537
|
@if $skin-name == 'Material3' {
|
|
24494
24538
|
background: $btn-warning-active-bgcolor;
|
|
24495
24539
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24547,12 +24591,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24547
24591
|
@if $skin-name == 'FluentUI' {
|
|
24548
24592
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24549
24593
|
}
|
|
24594
|
+
|
|
24595
|
+
@if $skin-name == 'bootstrap5' {
|
|
24596
|
+
background: $btn-danger-bgcolor;
|
|
24597
|
+
color: $btn-danger-color;
|
|
24598
|
+
}
|
|
24550
24599
|
}
|
|
24551
24600
|
|
|
24552
24601
|
&:focus-visible { // only for keybord
|
|
24553
24602
|
@if $skin-name == 'FluentUI' {
|
|
24554
24603
|
background: $btn-outline-bgcolor;
|
|
24555
24604
|
}
|
|
24605
|
+
@if $skin-name == 'bootstrap5' {
|
|
24606
|
+
box-shadow: $btn-danger-focus-box-shadow;
|
|
24607
|
+
}
|
|
24556
24608
|
@if $skin-name == 'Material3' {
|
|
24557
24609
|
background: $btn-danger-active-bgcolor;
|
|
24558
24610
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -58717,6 +58769,11 @@ $ddt-remains-count-padding-top: 6px !default;
|
|
|
58717
58769
|
}
|
|
58718
58770
|
}
|
|
58719
58771
|
|
|
58772
|
+
&.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon,
|
|
58773
|
+
&.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
58774
|
+
display: flex;
|
|
58775
|
+
}
|
|
58776
|
+
|
|
58720
58777
|
.e-chips-wrapper {
|
|
58721
58778
|
width: 100%;
|
|
58722
58779
|
}
|
|
@@ -82381,6 +82438,15 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82381
82438
|
color: $grid-cell-selection-color;
|
|
82382
82439
|
}
|
|
82383
82440
|
|
|
82441
|
+
td.e-cellselectionbackground.e-leftfreeze:not(.e-updatedtd),
|
|
82442
|
+
td.e-cellselectionbackground.e-unfreeze:not(.e-updatedtd),
|
|
82443
|
+
td.e-cellselectionbackground.e-rightfreeze:not(.e-updatedtd),
|
|
82444
|
+
td.e-cellselectionbackground.e-fixedfreeze:not(.e-updatedtd) {
|
|
82445
|
+
@if $grid-skin == 'material3' {
|
|
82446
|
+
background-color: rgba($primary-container, 1);
|
|
82447
|
+
}
|
|
82448
|
+
}
|
|
82449
|
+
|
|
82384
82450
|
.e-filterbarcell,
|
|
82385
82451
|
.e-filterbarcelldisabled {
|
|
82386
82452
|
background-color: $grid-header-bg-color;
|
|
@@ -84046,7 +84112,8 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
84046
84112
|
}
|
|
84047
84113
|
|
|
84048
84114
|
&.e-active,
|
|
84049
|
-
&.e-hover
|
|
84115
|
+
&.e-hover,
|
|
84116
|
+
&:hover {
|
|
84050
84117
|
@include visibility(visible);
|
|
84051
84118
|
}
|
|
84052
84119
|
}
|
|
@@ -84694,7 +84761,8 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
84694
84761
|
margin: $fe-mobile-lg-item-margin;
|
|
84695
84762
|
width: $fe-mobile-lg-item-width;
|
|
84696
84763
|
|
|
84697
|
-
&.e-hover
|
|
84764
|
+
&.e-hover,
|
|
84765
|
+
&:hover {
|
|
84698
84766
|
@include visibility(hidden);
|
|
84699
84767
|
}
|
|
84700
84768
|
|
|
@@ -85605,11 +85673,13 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
85605
85673
|
@include active-item;
|
|
85606
85674
|
}
|
|
85607
85675
|
|
|
85608
|
-
&.e-hover
|
|
85676
|
+
&.e-hover,
|
|
85677
|
+
&:hover {
|
|
85609
85678
|
@include hover-item($fe-hover-bg-color, $fe-hover-border-color);
|
|
85610
85679
|
}
|
|
85611
85680
|
|
|
85612
|
-
&.e-active.e-hover
|
|
85681
|
+
&.e-active.e-hover,
|
|
85682
|
+
&.e-active:hover {
|
|
85613
85683
|
@include hover-item($fe-ah-bg-color, $fe-ah-border-color);
|
|
85614
85684
|
}
|
|
85615
85685
|
|
|
@@ -85617,7 +85687,8 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
85617
85687
|
border-color: $fe-focus-border-color;
|
|
85618
85688
|
}
|
|
85619
85689
|
|
|
85620
|
-
&.e-hover.e-fe-drop-folder
|
|
85690
|
+
&.e-hover.e-fe-drop-folder,
|
|
85691
|
+
&:hover.e-fe-drop-folder {
|
|
85621
85692
|
border-color: $fe-drop-folder-bg-color;
|
|
85622
85693
|
}
|
|
85623
85694
|
}
|
|
@@ -85657,7 +85728,8 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
85657
85728
|
|
|
85658
85729
|
.e-large-icon {
|
|
85659
85730
|
|
|
85660
|
-
&.e-hover
|
|
85731
|
+
&.e-hover,
|
|
85732
|
+
&:hover {
|
|
85661
85733
|
@include hover-item(transparent, transparent);
|
|
85662
85734
|
}
|
|
85663
85735
|
|
|
@@ -88725,6 +88797,20 @@ $btn-flat-primary-path-arc: none;
|
|
|
88725
88797
|
}
|
|
88726
88798
|
}
|
|
88727
88799
|
|
|
88800
|
+
.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
|
|
88801
|
+
fill: $btn-outline-color;
|
|
88802
|
+
stroke: $btn-outline-color;
|
|
88803
|
+
}
|
|
88804
|
+
|
|
88805
|
+
.e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
88806
|
+
fill: $btn-color;
|
|
88807
|
+
stroke: $btn-color;
|
|
88808
|
+
}
|
|
88809
|
+
|
|
88810
|
+
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
88811
|
+
stroke: $btn-outline-color;
|
|
88812
|
+
}
|
|
88813
|
+
|
|
88728
88814
|
|
|
88729
88815
|
|
|
88730
88816
|
|
|
@@ -114310,6 +114396,10 @@ $qrybldr-btngrp-brdr-radius: 0 !default;
|
|
|
114310
114396
|
border-top: $qrybldr-val-error-border;
|
|
114311
114397
|
}
|
|
114312
114398
|
|
|
114399
|
+
.e-qb-ddt.e-ddt .e-prevent .e-fullrow {
|
|
114400
|
+
cursor: default !important; /* stylelint-disable-line declaration-no-important */
|
|
114401
|
+
}
|
|
114402
|
+
|
|
114313
114403
|
.e-dropdown-popup {
|
|
114314
114404
|
|
|
114315
114405
|
& .e-addgroup {
|
|
@@ -120586,6 +120676,8 @@ $image-editor-bigger-dropdown-btn-preview-left: -1px !default;
|
|
|
120586
120676
|
$image-editor-slider-handler: calc(50% - 8px) !default;
|
|
120587
120677
|
$image-editor-bigger-slider-handler: calc(50% - 9px) !default;
|
|
120588
120678
|
$image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
120679
|
+
$image-editor-finetune-value-span: 29% !default;
|
|
120680
|
+
$image-editor-finetune-span: 29% !default;
|
|
120589
120681
|
|
|
120590
120682
|
@include export-module('image-editor-layout') {
|
|
120591
120683
|
|
|
@@ -121061,18 +121153,17 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
121061
121153
|
}
|
|
121062
121154
|
}
|
|
121063
121155
|
.e-ie-straighten-value-span,
|
|
121064
|
-
.e-ie-straighten-span
|
|
121065
|
-
|
|
121156
|
+
.e-ie-straighten-span,
|
|
121157
|
+
.e-ie-toolbar-straighten {
|
|
121158
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
121066
121159
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
121067
121160
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
121068
121161
|
}
|
|
121069
121162
|
|
|
121070
121163
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
121071
121164
|
height: auto;
|
|
121072
|
-
|
|
121073
|
-
|
|
121074
|
-
padding-right: 2px;
|
|
121075
|
-
}
|
|
121165
|
+
margin-left: 8px;
|
|
121166
|
+
padding-right: 2px;
|
|
121076
121167
|
}
|
|
121077
121168
|
|
|
121078
121169
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -121092,6 +121183,26 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
121092
121183
|
}
|
|
121093
121184
|
}
|
|
121094
121185
|
|
|
121186
|
+
.e-ie-finetune-value-span {
|
|
121187
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
121188
|
+
}
|
|
121189
|
+
|
|
121190
|
+
.e-ie-finetune-slider-label {
|
|
121191
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
121192
|
+
}
|
|
121193
|
+
|
|
121194
|
+
.e-ie-finetune-slider-wrap {
|
|
121195
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
121196
|
+
}
|
|
121197
|
+
|
|
121198
|
+
.e-transparency-slider-wrap {
|
|
121199
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
121200
|
+
}
|
|
121201
|
+
|
|
121202
|
+
.e-ie-slider-wrap {
|
|
121203
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
121204
|
+
}
|
|
121205
|
+
|
|
121095
121206
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
121096
121207
|
@if $skin-name == 'Material3' {
|
|
121097
121208
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -121108,6 +121219,18 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
121108
121219
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
121109
121220
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
121110
121221
|
}
|
|
121222
|
+
|
|
121223
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
121224
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
121225
|
+
}
|
|
121226
|
+
|
|
121227
|
+
.e-device.e-image-editor {
|
|
121228
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
121229
|
+
@if $skin-name == 'Material' {
|
|
121230
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
121231
|
+
}
|
|
121232
|
+
}
|
|
121233
|
+
}
|
|
121111
121234
|
}
|
|
121112
121235
|
|
|
121113
121236
|
|