@syncfusion/blazor-themes 24.1.43 → 24.1.44
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 +89 -6
- package/SCSS-Themes/bootstrap.scss +89 -6
- package/SCSS-Themes/bootstrap4.scss +89 -6
- package/SCSS-Themes/bootstrap5-dark.scss +89 -6
- package/SCSS-Themes/bootstrap5.scss +89 -6
- 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 +89 -6
- package/SCSS-Themes/fabric.scss +89 -6
- package/SCSS-Themes/fluent-dark.scss +90 -7
- package/SCSS-Themes/fluent.scss +90 -7
- 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 +89 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/material.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/material3.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +9 -6
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +9 -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 +90 -7
- package/SCSS-Themes/material.scss +89 -6
- package/SCSS-Themes/material3-dark.scss +90 -7
- package/SCSS-Themes/material3.scss +90 -7
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +1 -1
- 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 +89 -6
- package/SCSS-Themes/tailwind.scss +89 -6
- package/package.json +1 -1
|
@@ -24320,12 +24320,22 @@ $btn-focus-box-shadow: none !default;
|
|
|
24320
24320
|
@if $skin-name == 'FluentUI' {
|
|
24321
24321
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24322
24322
|
}
|
|
24323
|
+
|
|
24324
|
+
@if $skin-name == 'bootstrap5' {
|
|
24325
|
+
background: $btn-outline-active-bgcolor;
|
|
24326
|
+
color: $btn-outline-active-color;
|
|
24327
|
+
}
|
|
24323
24328
|
}
|
|
24324
24329
|
|
|
24325
24330
|
&:focus-visible { // only for keybord
|
|
24326
24331
|
@if $skin-name == 'FluentUI' {
|
|
24327
24332
|
background: $btn-outline-bgcolor;
|
|
24328
24333
|
}
|
|
24334
|
+
|
|
24335
|
+
@if $skin-name == 'bootstrap5' {
|
|
24336
|
+
box-shadow: $btn-focus-box-shadow;
|
|
24337
|
+
}
|
|
24338
|
+
|
|
24329
24339
|
@if $skin-name == 'Material3' {
|
|
24330
24340
|
background: $btn-active-bgcolor;
|
|
24331
24341
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24376,12 +24386,22 @@ $btn-focus-box-shadow: none !default;
|
|
|
24376
24386
|
@if $skin-name == 'FluentUI' {
|
|
24377
24387
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24378
24388
|
}
|
|
24389
|
+
|
|
24390
|
+
@if $skin-name == 'bootstrap5' {
|
|
24391
|
+
background: $btn-outline-primary-focus-bgcolor;
|
|
24392
|
+
color: $btn-outline-active-color;
|
|
24393
|
+
}
|
|
24379
24394
|
}
|
|
24380
24395
|
|
|
24381
24396
|
&:focus-visible { // only for keybord
|
|
24382
24397
|
@if $skin-name == 'FluentUI' {
|
|
24383
24398
|
background: $btn-outline-bgcolor;
|
|
24384
24399
|
}
|
|
24400
|
+
|
|
24401
|
+
@if $skin-name == 'bootstrap5' {
|
|
24402
|
+
box-shadow: $btn-primary-focus-box-shadow;
|
|
24403
|
+
}
|
|
24404
|
+
|
|
24385
24405
|
@if $skin-name == 'Material3' {
|
|
24386
24406
|
background: $btn-primary-active-bgcolor;
|
|
24387
24407
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24439,12 +24459,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24439
24459
|
@if $skin-name == 'FluentUI' {
|
|
24440
24460
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24441
24461
|
}
|
|
24462
|
+
|
|
24463
|
+
@if $skin-name == 'bootstrap5' {
|
|
24464
|
+
background: $btn-success-bgcolor;
|
|
24465
|
+
color: $btn-success-color;
|
|
24466
|
+
}
|
|
24442
24467
|
}
|
|
24443
24468
|
|
|
24444
24469
|
&:focus-visible { // only for keybord
|
|
24445
24470
|
@if $skin-name == 'FluentUI' {
|
|
24446
24471
|
background: $btn-outline-bgcolor;
|
|
24447
24472
|
}
|
|
24473
|
+
@if $skin-name == 'bootstrap5' {
|
|
24474
|
+
box-shadow: $btn-success-focus-box-shadow;
|
|
24475
|
+
}
|
|
24448
24476
|
@if $skin-name == 'Material3' {
|
|
24449
24477
|
background: $btn-success-active-bgcolor;
|
|
24450
24478
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24502,12 +24530,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24502
24530
|
@if $skin-name == 'FluentUI' {
|
|
24503
24531
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24504
24532
|
}
|
|
24533
|
+
|
|
24534
|
+
@if $skin-name == 'bootstrap5' {
|
|
24535
|
+
background: $btn-info-bgcolor;
|
|
24536
|
+
color: $btn-info-color;
|
|
24537
|
+
}
|
|
24505
24538
|
}
|
|
24506
24539
|
|
|
24507
24540
|
&:focus-visible { // only for keybord
|
|
24508
24541
|
@if $skin-name == 'FluentUI' {
|
|
24509
24542
|
background: $btn-outline-bgcolor;
|
|
24510
24543
|
}
|
|
24544
|
+
@if $skin-name == 'bootstrap5' {
|
|
24545
|
+
box-shadow: $btn-info-focus-box-shadow;
|
|
24546
|
+
}
|
|
24511
24547
|
@if $skin-name == 'Material3' {
|
|
24512
24548
|
background: $btn-info-active-bgcolor;
|
|
24513
24549
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24565,12 +24601,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24565
24601
|
@if $skin-name == 'FluentUI' {
|
|
24566
24602
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24567
24603
|
}
|
|
24604
|
+
|
|
24605
|
+
@if $skin-name == 'bootstrap5' {
|
|
24606
|
+
background: $btn-warning-bgcolor;
|
|
24607
|
+
color: $btn-warning-color;
|
|
24608
|
+
}
|
|
24568
24609
|
}
|
|
24569
24610
|
|
|
24570
24611
|
&:focus-visible { // only for keybord
|
|
24571
24612
|
@if $skin-name == 'FluentUI' {
|
|
24572
24613
|
background: $btn-outline-bgcolor;
|
|
24573
24614
|
}
|
|
24615
|
+
@if $skin-name == 'bootstrap5' {
|
|
24616
|
+
box-shadow: $btn-warning-focus-box-shadow;
|
|
24617
|
+
}
|
|
24574
24618
|
@if $skin-name == 'Material3' {
|
|
24575
24619
|
background: $btn-warning-active-bgcolor;
|
|
24576
24620
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -24628,12 +24672,20 @@ $btn-focus-box-shadow: none !default;
|
|
|
24628
24672
|
@if $skin-name == 'FluentUI' {
|
|
24629
24673
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
24630
24674
|
}
|
|
24675
|
+
|
|
24676
|
+
@if $skin-name == 'bootstrap5' {
|
|
24677
|
+
background: $btn-danger-bgcolor;
|
|
24678
|
+
color: $btn-danger-color;
|
|
24679
|
+
}
|
|
24631
24680
|
}
|
|
24632
24681
|
|
|
24633
24682
|
&:focus-visible { // only for keybord
|
|
24634
24683
|
@if $skin-name == 'FluentUI' {
|
|
24635
24684
|
background: $btn-outline-bgcolor;
|
|
24636
24685
|
}
|
|
24686
|
+
@if $skin-name == 'bootstrap5' {
|
|
24687
|
+
box-shadow: $btn-danger-focus-box-shadow;
|
|
24688
|
+
}
|
|
24637
24689
|
@if $skin-name == 'Material3' {
|
|
24638
24690
|
background: $btn-danger-active-bgcolor;
|
|
24639
24691
|
box-shadow: $btn-keyboard-focus-box-shadow;
|
|
@@ -58855,6 +58907,11 @@ $ddt-remains-count-padding-top: 6px !default;
|
|
|
58855
58907
|
}
|
|
58856
58908
|
}
|
|
58857
58909
|
|
|
58910
|
+
&.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon,
|
|
58911
|
+
&.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-disabled) .e-clear-icon {
|
|
58912
|
+
display: flex;
|
|
58913
|
+
}
|
|
58914
|
+
|
|
58858
58915
|
.e-chips-wrapper {
|
|
58859
58916
|
width: 100%;
|
|
58860
58917
|
}
|
|
@@ -82631,6 +82688,15 @@ margin: $grid-group-animator-cell-margin;
|
|
|
82631
82688
|
color: $grid-cell-selection-color;
|
|
82632
82689
|
}
|
|
82633
82690
|
|
|
82691
|
+
td.e-cellselectionbackground.e-leftfreeze:not(.e-updatedtd),
|
|
82692
|
+
td.e-cellselectionbackground.e-unfreeze:not(.e-updatedtd),
|
|
82693
|
+
td.e-cellselectionbackground.e-rightfreeze:not(.e-updatedtd),
|
|
82694
|
+
td.e-cellselectionbackground.e-fixedfreeze:not(.e-updatedtd) {
|
|
82695
|
+
@if $grid-skin == 'material3' {
|
|
82696
|
+
background-color: rgba($primary-container, 1);
|
|
82697
|
+
}
|
|
82698
|
+
}
|
|
82699
|
+
|
|
82634
82700
|
.e-filterbarcell,
|
|
82635
82701
|
.e-filterbarcelldisabled {
|
|
82636
82702
|
background-color: $grid-header-bg-color;
|
|
@@ -88977,6 +89043,20 @@ $btn-flat-primary-path-arc: none;
|
|
|
88977
89043
|
}
|
|
88978
89044
|
}
|
|
88979
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
|
+
|
|
88980
89060
|
|
|
88981
89061
|
|
|
88982
89062
|
|
|
@@ -121305,18 +121385,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
121305
121385
|
}
|
|
121306
121386
|
}
|
|
121307
121387
|
.e-ie-straighten-value-span,
|
|
121308
|
-
.e-ie-straighten-span
|
|
121309
|
-
|
|
121388
|
+
.e-ie-straighten-span,
|
|
121389
|
+
.e-ie-toolbar-straighten {
|
|
121390
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
121310
121391
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
121311
121392
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
121312
121393
|
}
|
|
121313
121394
|
|
|
121314
121395
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
121315
121396
|
height: auto;
|
|
121316
|
-
|
|
121317
|
-
|
|
121318
|
-
padding-right: 2px;
|
|
121319
|
-
}
|
|
121397
|
+
margin-left: 8px;
|
|
121398
|
+
padding-right: 2px;
|
|
121320
121399
|
}
|
|
121321
121400
|
|
|
121322
121401
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -121336,6 +121415,10 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
121336
121415
|
}
|
|
121337
121416
|
}
|
|
121338
121417
|
|
|
121418
|
+
.e-ie-finetune-value-span {
|
|
121419
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
121420
|
+
}
|
|
121421
|
+
|
|
121339
121422
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
121340
121423
|
@if $skin-name == 'Material3' {
|
|
121341
121424
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 7px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 7px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 7px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 7px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 7px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 7px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -505,18 +505,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
507
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
508
|
+
.e-ie-straighten-span,
|
|
509
|
+
.e-ie-toolbar-straighten {
|
|
510
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
511
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
512
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
513
|
}
|
|
513
514
|
|
|
514
515
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
516
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
517
|
+
margin-left: 8px;
|
|
518
|
+
padding-right: 2px;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +535,10 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
536
535
|
}
|
|
537
536
|
}
|
|
538
537
|
|
|
538
|
+
.e-ie-finetune-value-span {
|
|
539
|
+
top: 26% !important; /* stylelint-disable-line declaration-no-important */
|
|
540
|
+
}
|
|
541
|
+
|
|
539
542
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
543
|
@if $skin-name == 'Material3' {
|
|
541
544
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|