@syncfusion/blazor-themes 23.2.6 → 23.2.7
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 +61 -9
- package/SCSS-Themes/bootstrap.scss +61 -9
- package/SCSS-Themes/bootstrap4.scss +61 -9
- package/SCSS-Themes/bootstrap5-dark.scss +61 -9
- package/SCSS-Themes/bootstrap5.scss +61 -9
- package/SCSS-Themes/fabric-dark.scss +61 -9
- package/SCSS-Themes/fabric.scss +61 -9
- package/SCSS-Themes/fluent-dark.scss +61 -9
- package/SCSS-Themes/fluent.scss +61 -9
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +21 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +21 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +21 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/fabric.scss +21 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/fluent.scss +21 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +21 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/material.scss +21 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/material3.scss +21 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +21 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +21 -0
- package/SCSS-Themes/highcontrast.scss +61 -9
- package/SCSS-Themes/material-dark.scss +62 -9
- package/SCSS-Themes/material.scss +62 -9
- package/SCSS-Themes/material3-dark.scss +62 -9
- package/SCSS-Themes/material3.scss +62 -9
- package/SCSS-Themes/notifications/toast/bootstrap-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/bootstrap.scss +31 -0
- package/SCSS-Themes/notifications/toast/bootstrap4.scss +31 -0
- package/SCSS-Themes/notifications/toast/bootstrap5-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/bootstrap5.scss +31 -0
- package/SCSS-Themes/notifications/toast/fabric-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/fabric.scss +31 -0
- package/SCSS-Themes/notifications/toast/fluent-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/fluent.scss +31 -0
- package/SCSS-Themes/notifications/toast/highcontrast.scss +31 -0
- package/SCSS-Themes/notifications/toast/material-dark.scss +32 -0
- package/SCSS-Themes/notifications/toast/material.scss +32 -0
- package/SCSS-Themes/notifications/toast/material3-dark.scss +32 -0
- package/SCSS-Themes/notifications/toast/material3.scss +32 -0
- package/SCSS-Themes/notifications/toast/tailwind-dark.scss +31 -0
- package/SCSS-Themes/notifications/toast/tailwind.scss +31 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +9 -9
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +9 -9
- package/SCSS-Themes/tailwind-dark.scss +61 -9
- package/SCSS-Themes/tailwind.scss +61 -9
- package/package.json +1 -1
|
@@ -75142,6 +75142,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
|
75142
75142
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
75143
75143
|
$grid-ungroup-rtl-padding-right: -8px !default;
|
|
75144
75144
|
$grid-headercelldiv-padding: 0 1.8em 0 .4em !default;
|
|
75145
|
+
$grid-headercelldiv-sort-centeralign-padding-right: .4em !default;
|
|
75145
75146
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
75146
75147
|
$grid-group-text-width: auto !default;
|
|
75147
75148
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -77586,6 +77587,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77586
77587
|
padding: $grid-headercelldiv-padding;
|
|
77587
77588
|
}
|
|
77588
77589
|
|
|
77590
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77591
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77592
|
+
.e-headercelldiv,
|
|
77593
|
+
.e-stackedheadercelldiv {
|
|
77594
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77595
|
+
}
|
|
77596
|
+
}
|
|
77597
|
+
|
|
77598
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77599
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77600
|
+
.e-headercelldiv,
|
|
77601
|
+
.e-stackedheadercelldiv {
|
|
77602
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77603
|
+
}
|
|
77604
|
+
}
|
|
77605
|
+
|
|
77589
77606
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77590
77607
|
@if $grid-skin == 'bootstrap5' {
|
|
77591
77608
|
padding-left: 8px;
|
|
@@ -81735,6 +81752,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81735
81752
|
}
|
|
81736
81753
|
}
|
|
81737
81754
|
|
|
81755
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
81756
|
+
background-color: $grid-hover-bg-color;
|
|
81757
|
+
}
|
|
81758
|
+
|
|
81738
81759
|
.e-tooltip-wrap.e-griderror,
|
|
81739
81760
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
81740
81761
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96527,6 +96548,9 @@ $toast-danger-hover-color: $toast-danger-color !default;
|
|
|
96527
96548
|
$toast-danger-hover-border-color: $brand-danger !default;
|
|
96528
96549
|
$toast-danger-hover-box-shadow: 0 6px 12px rgba($base-font, .5) !default;
|
|
96529
96550
|
|
|
96551
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
96552
|
+
$toast-close-icon-hover-color: $grey-dark-font !default;
|
|
96553
|
+
|
|
96530
96554
|
//enddefault
|
|
96531
96555
|
|
|
96532
96556
|
@include export-module('toast-layout') {
|
|
@@ -97011,6 +97035,34 @@ $toast-danger-hover-box-shadow: 0 6px 12px rgba($base-font, .5) !default;
|
|
|
97011
97035
|
box-shadow: none;
|
|
97012
97036
|
outline: 0;
|
|
97013
97037
|
}
|
|
97038
|
+
|
|
97039
|
+
&.e-blazor-toast-close-icon:focus,
|
|
97040
|
+
&.e-blazor-toast-close-icon:hover {
|
|
97041
|
+
@if $skin-name == 'Material3' {
|
|
97042
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97043
|
+
}
|
|
97044
|
+
@else {
|
|
97045
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97046
|
+
}
|
|
97047
|
+
color: $toast-close-icon-hover-color;
|
|
97048
|
+
}
|
|
97049
|
+
}
|
|
97050
|
+
|
|
97051
|
+
.e-toast-close-icon.e-icons:hover,
|
|
97052
|
+
.e-toast-close-icon.e-icons:focus{
|
|
97053
|
+
@if $skin-name == 'Material3' {
|
|
97054
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97055
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97056
|
+
height: 32px;
|
|
97057
|
+
margin-top: -6px;
|
|
97058
|
+
}
|
|
97059
|
+
@else {
|
|
97060
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97061
|
+
}
|
|
97062
|
+
@if $skin-name == 'material' {
|
|
97063
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97064
|
+
}
|
|
97065
|
+
color: $toast-close-icon-hover-color;
|
|
97014
97066
|
}
|
|
97015
97067
|
|
|
97016
97068
|
&.e-toast-success {
|
|
@@ -99897,15 +99949,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
99897
99949
|
font-size: 18px;
|
|
99898
99950
|
}
|
|
99899
99951
|
|
|
99900
|
-
.e-pv-annotation-color-container
|
|
99901
|
-
.e-pv-annotation-opacity-container
|
|
99902
|
-
.e-pv-annotation-stroke-container
|
|
99903
|
-
.e-pv-custom-annotation-thickness-container
|
|
99904
|
-
.e-pv-custom-annotation-opacity-container
|
|
99905
|
-
.e-pv-annotation-thickness-container
|
|
99906
|
-
.e-pv-annotation-textcolor-container
|
|
99907
|
-
.e-pv-annotation-textalign-container
|
|
99908
|
-
.e-pv-annotation-textprop-container
|
|
99952
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
99953
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
99954
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
99955
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
99956
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
99957
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
99958
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
99959
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
99960
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
99909
99961
|
height: $pv-annotation-drop-down-height;
|
|
99910
99962
|
width: $pv-annotation-drop-down-width;
|
|
99911
99963
|
}
|
|
@@ -74853,6 +74853,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
|
74853
74853
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
74854
74854
|
$grid-ungroup-rtl-padding-right: -8px !default;
|
|
74855
74855
|
$grid-headercelldiv-padding: 0 1.8em 0 .4em !default;
|
|
74856
|
+
$grid-headercelldiv-sort-centeralign-padding-right: .4em !default;
|
|
74856
74857
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
74857
74858
|
$grid-group-text-width: auto !default;
|
|
74858
74859
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -77295,6 +77296,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77295
77296
|
padding: $grid-headercelldiv-padding;
|
|
77296
77297
|
}
|
|
77297
77298
|
|
|
77299
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77300
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77301
|
+
.e-headercelldiv,
|
|
77302
|
+
.e-stackedheadercelldiv {
|
|
77303
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77304
|
+
}
|
|
77305
|
+
}
|
|
77306
|
+
|
|
77307
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77308
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77309
|
+
.e-headercelldiv,
|
|
77310
|
+
.e-stackedheadercelldiv {
|
|
77311
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77312
|
+
}
|
|
77313
|
+
}
|
|
77314
|
+
|
|
77298
77315
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77299
77316
|
@if $grid-skin == 'bootstrap5' {
|
|
77300
77317
|
padding-left: 8px;
|
|
@@ -81444,6 +81461,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81444
81461
|
}
|
|
81445
81462
|
}
|
|
81446
81463
|
|
|
81464
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
81465
|
+
background-color: $grid-hover-bg-color;
|
|
81466
|
+
}
|
|
81467
|
+
|
|
81447
81468
|
.e-tooltip-wrap.e-griderror,
|
|
81448
81469
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
81449
81470
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96288,6 +96309,9 @@ $toast-danger-hover-border-color: #ebccd1 !default;
|
|
|
96288
96309
|
$toast-danger-hover-box-shadow: 0 3px 6px 0 !default;
|
|
96289
96310
|
$toast-title-font-weight: bold !default;
|
|
96290
96311
|
|
|
96312
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
96313
|
+
$toast-close-icon-hover-color: rgba($base-font, .8) !default;
|
|
96314
|
+
|
|
96291
96315
|
@include export-module('toast-layout') {
|
|
96292
96316
|
|
|
96293
96317
|
/*! toast layout */
|
|
@@ -96770,6 +96794,34 @@ $toast-title-font-weight: bold !default;
|
|
|
96770
96794
|
box-shadow: none;
|
|
96771
96795
|
outline: 0;
|
|
96772
96796
|
}
|
|
96797
|
+
|
|
96798
|
+
&.e-blazor-toast-close-icon:focus,
|
|
96799
|
+
&.e-blazor-toast-close-icon:hover {
|
|
96800
|
+
@if $skin-name == 'Material3' {
|
|
96801
|
+
background: $toast-close-icon-hover-bg-color;
|
|
96802
|
+
}
|
|
96803
|
+
@else {
|
|
96804
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
96805
|
+
}
|
|
96806
|
+
color: $toast-close-icon-hover-color;
|
|
96807
|
+
}
|
|
96808
|
+
}
|
|
96809
|
+
|
|
96810
|
+
.e-toast-close-icon.e-icons:hover,
|
|
96811
|
+
.e-toast-close-icon.e-icons:focus{
|
|
96812
|
+
@if $skin-name == 'Material3' {
|
|
96813
|
+
background: $toast-close-icon-hover-bg-color;
|
|
96814
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
96815
|
+
height: 32px;
|
|
96816
|
+
margin-top: -6px;
|
|
96817
|
+
}
|
|
96818
|
+
@else {
|
|
96819
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
96820
|
+
}
|
|
96821
|
+
@if $skin-name == 'material' {
|
|
96822
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
96823
|
+
}
|
|
96824
|
+
color: $toast-close-icon-hover-color;
|
|
96773
96825
|
}
|
|
96774
96826
|
|
|
96775
96827
|
&.e-toast-success {
|
|
@@ -99656,15 +99708,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
99656
99708
|
font-size: 18px;
|
|
99657
99709
|
}
|
|
99658
99710
|
|
|
99659
|
-
.e-pv-annotation-color-container
|
|
99660
|
-
.e-pv-annotation-opacity-container
|
|
99661
|
-
.e-pv-annotation-stroke-container
|
|
99662
|
-
.e-pv-custom-annotation-thickness-container
|
|
99663
|
-
.e-pv-custom-annotation-opacity-container
|
|
99664
|
-
.e-pv-annotation-thickness-container
|
|
99665
|
-
.e-pv-annotation-textcolor-container
|
|
99666
|
-
.e-pv-annotation-textalign-container
|
|
99667
|
-
.e-pv-annotation-textprop-container
|
|
99711
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
99712
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
99713
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
99714
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
99715
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
99716
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
99717
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
99718
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
99719
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
99668
99720
|
height: $pv-annotation-drop-down-height;
|
|
99669
99721
|
width: $pv-annotation-drop-down-width;
|
|
99670
99722
|
}
|
|
@@ -75037,6 +75037,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
|
75037
75037
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .35em 0 .3em !default;
|
|
75038
75038
|
$grid-ungroup-rtl-padding-right: -10px !default;
|
|
75039
75039
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
75040
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
75040
75041
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
75041
75042
|
$grid-group-text-width: auto !default;
|
|
75042
75043
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -77483,6 +77484,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77483
77484
|
padding: $grid-headercelldiv-padding;
|
|
77484
77485
|
}
|
|
77485
77486
|
|
|
77487
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77488
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77489
|
+
.e-headercelldiv,
|
|
77490
|
+
.e-stackedheadercelldiv {
|
|
77491
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77492
|
+
}
|
|
77493
|
+
}
|
|
77494
|
+
|
|
77495
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77496
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77497
|
+
.e-headercelldiv,
|
|
77498
|
+
.e-stackedheadercelldiv {
|
|
77499
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77500
|
+
}
|
|
77501
|
+
}
|
|
77502
|
+
|
|
77486
77503
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77487
77504
|
@if $grid-skin == 'bootstrap5' {
|
|
77488
77505
|
padding-left: 8px;
|
|
@@ -81632,6 +81649,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81632
81649
|
}
|
|
81633
81650
|
}
|
|
81634
81651
|
|
|
81652
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
81653
|
+
background-color: $grid-hover-bg-color;
|
|
81654
|
+
}
|
|
81655
|
+
|
|
81635
81656
|
.e-tooltip-wrap.e-griderror,
|
|
81636
81657
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
81637
81658
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96606,6 +96627,9 @@ $toast-danger-hover-box-shadow: 0 4px 12px !default;
|
|
|
96606
96627
|
|
|
96607
96628
|
$toast-title-font-weight: bold !default;
|
|
96608
96629
|
|
|
96630
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
96631
|
+
$toast-close-icon-hover-color: $black !default;
|
|
96632
|
+
|
|
96609
96633
|
@include export-module('toast-layout') {
|
|
96610
96634
|
|
|
96611
96635
|
/*! toast layout */
|
|
@@ -97088,6 +97112,34 @@ $toast-title-font-weight: bold !default;
|
|
|
97088
97112
|
box-shadow: none;
|
|
97089
97113
|
outline: 0;
|
|
97090
97114
|
}
|
|
97115
|
+
|
|
97116
|
+
&.e-blazor-toast-close-icon:focus,
|
|
97117
|
+
&.e-blazor-toast-close-icon:hover {
|
|
97118
|
+
@if $skin-name == 'Material3' {
|
|
97119
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97120
|
+
}
|
|
97121
|
+
@else {
|
|
97122
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97123
|
+
}
|
|
97124
|
+
color: $toast-close-icon-hover-color;
|
|
97125
|
+
}
|
|
97126
|
+
}
|
|
97127
|
+
|
|
97128
|
+
.e-toast-close-icon.e-icons:hover,
|
|
97129
|
+
.e-toast-close-icon.e-icons:focus{
|
|
97130
|
+
@if $skin-name == 'Material3' {
|
|
97131
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97132
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97133
|
+
height: 32px;
|
|
97134
|
+
margin-top: -6px;
|
|
97135
|
+
}
|
|
97136
|
+
@else {
|
|
97137
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97138
|
+
}
|
|
97139
|
+
@if $skin-name == 'material' {
|
|
97140
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97141
|
+
}
|
|
97142
|
+
color: $toast-close-icon-hover-color;
|
|
97091
97143
|
}
|
|
97092
97144
|
|
|
97093
97145
|
&.e-toast-success {
|
|
@@ -100020,15 +100072,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100020
100072
|
font-size: 18px;
|
|
100021
100073
|
}
|
|
100022
100074
|
|
|
100023
|
-
.e-pv-annotation-color-container
|
|
100024
|
-
.e-pv-annotation-opacity-container
|
|
100025
|
-
.e-pv-annotation-stroke-container
|
|
100026
|
-
.e-pv-custom-annotation-thickness-container
|
|
100027
|
-
.e-pv-custom-annotation-opacity-container
|
|
100028
|
-
.e-pv-annotation-thickness-container
|
|
100029
|
-
.e-pv-annotation-textcolor-container
|
|
100030
|
-
.e-pv-annotation-textalign-container
|
|
100031
|
-
.e-pv-annotation-textprop-container
|
|
100075
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
100076
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
100077
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
100078
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
100079
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
100080
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
100081
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
100082
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
100083
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
100032
100084
|
height: $pv-annotation-drop-down-height;
|
|
100033
100085
|
width: $pv-annotation-drop-down-width;
|
|
100034
100086
|
}
|
|
@@ -75404,6 +75404,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
75404
75404
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
75405
75405
|
$grid-ungroup-rtl-padding-right: -9px !default;
|
|
75406
75406
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
75407
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
75407
75408
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
75408
75409
|
$grid-group-text-width: auto !default;
|
|
75409
75410
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -77847,6 +77848,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77847
77848
|
padding: $grid-headercelldiv-padding;
|
|
77848
77849
|
}
|
|
77849
77850
|
|
|
77851
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77852
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77853
|
+
.e-headercelldiv,
|
|
77854
|
+
.e-stackedheadercelldiv {
|
|
77855
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77856
|
+
}
|
|
77857
|
+
}
|
|
77858
|
+
|
|
77859
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77860
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77861
|
+
.e-headercelldiv,
|
|
77862
|
+
.e-stackedheadercelldiv {
|
|
77863
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77864
|
+
}
|
|
77865
|
+
}
|
|
77866
|
+
|
|
77850
77867
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77851
77868
|
@if $grid-skin == 'bootstrap5' {
|
|
77852
77869
|
padding-left: 8px;
|
|
@@ -81996,6 +82013,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81996
82013
|
}
|
|
81997
82014
|
}
|
|
81998
82015
|
|
|
82016
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
82017
|
+
background-color: $grid-hover-bg-color;
|
|
82018
|
+
}
|
|
82019
|
+
|
|
81999
82020
|
.e-tooltip-wrap.e-griderror,
|
|
82000
82021
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
82001
82022
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96782,6 +96803,9 @@ $toast-danger-hover-bg-color: $danger-light !default;
|
|
|
96782
96803
|
$toast-danger-hover-color: $danger-bg-color !default;
|
|
96783
96804
|
$toast-danger-hover-box-shadow: $shadow !default;
|
|
96784
96805
|
|
|
96806
|
+
$toast-close-icon-hover-bg-color: $transparent !default;
|
|
96807
|
+
$toast-close-icon-hover-color: $icon-color-hover !default;
|
|
96808
|
+
|
|
96785
96809
|
// Toast Type Definitions End
|
|
96786
96810
|
//Theme Variables End
|
|
96787
96811
|
|
|
@@ -97267,6 +97291,34 @@ $toast-danger-hover-box-shadow: $shadow !default;
|
|
|
97267
97291
|
box-shadow: none;
|
|
97268
97292
|
outline: 0;
|
|
97269
97293
|
}
|
|
97294
|
+
|
|
97295
|
+
&.e-blazor-toast-close-icon:focus,
|
|
97296
|
+
&.e-blazor-toast-close-icon:hover {
|
|
97297
|
+
@if $skin-name == 'Material3' {
|
|
97298
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97299
|
+
}
|
|
97300
|
+
@else {
|
|
97301
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97302
|
+
}
|
|
97303
|
+
color: $toast-close-icon-hover-color;
|
|
97304
|
+
}
|
|
97305
|
+
}
|
|
97306
|
+
|
|
97307
|
+
.e-toast-close-icon.e-icons:hover,
|
|
97308
|
+
.e-toast-close-icon.e-icons:focus{
|
|
97309
|
+
@if $skin-name == 'Material3' {
|
|
97310
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97311
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97312
|
+
height: 32px;
|
|
97313
|
+
margin-top: -6px;
|
|
97314
|
+
}
|
|
97315
|
+
@else {
|
|
97316
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97317
|
+
}
|
|
97318
|
+
@if $skin-name == 'material' {
|
|
97319
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97320
|
+
}
|
|
97321
|
+
color: $toast-close-icon-hover-color;
|
|
97270
97322
|
}
|
|
97271
97323
|
|
|
97272
97324
|
&.e-toast-success {
|
|
@@ -100147,15 +100199,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100147
100199
|
font-size: 18px;
|
|
100148
100200
|
}
|
|
100149
100201
|
|
|
100150
|
-
.e-pv-annotation-color-container
|
|
100151
|
-
.e-pv-annotation-opacity-container
|
|
100152
|
-
.e-pv-annotation-stroke-container
|
|
100153
|
-
.e-pv-custom-annotation-thickness-container
|
|
100154
|
-
.e-pv-custom-annotation-opacity-container
|
|
100155
|
-
.e-pv-annotation-thickness-container
|
|
100156
|
-
.e-pv-annotation-textcolor-container
|
|
100157
|
-
.e-pv-annotation-textalign-container
|
|
100158
|
-
.e-pv-annotation-textprop-container
|
|
100202
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
100203
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
100204
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
100205
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
100206
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
100207
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
100208
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
100209
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
100210
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
100159
100211
|
height: $pv-annotation-drop-down-height;
|
|
100160
100212
|
width: $pv-annotation-drop-down-width;
|
|
100161
100213
|
}
|
|
@@ -75404,6 +75404,7 @@ $grid-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
|
75404
75404
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 .45em 0 .5em !default;
|
|
75405
75405
|
$grid-ungroup-rtl-padding-right: -9px !default;
|
|
75406
75406
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
75407
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
75407
75408
|
$grid-headercell-div-padding: 0 .4em !default;
|
|
75408
75409
|
$grid-group-text-width: auto !default;
|
|
75409
75410
|
$grid-grouptopleftcell-border-top: 2px solid !default;
|
|
@@ -77847,6 +77848,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77847
77848
|
padding: $grid-headercelldiv-padding;
|
|
77848
77849
|
}
|
|
77849
77850
|
|
|
77851
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77852
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77853
|
+
.e-headercelldiv,
|
|
77854
|
+
.e-stackedheadercelldiv {
|
|
77855
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77856
|
+
}
|
|
77857
|
+
}
|
|
77858
|
+
|
|
77859
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77860
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77861
|
+
.e-headercelldiv,
|
|
77862
|
+
.e-stackedheadercelldiv {
|
|
77863
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77864
|
+
}
|
|
77865
|
+
}
|
|
77866
|
+
|
|
77850
77867
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77851
77868
|
@if $grid-skin == 'bootstrap5' {
|
|
77852
77869
|
padding-left: 8px;
|
|
@@ -81996,6 +82013,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81996
82013
|
}
|
|
81997
82014
|
}
|
|
81998
82015
|
|
|
82016
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
82017
|
+
background-color: $grid-hover-bg-color;
|
|
82018
|
+
}
|
|
82019
|
+
|
|
81999
82020
|
.e-tooltip-wrap.e-griderror,
|
|
82000
82021
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
82001
82022
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96782,6 +96803,9 @@ $toast-danger-hover-bg-color: $danger-light !default;
|
|
|
96782
96803
|
$toast-danger-hover-color: $danger-bg-color !default;
|
|
96783
96804
|
$toast-danger-hover-box-shadow: $shadow !default;
|
|
96784
96805
|
|
|
96806
|
+
$toast-close-icon-hover-bg-color: $transparent !default;
|
|
96807
|
+
$toast-close-icon-hover-color: $icon-color-hover !default;
|
|
96808
|
+
|
|
96785
96809
|
// Toast Type Definitions End
|
|
96786
96810
|
//Theme Variables End
|
|
96787
96811
|
|
|
@@ -97267,6 +97291,34 @@ $toast-danger-hover-box-shadow: $shadow !default;
|
|
|
97267
97291
|
box-shadow: none;
|
|
97268
97292
|
outline: 0;
|
|
97269
97293
|
}
|
|
97294
|
+
|
|
97295
|
+
&.e-blazor-toast-close-icon:focus,
|
|
97296
|
+
&.e-blazor-toast-close-icon:hover {
|
|
97297
|
+
@if $skin-name == 'Material3' {
|
|
97298
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97299
|
+
}
|
|
97300
|
+
@else {
|
|
97301
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97302
|
+
}
|
|
97303
|
+
color: $toast-close-icon-hover-color;
|
|
97304
|
+
}
|
|
97305
|
+
}
|
|
97306
|
+
|
|
97307
|
+
.e-toast-close-icon.e-icons:hover,
|
|
97308
|
+
.e-toast-close-icon.e-icons:focus{
|
|
97309
|
+
@if $skin-name == 'Material3' {
|
|
97310
|
+
background: $toast-close-icon-hover-bg-color;
|
|
97311
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97312
|
+
height: 32px;
|
|
97313
|
+
margin-top: -6px;
|
|
97314
|
+
}
|
|
97315
|
+
@else {
|
|
97316
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
97317
|
+
}
|
|
97318
|
+
@if $skin-name == 'material' {
|
|
97319
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
97320
|
+
}
|
|
97321
|
+
color: $toast-close-icon-hover-color;
|
|
97270
97322
|
}
|
|
97271
97323
|
|
|
97272
97324
|
&.e-toast-success {
|
|
@@ -100147,15 +100199,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100147
100199
|
font-size: 18px;
|
|
100148
100200
|
}
|
|
100149
100201
|
|
|
100150
|
-
.e-pv-annotation-color-container
|
|
100151
|
-
.e-pv-annotation-opacity-container
|
|
100152
|
-
.e-pv-annotation-stroke-container
|
|
100153
|
-
.e-pv-custom-annotation-thickness-container
|
|
100154
|
-
.e-pv-custom-annotation-opacity-container
|
|
100155
|
-
.e-pv-annotation-thickness-container
|
|
100156
|
-
.e-pv-annotation-textcolor-container
|
|
100157
|
-
.e-pv-annotation-textalign-container
|
|
100158
|
-
.e-pv-annotation-textprop-container
|
|
100202
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
100203
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
100204
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
100205
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
100206
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
100207
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
100208
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
100209
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
100210
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
100159
100211
|
height: $pv-annotation-drop-down-height;
|
|
100160
100212
|
width: $pv-annotation-drop-down-width;
|
|
100161
100213
|
}
|
|
@@ -74834,6 +74834,7 @@ $grid-header-first-last-cell-padding: 10px !default;
|
|
|
74834
74834
|
$grid-headercelldiv-margin: 0 0 0 -5px !default;
|
|
74835
74835
|
$grid-headercelldiv-right-align-padding: 0 0 0 1em !default;
|
|
74836
74836
|
$grid-headercelldiv-padding: 0 20px 0 5px !default;
|
|
74837
|
+
$grid-headercelldiv-sort-centeralign-padding-right: 5px !default;
|
|
74837
74838
|
$grid-rtl-headercelldiv-padding: 0 .7em 0 25px !default;
|
|
74838
74839
|
$grid-rtl-headercelldiv-chkbox-padding: 0 0 0 4px !default;
|
|
74839
74840
|
$grid-bigger-rtl-headercelldiv-chkbox-padding: 0 0 0 8px !default;
|
|
@@ -77448,6 +77449,22 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77448
77449
|
padding: $grid-headercelldiv-padding;
|
|
77449
77450
|
}
|
|
77450
77451
|
|
|
77452
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77453
|
+
.e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77454
|
+
.e-headercelldiv,
|
|
77455
|
+
.e-stackedheadercelldiv {
|
|
77456
|
+
padding-right: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77457
|
+
}
|
|
77458
|
+
}
|
|
77459
|
+
|
|
77460
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort="none"],
|
|
77461
|
+
&.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) {
|
|
77462
|
+
.e-headercelldiv,
|
|
77463
|
+
.e-stackedheadercelldiv {
|
|
77464
|
+
padding-left: $grid-headercelldiv-sort-centeralign-padding-right;
|
|
77465
|
+
}
|
|
77466
|
+
}
|
|
77467
|
+
|
|
77451
77468
|
.e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
77452
77469
|
@if $grid-skin == 'bootstrap5' {
|
|
77453
77470
|
padding-left: 8px;
|
|
@@ -81597,6 +81614,10 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81597
81614
|
}
|
|
81598
81615
|
}
|
|
81599
81616
|
|
|
81617
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
81618
|
+
background-color: $grid-hover-bg-color;
|
|
81619
|
+
}
|
|
81620
|
+
|
|
81600
81621
|
.e-tooltip-wrap.e-griderror,
|
|
81601
81622
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
81602
81623
|
background-color: $grid-val-error-bg-color;
|
|
@@ -96348,6 +96369,9 @@ $toast-danger-hover-bg-color: #c42818 !default;
|
|
|
96348
96369
|
$toast-danger-hover-color: $toast-danger-color !default;
|
|
96349
96370
|
$toast-danger-hover-box-shadow: 0 3px 6px 0 rgba($neutral-black, .26) !default;
|
|
96350
96371
|
|
|
96372
|
+
$toast-close-icon-hover-bg-color: transparent !default;
|
|
96373
|
+
$toast-close-icon-hover-color: $theme-tertiary !default;
|
|
96374
|
+
|
|
96351
96375
|
//enddefault
|
|
96352
96376
|
|
|
96353
96377
|
@include export-module('toast-layout') {
|
|
@@ -96832,6 +96856,34 @@ $toast-danger-hover-box-shadow: 0 3px 6px 0 rgba($neutral-black, .26) !default;
|
|
|
96832
96856
|
box-shadow: none;
|
|
96833
96857
|
outline: 0;
|
|
96834
96858
|
}
|
|
96859
|
+
|
|
96860
|
+
&.e-blazor-toast-close-icon:focus,
|
|
96861
|
+
&.e-blazor-toast-close-icon:hover {
|
|
96862
|
+
@if $skin-name == 'Material3' {
|
|
96863
|
+
background: $toast-close-icon-hover-bg-color;
|
|
96864
|
+
}
|
|
96865
|
+
@else {
|
|
96866
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
96867
|
+
}
|
|
96868
|
+
color: $toast-close-icon-hover-color;
|
|
96869
|
+
}
|
|
96870
|
+
}
|
|
96871
|
+
|
|
96872
|
+
.e-toast-close-icon.e-icons:hover,
|
|
96873
|
+
.e-toast-close-icon.e-icons:focus{
|
|
96874
|
+
@if $skin-name == 'Material3' {
|
|
96875
|
+
background: $toast-close-icon-hover-bg-color;
|
|
96876
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
96877
|
+
height: 32px;
|
|
96878
|
+
margin-top: -6px;
|
|
96879
|
+
}
|
|
96880
|
+
@else {
|
|
96881
|
+
background-color: $toast-close-icon-hover-bg-color;
|
|
96882
|
+
}
|
|
96883
|
+
@if $skin-name == 'material' {
|
|
96884
|
+
border-radius: $toast-icon-hover-border-radius;
|
|
96885
|
+
}
|
|
96886
|
+
color: $toast-close-icon-hover-color;
|
|
96835
96887
|
}
|
|
96836
96888
|
|
|
96837
96889
|
&.e-toast-success {
|
|
@@ -99715,15 +99767,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
99715
99767
|
font-size: 18px;
|
|
99716
99768
|
}
|
|
99717
99769
|
|
|
99718
|
-
.e-pv-annotation-color-container
|
|
99719
|
-
.e-pv-annotation-opacity-container
|
|
99720
|
-
.e-pv-annotation-stroke-container
|
|
99721
|
-
.e-pv-custom-annotation-thickness-container
|
|
99722
|
-
.e-pv-custom-annotation-opacity-container
|
|
99723
|
-
.e-pv-annotation-thickness-container
|
|
99724
|
-
.e-pv-annotation-textcolor-container
|
|
99725
|
-
.e-pv-annotation-textalign-container
|
|
99726
|
-
.e-pv-annotation-textprop-container
|
|
99770
|
+
.e-pv-annotation-color-container.e-icon-btn,
|
|
99771
|
+
.e-pv-annotation-opacity-container.e-icon-btn,
|
|
99772
|
+
.e-pv-annotation-stroke-container.e-icon-btn,
|
|
99773
|
+
.e-pv-custom-annotation-thickness-container.e-icon-btn,
|
|
99774
|
+
.e-pv-custom-annotation-opacity-container.e-icon-btn,
|
|
99775
|
+
.e-pv-annotation-thickness-container.e-icon-btn,
|
|
99776
|
+
.e-pv-annotation-textcolor-container.e-icon-btn,
|
|
99777
|
+
.e-pv-annotation-textalign-container.e-icon-btn,
|
|
99778
|
+
.e-pv-annotation-textprop-container.e-icon-btn {
|
|
99727
99779
|
height: $pv-annotation-drop-down-height;
|
|
99728
99780
|
width: $pv-annotation-drop-down-width;
|
|
99729
99781
|
}
|