@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
|
@@ -30,6 +30,8 @@ $image-editor-bigger-dropdown-btn-preview-left: -7px !default;
|
|
|
30
30
|
$image-editor-slider-handler: calc(50% - 8px) !default;
|
|
31
31
|
$image-editor-bigger-slider-handler: calc(50% - 10px) !default;
|
|
32
32
|
$image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
33
|
+
$image-editor-finetune-value-span: 29% !default;
|
|
34
|
+
$image-editor-finetune-span: 28% !default;
|
|
33
35
|
|
|
34
36
|
@include export-module('image-editor-layout') {
|
|
35
37
|
|
|
@@ -505,18 +507,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
510
|
+
.e-ie-straighten-span,
|
|
511
|
+
.e-ie-toolbar-straighten {
|
|
512
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
513
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
514
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
518
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
519
|
+
margin-left: 8px;
|
|
520
|
+
padding-right: 2px;
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +537,26 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
.e-ie-finetune-value-span {
|
|
541
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-ie-finetune-slider-label {
|
|
545
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.e-ie-finetune-slider-wrap {
|
|
549
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.e-transparency-slider-wrap {
|
|
553
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.e-ie-slider-wrap {
|
|
557
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
539
560
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
561
|
@if $skin-name == 'Material3' {
|
|
541
562
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -552,6 +573,18 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
552
573
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
553
574
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
554
575
|
}
|
|
576
|
+
|
|
577
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
578
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.e-device.e-image-editor {
|
|
582
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
583
|
+
@if $skin-name == 'Material' {
|
|
584
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
|
|
@@ -30,6 +30,8 @@ $image-editor-bigger-dropdown-btn-preview-left: -7px !default;
|
|
|
30
30
|
$image-editor-slider-handler: calc(50% - 8px) !default;
|
|
31
31
|
$image-editor-bigger-slider-handler: calc(50% - 10px) !default;
|
|
32
32
|
$image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
33
|
+
$image-editor-finetune-value-span: 29% !default;
|
|
34
|
+
$image-editor-finetune-span: 28% !default;
|
|
33
35
|
|
|
34
36
|
@include export-module('image-editor-layout') {
|
|
35
37
|
|
|
@@ -505,18 +507,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
510
|
+
.e-ie-straighten-span,
|
|
511
|
+
.e-ie-toolbar-straighten {
|
|
512
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
513
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
514
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
518
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
519
|
+
margin-left: 8px;
|
|
520
|
+
padding-right: 2px;
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +537,26 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
.e-ie-finetune-value-span {
|
|
541
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-ie-finetune-slider-label {
|
|
545
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.e-ie-finetune-slider-wrap {
|
|
549
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.e-transparency-slider-wrap {
|
|
553
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.e-ie-slider-wrap {
|
|
557
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
539
560
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
561
|
@if $skin-name == 'Material3' {
|
|
541
562
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -552,6 +573,18 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
552
573
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
553
574
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
554
575
|
}
|
|
576
|
+
|
|
577
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
578
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.e-device.e-image-editor {
|
|
582
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
583
|
+
@if $skin-name == 'Material' {
|
|
584
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
|
|
@@ -30,6 +30,8 @@ $image-editor-bigger-dropdown-btn-preview-left: -6px !default;
|
|
|
30
30
|
$image-editor-slider-handler: calc(50% - 6px) !default;
|
|
31
31
|
$image-editor-bigger-slider-handler: calc(50% - 7px) !default;
|
|
32
32
|
$image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
33
|
+
$image-editor-finetune-value-span: 28% !default;
|
|
34
|
+
$image-editor-finetune-span: 28% !default;
|
|
33
35
|
|
|
34
36
|
@include export-module('image-editor-layout') {
|
|
35
37
|
|
|
@@ -505,18 +507,17 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
510
|
+
.e-ie-straighten-span,
|
|
511
|
+
.e-ie-toolbar-straighten {
|
|
512
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
513
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
514
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
518
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
519
|
+
margin-left: 8px;
|
|
520
|
+
padding-right: 2px;
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +537,26 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
.e-ie-finetune-value-span {
|
|
541
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-ie-finetune-slider-label {
|
|
545
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.e-ie-finetune-slider-wrap {
|
|
549
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.e-transparency-slider-wrap {
|
|
553
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.e-ie-slider-wrap {
|
|
557
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
539
560
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
561
|
@if $skin-name == 'Material3' {
|
|
541
562
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -552,6 +573,18 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
552
573
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
553
574
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
554
575
|
}
|
|
576
|
+
|
|
577
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
578
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.e-device.e-image-editor {
|
|
582
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
583
|
+
@if $skin-name == 'Material' {
|
|
584
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
|
|
@@ -30,6 +30,8 @@ $image-editor-bigger-dropdown-btn-preview-left: -6px !default;
|
|
|
30
30
|
$image-editor-slider-handler: calc(50% - 6px) !default;
|
|
31
31
|
$image-editor-bigger-slider-handler: calc(50% - 7px) !default;
|
|
32
32
|
$image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
33
|
+
$image-editor-finetune-value-span: 28% !default;
|
|
34
|
+
$image-editor-finetune-span: 28% !default;
|
|
33
35
|
|
|
34
36
|
@include export-module('image-editor-layout') {
|
|
35
37
|
|
|
@@ -505,18 +507,17 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
510
|
+
.e-ie-straighten-span,
|
|
511
|
+
.e-ie-toolbar-straighten {
|
|
512
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
513
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
514
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
518
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
519
|
+
margin-left: 8px;
|
|
520
|
+
padding-right: 2px;
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +537,26 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
.e-ie-finetune-value-span {
|
|
541
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-ie-finetune-slider-label {
|
|
545
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.e-ie-finetune-slider-wrap {
|
|
549
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.e-transparency-slider-wrap {
|
|
553
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.e-ie-slider-wrap {
|
|
557
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
539
560
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
561
|
@if $skin-name == 'Material3' {
|
|
541
562
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -552,6 +573,18 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
552
573
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
553
574
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
554
575
|
}
|
|
576
|
+
|
|
577
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
578
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.e-device.e-image-editor {
|
|
582
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
583
|
+
@if $skin-name == 'Material' {
|
|
584
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
|
|
@@ -26,7 +26,7 @@ $form-group-title-border-height: 1px !default;
|
|
|
26
26
|
$form-group-title-border-bottom-style: 1px solid $group-title-border-color !default;
|
|
27
27
|
|
|
28
28
|
//tooltip styles
|
|
29
|
-
$form-tooltip-background-color:
|
|
29
|
+
$form-tooltip-background-color: var(--danger-light, #f9dedc) !default;
|
|
30
30
|
$form-tooltip-color: var(--danger, #b3261e) !default;
|
|
31
31
|
$form-validation-message-font-size: 12px;
|
|
32
32
|
|
|
@@ -26,7 +26,7 @@ $form-group-title-border-height: 1px !default;
|
|
|
26
26
|
$form-group-title-border-bottom-style: 1px solid $group-title-border-color !default;
|
|
27
27
|
|
|
28
28
|
//tooltip styles
|
|
29
|
-
$form-tooltip-background-color:
|
|
29
|
+
$form-tooltip-background-color: var(--danger-light, #f9dedc) !default;
|
|
30
30
|
$form-tooltip-color: var(--danger, #b3261e) !default;
|
|
31
31
|
$form-validation-message-font-size: 12px;
|
|
32
32
|
|
|
@@ -24642,12 +24642,22 @@ $btn-focus-box-shadow: none !default;
|
|
|
24642
24642
|
@if $skin-name == 'FluentUI' {
|
|
24643
24643
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24644
24644
|
}
|
|
24645
|
+
|
|
24646
|
+
@if $skin-name == 'bootstrap5' {
|
|
24647
|
+
background: $btn-outline-active-bgcolor;
|
|
24648
|
+
color: $btn-outline-active-color;
|
|
24649
|
+
}
|
|
24645
24650
|
}
|
|
24646
24651
|
|
|
24647
24652
|
&:focus-visible { // only for keybord
|
|
24648
24653
|
@if $skin-name == 'FluentUI' {
|
|
24649
24654
|
background: $btn-outline-bgcolor;
|
|
24650
24655
|
}
|
|
24656
|
+
|
|
24657
|
+
@if $skin-name == 'bootstrap5' {
|
|
24658
|
+
box-shadow: $btn-focus-box-shadow;
|
|
24659
|
+
}
|
|
24660
|
+
|
|
24651
24661
|
@if $skin-name == 'Material3' {
|
|
24652
24662
|
background: $btn-active-bgcolor;
|
|
24653
24663
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24698,12 +24708,22 @@ $btn-focus-box-shadow: none !default;
|
|
|
24698
24708
|
@if $skin-name == 'FluentUI' {
|
|
24699
24709
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24700
24710
|
}
|
|
24711
|
+
|
|
24712
|
+
@if $skin-name == 'bootstrap5' {
|
|
24713
|
+
background: $btn-outline-primary-focus-bgcolor;
|
|
24714
|
+
color: $btn-outline-active-color;
|
|
24715
|
+
}
|
|
24701
24716
|
}
|
|
24702
24717
|
|
|
24703
24718
|
&:focus-visible { // only for keybord
|
|
24704
24719
|
@if $skin-name == 'FluentUI' {
|
|
24705
24720
|
background: $btn-outline-bgcolor;
|
|
24706
24721
|
}
|
|
24722
|
+
|
|
24723
|
+
@if $skin-name == 'bootstrap5' {
|
|
24724
|
+
box-shadow: $btn-primary-focus-box-shadow;
|
|
24725
|
+
}
|
|
24726
|
+
|
|
24707
24727
|
@if $skin-name == 'Material3' {
|
|
24708
24728
|
background: $btn-primary-active-bgcolor;
|
|
24709
24729
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24761,12 +24781,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24761
24781
|
@if $skin-name == 'FluentUI' {
|
|
24762
24782
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24763
24783
|
}
|
|
24784
|
+
|
|
24785
|
+
@if $skin-name == 'bootstrap5' {
|
|
24786
|
+
background: $btn-success-bgcolor;
|
|
24787
|
+
color: $btn-success-color;
|
|
24788
|
+
}
|
|
24764
24789
|
}
|
|
24765
24790
|
|
|
24766
24791
|
&:focus-visible { // only for keybord
|
|
24767
24792
|
@if $skin-name == 'FluentUI' {
|
|
24768
24793
|
background: $btn-outline-bgcolor;
|
|
24769
24794
|
}
|
|
24795
|
+
@if $skin-name == 'bootstrap5' {
|
|
24796
|
+
box-shadow: $btn-success-focus-box-shadow;
|
|
24797
|
+
}
|
|
24770
24798
|
@if $skin-name == 'Material3' {
|
|
24771
24799
|
background: $btn-success-active-bgcolor;
|
|
24772
24800
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24824,12 +24852,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24824
24852
|
@if $skin-name == 'FluentUI' {
|
|
24825
24853
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24826
24854
|
}
|
|
24855
|
+
|
|
24856
|
+
@if $skin-name == 'bootstrap5' {
|
|
24857
|
+
background: $btn-info-bgcolor;
|
|
24858
|
+
color: $btn-info-color;
|
|
24859
|
+
}
|
|
24827
24860
|
}
|
|
24828
24861
|
|
|
24829
24862
|
&:focus-visible { // only for keybord
|
|
24830
24863
|
@if $skin-name == 'FluentUI' {
|
|
24831
24864
|
background: $btn-outline-bgcolor;
|
|
24832
24865
|
}
|
|
24866
|
+
@if $skin-name == 'bootstrap5' {
|
|
24867
|
+
box-shadow: $btn-info-focus-box-shadow;
|
|
24868
|
+
}
|
|
24833
24869
|
@if $skin-name == 'Material3' {
|
|
24834
24870
|
background: $btn-info-active-bgcolor;
|
|
24835
24871
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24887,12 +24923,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24887
24923
|
@if $skin-name == 'FluentUI' {
|
|
24888
24924
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24889
24925
|
}
|
|
24926
|
+
|
|
24927
|
+
@if $skin-name == 'bootstrap5' {
|
|
24928
|
+
background: $btn-warning-bgcolor;
|
|
24929
|
+
color: $btn-warning-color;
|
|
24930
|
+
}
|
|
24890
24931
|
}
|
|
24891
24932
|
|
|
24892
24933
|
&:focus-visible { // only for keybord
|
|
24893
24934
|
@if $skin-name == 'FluentUI' {
|
|
24894
24935
|
background: $btn-outline-bgcolor;
|
|
24895
24936
|
}
|
|
24937
|
+
@if $skin-name == 'bootstrap5' {
|
|
24938
|
+
box-shadow: $btn-warning-focus-box-shadow;
|
|
24939
|
+
}
|
|
24896
24940
|
@if $skin-name == 'Material3' {
|
|
24897
24941
|
background: $btn-warning-active-bgcolor;
|
|
24898
24942
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24950,12 +24994,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24950
24994
|
@if $skin-name == 'FluentUI' {
|
|
24951
24995
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24952
24996
|
}
|
|
24997
|
+
|
|
24998
|
+
@if $skin-name == 'bootstrap5' {
|
|
24999
|
+
background: $btn-danger-bgcolor;
|
|
25000
|
+
color: $btn-danger-color;
|
|
25001
|
+
}
|
|
24953
25002
|
}
|
|
24954
25003
|
|
|
24955
25004
|
&:focus-visible { // only for keybord
|
|
24956
25005
|
@if $skin-name == 'FluentUI' {
|
|
24957
25006
|
background: $btn-outline-bgcolor;
|
|
24958
25007
|
}
|
|
25008
|
+
@if $skin-name == 'bootstrap5' {
|
|
25009
|
+
box-shadow: $btn-danger-focus-box-shadow;
|
|
25010
|
+
}
|
|
24959
25011
|
@if $skin-name == 'Material3' {
|
|
24960
25012
|
background: $btn-danger-active-bgcolor;
|
|
24961
25013
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -59526,6 +59578,11 @@ $ddt-bigger-outline-chip-padding: 8px 15px !default;
|
|
|
59526
59578
|
}
|
|
59527
59579
|
}
|
|
59528
59580
|
|
|
59581
|
+
&.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon,
|
|
59582
|
+
&.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
59583
|
+
display: flex;
|
|
59584
|
+
}
|
|
59585
|
+
|
|
59529
59586
|
.e-chips-wrapper {
|
|
59530
59587
|
width: 100%;
|
|
59531
59588
|
}
|
|
@@ -77349,7 +77406,7 @@ $grid-conent-font-opacity: .87 !default;
|
|
|
77349
77406
|
$grid-row-selection-bg-color: rgb(122 108 108) !default;
|
|
77350
77407
|
$grid-row-selection-color: $grey-dark-font !default;
|
|
77351
77408
|
$grid-hover-bg-color: rgb(89 86 86) !default;
|
|
77352
|
-
$grid-cell-selection-bg-color:
|
|
77409
|
+
$grid-cell-selection-bg-color: rgb(122 108 108) !default;
|
|
77353
77410
|
$grid-cell-selection-color: $grey-dark-font !default;
|
|
77354
77411
|
$grid-filterbar-input-border-width: 0 0 2px 0 !default;
|
|
77355
77412
|
$grid-filterbarcell-border-width: 1px 0 0 !default;
|
|
@@ -83926,6 +83983,15 @@ margin: $grid-group-animator-cell-margin;
|
|
|
83926
83983
|
color: $grid-cell-selection-color;
|
|
83927
83984
|
}
|
|
83928
83985
|
|
|
83986
|
+
td.e-cellselectionbackground.e-leftfreeze:not(.e-updatedtd),
|
|
83987
|
+
td.e-cellselectionbackground.e-unfreeze:not(.e-updatedtd),
|
|
83988
|
+
td.e-cellselectionbackground.e-rightfreeze:not(.e-updatedtd),
|
|
83989
|
+
td.e-cellselectionbackground.e-fixedfreeze:not(.e-updatedtd) {
|
|
83990
|
+
@if $grid-skin == 'material3' {
|
|
83991
|
+
background-color: rgba($primary-container, 1);
|
|
83992
|
+
}
|
|
83993
|
+
}
|
|
83994
|
+
|
|
83929
83995
|
.e-filterbarcell,
|
|
83930
83996
|
.e-filterbarcelldisabled {
|
|
83931
83997
|
background-color: $grid-header-bg-color;
|
|
@@ -85591,7 +85657,8 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
85591
85657
|
}
|
|
85592
85658
|
|
|
85593
85659
|
&.e-active,
|
|
85594
|
-
&.e-hover
|
|
85660
|
+
&.e-hover,
|
|
85661
|
+
&:hover {
|
|
85595
85662
|
@include visibility(visible);
|
|
85596
85663
|
}
|
|
85597
85664
|
}
|
|
@@ -86239,7 +86306,8 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
86239
86306
|
margin: $fe-mobile-lg-item-margin;
|
|
86240
86307
|
width: $fe-mobile-lg-item-width;
|
|
86241
86308
|
|
|
86242
|
-
&.e-hover
|
|
86309
|
+
&.e-hover,
|
|
86310
|
+
&:hover {
|
|
86243
86311
|
@include visibility(hidden);
|
|
86244
86312
|
}
|
|
86245
86313
|
|
|
@@ -87150,11 +87218,13 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
87150
87218
|
@include active-item;
|
|
87151
87219
|
}
|
|
87152
87220
|
|
|
87153
|
-
&.e-hover
|
|
87221
|
+
&.e-hover,
|
|
87222
|
+
&:hover {
|
|
87154
87223
|
@include hover-item($fe-hover-bg-color, $fe-hover-border-color);
|
|
87155
87224
|
}
|
|
87156
87225
|
|
|
87157
|
-
&.e-active.e-hover
|
|
87226
|
+
&.e-active.e-hover,
|
|
87227
|
+
&.e-active:hover {
|
|
87158
87228
|
@include hover-item($fe-ah-bg-color, $fe-ah-border-color);
|
|
87159
87229
|
}
|
|
87160
87230
|
|
|
@@ -87162,7 +87232,8 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
87162
87232
|
border-color: $fe-focus-border-color;
|
|
87163
87233
|
}
|
|
87164
87234
|
|
|
87165
|
-
&.e-hover.e-fe-drop-folder
|
|
87235
|
+
&.e-hover.e-fe-drop-folder,
|
|
87236
|
+
&:hover.e-fe-drop-folder {
|
|
87166
87237
|
border-color: $fe-drop-folder-bg-color;
|
|
87167
87238
|
}
|
|
87168
87239
|
}
|
|
@@ -87202,7 +87273,8 @@ $fe-lg-icon-empty-inner-content-text-align: center !default;
|
|
|
87202
87273
|
|
|
87203
87274
|
.e-large-icon {
|
|
87204
87275
|
|
|
87205
|
-
&.e-hover
|
|
87276
|
+
&.e-hover,
|
|
87277
|
+
&:hover {
|
|
87206
87278
|
@include hover-item(transparent, transparent);
|
|
87207
87279
|
}
|
|
87208
87280
|
|
|
@@ -90282,6 +90354,20 @@ $btn-flat-primary-path-arc: none;
|
|
|
90282
90354
|
}
|
|
90283
90355
|
}
|
|
90284
90356
|
|
|
90357
|
+
.e-progress-btn.e-outline .e-spinner-pane .e-spinner-inner svg {
|
|
90358
|
+
fill: $btn-outline-color;
|
|
90359
|
+
stroke: $btn-outline-color;
|
|
90360
|
+
}
|
|
90361
|
+
|
|
90362
|
+
.e-progress-btn.e-outline:focus .e-spinner-pane .e-spinner-inner svg {
|
|
90363
|
+
fill: $btn-color;
|
|
90364
|
+
stroke: $btn-color;
|
|
90365
|
+
}
|
|
90366
|
+
|
|
90367
|
+
.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc {
|
|
90368
|
+
stroke: $btn-outline-color;
|
|
90369
|
+
}
|
|
90370
|
+
|
|
90285
90371
|
|
|
90286
90372
|
|
|
90287
90373
|
|
|
@@ -115916,6 +116002,10 @@ $qrybldr-btngrp-brdr-radius: 2px !default;
|
|
|
115916
116002
|
border-top: $qrybldr-val-error-border;
|
|
115917
116003
|
}
|
|
115918
116004
|
|
|
116005
|
+
.e-qb-ddt.e-ddt .e-prevent .e-fullrow {
|
|
116006
|
+
cursor: default !important; /* stylelint-disable-line declaration-no-important */
|
|
116007
|
+
}
|
|
116008
|
+
|
|
115919
116009
|
.e-dropdown-popup {
|
|
115920
116010
|
|
|
115921
116011
|
& .e-addgroup {
|
|
@@ -122189,9 +122279,11 @@ $image-editor-dropdown-btn-preview-top: -4px !default;
|
|
|
122189
122279
|
$image-editor-dropdown-btn-preview-left: -1px !default;
|
|
122190
122280
|
$image-editor-bigger-dropdown-btn-preview-top: -3px !default;
|
|
122191
122281
|
$image-editor-bigger-dropdown-btn-preview-left: -1px !default;
|
|
122192
|
-
$image-editor-slider-handler: calc(50% -
|
|
122282
|
+
$image-editor-slider-handler: calc(50% - 7px) !default;
|
|
122193
122283
|
$image-editor-bigger-slider-handler: calc(50% - 7px) !default;
|
|
122194
122284
|
$image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
122285
|
+
$image-editor-finetune-value-span: 31% !default;
|
|
122286
|
+
$image-editor-finetune-span: 31% !default;
|
|
122195
122287
|
|
|
122196
122288
|
@include export-module('image-editor-layout') {
|
|
122197
122289
|
|
|
@@ -122667,18 +122759,17 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
122667
122759
|
}
|
|
122668
122760
|
}
|
|
122669
122761
|
.e-ie-straighten-value-span,
|
|
122670
|
-
.e-ie-straighten-span
|
|
122671
|
-
|
|
122762
|
+
.e-ie-straighten-span,
|
|
122763
|
+
.e-ie-toolbar-straighten {
|
|
122764
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
122672
122765
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
122673
122766
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
122674
122767
|
}
|
|
122675
122768
|
|
|
122676
122769
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
122677
122770
|
height: auto;
|
|
122678
|
-
|
|
122679
|
-
|
|
122680
|
-
padding-right: 2px;
|
|
122681
|
-
}
|
|
122771
|
+
margin-left: 8px;
|
|
122772
|
+
padding-right: 2px;
|
|
122682
122773
|
}
|
|
122683
122774
|
|
|
122684
122775
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -122698,6 +122789,26 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
122698
122789
|
}
|
|
122699
122790
|
}
|
|
122700
122791
|
|
|
122792
|
+
.e-ie-finetune-value-span {
|
|
122793
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
122794
|
+
}
|
|
122795
|
+
|
|
122796
|
+
.e-ie-finetune-slider-label {
|
|
122797
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
122798
|
+
}
|
|
122799
|
+
|
|
122800
|
+
.e-ie-finetune-slider-wrap {
|
|
122801
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
122802
|
+
}
|
|
122803
|
+
|
|
122804
|
+
.e-transparency-slider-wrap {
|
|
122805
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
122806
|
+
}
|
|
122807
|
+
|
|
122808
|
+
.e-ie-slider-wrap {
|
|
122809
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
122810
|
+
}
|
|
122811
|
+
|
|
122701
122812
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
122702
122813
|
@if $skin-name == 'Material3' {
|
|
122703
122814
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -122714,6 +122825,18 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
122714
122825
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
122715
122826
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
122716
122827
|
}
|
|
122828
|
+
|
|
122829
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
122830
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
122831
|
+
}
|
|
122832
|
+
|
|
122833
|
+
.e-device.e-image-editor {
|
|
122834
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
122835
|
+
@if $skin-name == 'Material' {
|
|
122836
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
122837
|
+
}
|
|
122838
|
+
}
|
|
122839
|
+
}
|
|
122717
122840
|
}
|
|
122718
122841
|
|
|
122719
122842
|
|