@syncfusion/blazor-themes 23.1.43 → 23.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 +31 -25
- package/SCSS-Themes/bootstrap.scss +31 -25
- package/SCSS-Themes/bootstrap4.scss +31 -25
- package/SCSS-Themes/bootstrap5-dark.scss +31 -25
- package/SCSS-Themes/bootstrap5.scss +31 -25
- package/SCSS-Themes/fabric-dark.scss +31 -25
- package/SCSS-Themes/fabric.scss +31 -25
- package/SCSS-Themes/fluent-dark.scss +31 -25
- package/SCSS-Themes/fluent.scss +31 -25
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/bootstrap.scss +16 -6
- package/SCSS-Themes/grids/grid/bootstrap4.scss +16 -6
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/bootstrap5.scss +16 -6
- package/SCSS-Themes/grids/grid/fabric-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/fabric.scss +16 -6
- package/SCSS-Themes/grids/grid/fluent-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/fluent.scss +16 -6
- package/SCSS-Themes/grids/grid/highcontrast.scss +16 -6
- package/SCSS-Themes/grids/grid/material-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/material.scss +16 -6
- package/SCSS-Themes/grids/grid/material3-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/material3.scss +16 -6
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +16 -6
- package/SCSS-Themes/grids/grid/tailwind.scss +16 -6
- package/SCSS-Themes/highcontrast.scss +31 -25
- package/SCSS-Themes/material-dark.scss +31 -25
- package/SCSS-Themes/material.scss +31 -25
- package/SCSS-Themes/material3-dark.scss +31 -25
- package/SCSS-Themes/material3.scss +31 -25
- 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/pivotview/pivotview/bootstrap-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/material.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/material3-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/material3.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +6 -10
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +6 -10
- package/SCSS-Themes/tailwind-dark.scss +31 -25
- package/SCSS-Themes/tailwind.scss +31 -25
- package/package.json +1 -1
|
@@ -2661,8 +2661,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
2661
2661
|
border-left-width: 0;
|
|
2662
2662
|
}
|
|
2663
2663
|
|
|
2664
|
-
|
|
2665
|
-
|
|
2664
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
2665
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
2666
2666
|
border-width: $grid-headercell-both-border-width;
|
|
2667
2667
|
}
|
|
2668
2668
|
|
|
@@ -3357,7 +3357,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
3357
3357
|
border-left-width: $grid-border-size;
|
|
3358
3358
|
}
|
|
3359
3359
|
|
|
3360
|
-
|
|
3360
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
3361
3361
|
border-bottom-style: $grid-border-type;
|
|
3362
3362
|
border-bottom-width: $grid-border-size;
|
|
3363
3363
|
border-left-style: $grid-border-type;
|
|
@@ -4646,8 +4646,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
4646
4646
|
padding-top: $grid-ungroup-rtl-padding-top;
|
|
4647
4647
|
}
|
|
4648
4648
|
|
|
4649
|
-
|
|
4650
|
-
|
|
4649
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
4650
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
4651
4651
|
border-width: $grid-headercell-both-border-width;
|
|
4652
4652
|
}
|
|
4653
4653
|
|
|
@@ -4670,7 +4670,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
4670
4670
|
border-right: 0;
|
|
4671
4671
|
}
|
|
4672
4672
|
|
|
4673
|
-
|
|
4673
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
4674
4674
|
border-bottom-style: $grid-border-type;
|
|
4675
4675
|
border-bottom-width: $grid-border-size;
|
|
4676
4676
|
}
|
|
@@ -5177,6 +5177,16 @@ margin: $grid-group-animator-cell-margin;
|
|
|
5177
5177
|
}
|
|
5178
5178
|
}
|
|
5179
5179
|
|
|
5180
|
+
&.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
5181
|
+
border-bottom-style: $grid-border-type;
|
|
5182
|
+
border-bottom-width: $grid-border-size;
|
|
5183
|
+
}
|
|
5184
|
+
|
|
5185
|
+
&.e-rtl.e-default.e-bothlines .e-headercell,
|
|
5186
|
+
&.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
5187
|
+
border-width: $grid-headercell-both-border-width;
|
|
5188
|
+
}
|
|
5189
|
+
|
|
5180
5190
|
.e-bigger #{&}.e-grid.sf-grid,
|
|
5181
5191
|
#{&}.e-grid.sf-grid.e-bigger {
|
|
5182
5192
|
.e-gridheader table th:not([rowspan = '1']),
|
|
@@ -77240,8 +77240,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77240
77240
|
border-left-width: 0;
|
|
77241
77241
|
}
|
|
77242
77242
|
|
|
77243
|
-
|
|
77244
|
-
|
|
77243
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
77244
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
77245
77245
|
border-width: $grid-headercell-both-border-width;
|
|
77246
77246
|
}
|
|
77247
77247
|
|
|
@@ -77936,7 +77936,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
77936
77936
|
border-left-width: $grid-border-size;
|
|
77937
77937
|
}
|
|
77938
77938
|
|
|
77939
|
-
|
|
77939
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
77940
77940
|
border-bottom-style: $grid-border-type;
|
|
77941
77941
|
border-bottom-width: $grid-border-size;
|
|
77942
77942
|
border-left-style: $grid-border-type;
|
|
@@ -79225,8 +79225,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79225
79225
|
padding-top: $grid-ungroup-rtl-padding-top;
|
|
79226
79226
|
}
|
|
79227
79227
|
|
|
79228
|
-
|
|
79229
|
-
|
|
79228
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
79229
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
79230
79230
|
border-width: $grid-headercell-both-border-width;
|
|
79231
79231
|
}
|
|
79232
79232
|
|
|
@@ -79249,7 +79249,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79249
79249
|
border-right: 0;
|
|
79250
79250
|
}
|
|
79251
79251
|
|
|
79252
|
-
|
|
79252
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
79253
79253
|
border-bottom-style: $grid-border-type;
|
|
79254
79254
|
border-bottom-width: $grid-border-size;
|
|
79255
79255
|
}
|
|
@@ -79756,6 +79756,16 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79756
79756
|
}
|
|
79757
79757
|
}
|
|
79758
79758
|
|
|
79759
|
+
&.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
79760
|
+
border-bottom-style: $grid-border-type;
|
|
79761
|
+
border-bottom-width: $grid-border-size;
|
|
79762
|
+
}
|
|
79763
|
+
|
|
79764
|
+
&.e-rtl.e-default.e-bothlines .e-headercell,
|
|
79765
|
+
&.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
79766
|
+
border-width: $grid-headercell-both-border-width;
|
|
79767
|
+
}
|
|
79768
|
+
|
|
79759
79769
|
.e-bigger #{&}.e-grid.sf-grid,
|
|
79760
79770
|
#{&}.e-grid.sf-grid.e-bigger {
|
|
79761
79771
|
.e-gridheader table th:not([rowspan = '1']),
|
|
@@ -99595,15 +99605,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
99595
99605
|
font-size: 18px;
|
|
99596
99606
|
}
|
|
99597
99607
|
|
|
99598
|
-
.e-pv-annotation-color-container,
|
|
99599
|
-
.e-pv-annotation-opacity-container,
|
|
99600
|
-
.e-pv-annotation-stroke-container,
|
|
99601
|
-
.e-pv-custom-annotation-thickness-container,
|
|
99602
|
-
.e-pv-custom-annotation-opacity-container,
|
|
99603
|
-
.e-pv-annotation-thickness-container,
|
|
99604
|
-
.e-pv-annotation-textcolor-container,
|
|
99605
|
-
.e-pv-annotation-textalign-container,
|
|
99606
|
-
.e-pv-annotation-textprop-container {
|
|
99608
|
+
.e-pv-annotation-color-container .e-btn,
|
|
99609
|
+
.e-pv-annotation-opacity-container .e-btn,
|
|
99610
|
+
.e-pv-annotation-stroke-container .e-btn,
|
|
99611
|
+
.e-pv-custom-annotation-thickness-container .e-btn,
|
|
99612
|
+
.e-pv-custom-annotation-opacity-container .e-btn,
|
|
99613
|
+
.e-pv-annotation-thickness-container .e-btn,
|
|
99614
|
+
.e-pv-annotation-textcolor-container .e-btn,
|
|
99615
|
+
.e-pv-annotation-textalign-container .e-btn,
|
|
99616
|
+
.e-pv-annotation-textprop-container .e-btn {
|
|
99607
99617
|
height: $pv-annotation-drop-down-height;
|
|
99608
99618
|
width: $pv-annotation-drop-down-width;
|
|
99609
99619
|
}
|
|
@@ -109465,16 +109475,6 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
109465
109475
|
}
|
|
109466
109476
|
}
|
|
109467
109477
|
|
|
109468
|
-
&.e-device {
|
|
109469
|
-
.e-pivotcell-container {
|
|
109470
|
-
.e-stackedheadertext {
|
|
109471
|
-
&.e-cellvalue {
|
|
109472
|
-
align-self: center;
|
|
109473
|
-
}
|
|
109474
|
-
}
|
|
109475
|
-
}
|
|
109476
|
-
}
|
|
109477
|
-
|
|
109478
109478
|
.e-nextspan {
|
|
109479
109479
|
display: inline-block;
|
|
109480
109480
|
width: $pivotview-indent-space-size;
|
|
@@ -109755,10 +109755,12 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
109755
109755
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
109756
109756
|
z-index: 1 !important;
|
|
109757
109757
|
}
|
|
109758
|
+
|
|
109758
109759
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
109759
109760
|
visibility: hidden !important;
|
|
109760
109761
|
/* stylelint-enable */
|
|
109761
109762
|
}
|
|
109763
|
+
|
|
109762
109764
|
.e-grid {
|
|
109763
109765
|
.e-pivot-content-loader {
|
|
109764
109766
|
position: absolute;
|
|
@@ -109777,6 +109779,10 @@ $pivotpager-single-size-title-padding: 4px !default;
|
|
|
109777
109779
|
visibility: hidden;
|
|
109778
109780
|
}
|
|
109779
109781
|
}
|
|
109782
|
+
|
|
109783
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
109784
|
+
align-self: center;
|
|
109785
|
+
}
|
|
109780
109786
|
}
|
|
109781
109787
|
|
|
109782
109788
|
.e-grid .e-headercelldiv,
|
|
@@ -78540,8 +78540,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78540
78540
|
border-left-width: 0;
|
|
78541
78541
|
}
|
|
78542
78542
|
|
|
78543
|
-
|
|
78544
|
-
|
|
78543
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
78544
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
78545
78545
|
border-width: $grid-headercell-both-border-width;
|
|
78546
78546
|
}
|
|
78547
78547
|
|
|
@@ -79236,7 +79236,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79236
79236
|
border-left-width: $grid-border-size;
|
|
79237
79237
|
}
|
|
79238
79238
|
|
|
79239
|
-
|
|
79239
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
79240
79240
|
border-bottom-style: $grid-border-type;
|
|
79241
79241
|
border-bottom-width: $grid-border-size;
|
|
79242
79242
|
border-left-style: $grid-border-type;
|
|
@@ -80525,8 +80525,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80525
80525
|
padding-top: $grid-ungroup-rtl-padding-top;
|
|
80526
80526
|
}
|
|
80527
80527
|
|
|
80528
|
-
|
|
80529
|
-
|
|
80528
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
80529
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
80530
80530
|
border-width: $grid-headercell-both-border-width;
|
|
80531
80531
|
}
|
|
80532
80532
|
|
|
@@ -80549,7 +80549,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80549
80549
|
border-right: 0;
|
|
80550
80550
|
}
|
|
80551
80551
|
|
|
80552
|
-
|
|
80552
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
80553
80553
|
border-bottom-style: $grid-border-type;
|
|
80554
80554
|
border-bottom-width: $grid-border-size;
|
|
80555
80555
|
}
|
|
@@ -81056,6 +81056,16 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81056
81056
|
}
|
|
81057
81057
|
}
|
|
81058
81058
|
|
|
81059
|
+
&.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
81060
|
+
border-bottom-style: $grid-border-type;
|
|
81061
|
+
border-bottom-width: $grid-border-size;
|
|
81062
|
+
}
|
|
81063
|
+
|
|
81064
|
+
&.e-rtl.e-default.e-bothlines .e-headercell,
|
|
81065
|
+
&.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
81066
|
+
border-width: $grid-headercell-both-border-width;
|
|
81067
|
+
}
|
|
81068
|
+
|
|
81059
81069
|
.e-bigger #{&}.e-grid.sf-grid,
|
|
81060
81070
|
#{&}.e-grid.sf-grid.e-bigger {
|
|
81061
81071
|
.e-gridheader table th:not([rowspan = '1']),
|
|
@@ -100914,15 +100924,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100914
100924
|
font-size: 18px;
|
|
100915
100925
|
}
|
|
100916
100926
|
|
|
100917
|
-
.e-pv-annotation-color-container,
|
|
100918
|
-
.e-pv-annotation-opacity-container,
|
|
100919
|
-
.e-pv-annotation-stroke-container,
|
|
100920
|
-
.e-pv-custom-annotation-thickness-container,
|
|
100921
|
-
.e-pv-custom-annotation-opacity-container,
|
|
100922
|
-
.e-pv-annotation-thickness-container,
|
|
100923
|
-
.e-pv-annotation-textcolor-container,
|
|
100924
|
-
.e-pv-annotation-textalign-container,
|
|
100925
|
-
.e-pv-annotation-textprop-container {
|
|
100927
|
+
.e-pv-annotation-color-container .e-btn,
|
|
100928
|
+
.e-pv-annotation-opacity-container .e-btn,
|
|
100929
|
+
.e-pv-annotation-stroke-container .e-btn,
|
|
100930
|
+
.e-pv-custom-annotation-thickness-container .e-btn,
|
|
100931
|
+
.e-pv-custom-annotation-opacity-container .e-btn,
|
|
100932
|
+
.e-pv-annotation-thickness-container .e-btn,
|
|
100933
|
+
.e-pv-annotation-textcolor-container .e-btn,
|
|
100934
|
+
.e-pv-annotation-textalign-container .e-btn,
|
|
100935
|
+
.e-pv-annotation-textprop-container .e-btn {
|
|
100926
100936
|
height: $pv-annotation-drop-down-height;
|
|
100927
100937
|
width: $pv-annotation-drop-down-width;
|
|
100928
100938
|
}
|
|
@@ -110830,16 +110840,6 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
110830
110840
|
}
|
|
110831
110841
|
}
|
|
110832
110842
|
|
|
110833
|
-
&.e-device {
|
|
110834
|
-
.e-pivotcell-container {
|
|
110835
|
-
.e-stackedheadertext {
|
|
110836
|
-
&.e-cellvalue {
|
|
110837
|
-
align-self: center;
|
|
110838
|
-
}
|
|
110839
|
-
}
|
|
110840
|
-
}
|
|
110841
|
-
}
|
|
110842
|
-
|
|
110843
110843
|
.e-nextspan {
|
|
110844
110844
|
display: inline-block;
|
|
110845
110845
|
width: $pivotview-indent-space-size;
|
|
@@ -111120,10 +111120,12 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
111120
111120
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
111121
111121
|
z-index: 1 !important;
|
|
111122
111122
|
}
|
|
111123
|
+
|
|
111123
111124
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
111124
111125
|
visibility: hidden !important;
|
|
111125
111126
|
/* stylelint-enable */
|
|
111126
111127
|
}
|
|
111128
|
+
|
|
111127
111129
|
.e-grid {
|
|
111128
111130
|
.e-pivot-content-loader {
|
|
111129
111131
|
position: absolute;
|
|
@@ -111142,6 +111144,10 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
111142
111144
|
visibility: hidden;
|
|
111143
111145
|
}
|
|
111144
111146
|
}
|
|
111147
|
+
|
|
111148
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
111149
|
+
align-self: center;
|
|
111150
|
+
}
|
|
111145
111151
|
}
|
|
111146
111152
|
|
|
111147
111153
|
.e-grid .e-headercelldiv,
|
|
@@ -78261,8 +78261,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78261
78261
|
border-left-width: 0;
|
|
78262
78262
|
}
|
|
78263
78263
|
|
|
78264
|
-
|
|
78265
|
-
|
|
78264
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
78265
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
78266
78266
|
border-width: $grid-headercell-both-border-width;
|
|
78267
78267
|
}
|
|
78268
78268
|
|
|
@@ -78957,7 +78957,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78957
78957
|
border-left-width: $grid-border-size;
|
|
78958
78958
|
}
|
|
78959
78959
|
|
|
78960
|
-
|
|
78960
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
78961
78961
|
border-bottom-style: $grid-border-type;
|
|
78962
78962
|
border-bottom-width: $grid-border-size;
|
|
78963
78963
|
border-left-style: $grid-border-type;
|
|
@@ -80246,8 +80246,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80246
80246
|
padding-top: $grid-ungroup-rtl-padding-top;
|
|
80247
80247
|
}
|
|
80248
80248
|
|
|
80249
|
-
|
|
80250
|
-
|
|
80249
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
80250
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
80251
80251
|
border-width: $grid-headercell-both-border-width;
|
|
80252
80252
|
}
|
|
80253
80253
|
|
|
@@ -80270,7 +80270,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80270
80270
|
border-right: 0;
|
|
80271
80271
|
}
|
|
80272
80272
|
|
|
80273
|
-
|
|
80273
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
80274
80274
|
border-bottom-style: $grid-border-type;
|
|
80275
80275
|
border-bottom-width: $grid-border-size;
|
|
80276
80276
|
}
|
|
@@ -80777,6 +80777,16 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80777
80777
|
}
|
|
80778
80778
|
}
|
|
80779
80779
|
|
|
80780
|
+
&.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
80781
|
+
border-bottom-style: $grid-border-type;
|
|
80782
|
+
border-bottom-width: $grid-border-size;
|
|
80783
|
+
}
|
|
80784
|
+
|
|
80785
|
+
&.e-rtl.e-default.e-bothlines .e-headercell,
|
|
80786
|
+
&.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
80787
|
+
border-width: $grid-headercell-both-border-width;
|
|
80788
|
+
}
|
|
80789
|
+
|
|
80780
80790
|
.e-bigger #{&}.e-grid.sf-grid,
|
|
80781
80791
|
#{&}.e-grid.sf-grid.e-bigger {
|
|
80782
80792
|
.e-gridheader table th:not([rowspan = '1']),
|
|
@@ -100625,15 +100635,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
100625
100635
|
font-size: 18px;
|
|
100626
100636
|
}
|
|
100627
100637
|
|
|
100628
|
-
.e-pv-annotation-color-container,
|
|
100629
|
-
.e-pv-annotation-opacity-container,
|
|
100630
|
-
.e-pv-annotation-stroke-container,
|
|
100631
|
-
.e-pv-custom-annotation-thickness-container,
|
|
100632
|
-
.e-pv-custom-annotation-opacity-container,
|
|
100633
|
-
.e-pv-annotation-thickness-container,
|
|
100634
|
-
.e-pv-annotation-textcolor-container,
|
|
100635
|
-
.e-pv-annotation-textalign-container,
|
|
100636
|
-
.e-pv-annotation-textprop-container {
|
|
100638
|
+
.e-pv-annotation-color-container .e-btn,
|
|
100639
|
+
.e-pv-annotation-opacity-container .e-btn,
|
|
100640
|
+
.e-pv-annotation-stroke-container .e-btn,
|
|
100641
|
+
.e-pv-custom-annotation-thickness-container .e-btn,
|
|
100642
|
+
.e-pv-custom-annotation-opacity-container .e-btn,
|
|
100643
|
+
.e-pv-annotation-thickness-container .e-btn,
|
|
100644
|
+
.e-pv-annotation-textcolor-container .e-btn,
|
|
100645
|
+
.e-pv-annotation-textalign-container .e-btn,
|
|
100646
|
+
.e-pv-annotation-textprop-container .e-btn {
|
|
100637
100647
|
height: $pv-annotation-drop-down-height;
|
|
100638
100648
|
width: $pv-annotation-drop-down-width;
|
|
100639
100649
|
}
|
|
@@ -110538,16 +110548,6 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
110538
110548
|
}
|
|
110539
110549
|
}
|
|
110540
110550
|
|
|
110541
|
-
&.e-device {
|
|
110542
|
-
.e-pivotcell-container {
|
|
110543
|
-
.e-stackedheadertext {
|
|
110544
|
-
&.e-cellvalue {
|
|
110545
|
-
align-self: center;
|
|
110546
|
-
}
|
|
110547
|
-
}
|
|
110548
|
-
}
|
|
110549
|
-
}
|
|
110550
|
-
|
|
110551
110551
|
.e-nextspan {
|
|
110552
110552
|
display: inline-block;
|
|
110553
110553
|
width: $pivotview-indent-space-size;
|
|
@@ -110828,10 +110828,12 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
110828
110828
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
110829
110829
|
z-index: 1 !important;
|
|
110830
110830
|
}
|
|
110831
|
+
|
|
110831
110832
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
110832
110833
|
visibility: hidden !important;
|
|
110833
110834
|
/* stylelint-enable */
|
|
110834
110835
|
}
|
|
110836
|
+
|
|
110835
110837
|
.e-grid {
|
|
110836
110838
|
.e-pivot-content-loader {
|
|
110837
110839
|
position: absolute;
|
|
@@ -110850,6 +110852,10 @@ $pivotpager-single-size-title-padding: 14px !default;
|
|
|
110850
110852
|
visibility: hidden;
|
|
110851
110853
|
}
|
|
110852
110854
|
}
|
|
110855
|
+
|
|
110856
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
110857
|
+
align-self: center;
|
|
110858
|
+
}
|
|
110853
110859
|
}
|
|
110854
110860
|
|
|
110855
110861
|
.e-grid .e-headercelldiv,
|
|
@@ -78761,8 +78761,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78761
78761
|
border-left-width: 0;
|
|
78762
78762
|
}
|
|
78763
78763
|
|
|
78764
|
-
|
|
78765
|
-
|
|
78764
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
78765
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
78766
78766
|
border-width: $grid-headercell-both-border-width;
|
|
78767
78767
|
}
|
|
78768
78768
|
|
|
@@ -79457,7 +79457,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79457
79457
|
border-left-width: $grid-border-size;
|
|
79458
79458
|
}
|
|
79459
79459
|
|
|
79460
|
-
|
|
79460
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
79461
79461
|
border-bottom-style: $grid-border-type;
|
|
79462
79462
|
border-bottom-width: $grid-border-size;
|
|
79463
79463
|
border-left-style: $grid-border-type;
|
|
@@ -80746,8 +80746,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80746
80746
|
padding-top: $grid-ungroup-rtl-padding-top;
|
|
80747
80747
|
}
|
|
80748
80748
|
|
|
80749
|
-
|
|
80750
|
-
|
|
80749
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
80750
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
80751
80751
|
border-width: $grid-headercell-both-border-width;
|
|
80752
80752
|
}
|
|
80753
80753
|
|
|
@@ -80770,7 +80770,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80770
80770
|
border-right: 0;
|
|
80771
80771
|
}
|
|
80772
80772
|
|
|
80773
|
-
|
|
80773
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
80774
80774
|
border-bottom-style: $grid-border-type;
|
|
80775
80775
|
border-bottom-width: $grid-border-size;
|
|
80776
80776
|
}
|
|
@@ -81277,6 +81277,16 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81277
81277
|
}
|
|
81278
81278
|
}
|
|
81279
81279
|
|
|
81280
|
+
&.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
81281
|
+
border-bottom-style: $grid-border-type;
|
|
81282
|
+
border-bottom-width: $grid-border-size;
|
|
81283
|
+
}
|
|
81284
|
+
|
|
81285
|
+
&.e-rtl.e-default.e-bothlines .e-headercell,
|
|
81286
|
+
&.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
81287
|
+
border-width: $grid-headercell-both-border-width;
|
|
81288
|
+
}
|
|
81289
|
+
|
|
81280
81290
|
.e-bigger #{&}.e-grid.sf-grid,
|
|
81281
81291
|
#{&}.e-grid.sf-grid.e-bigger {
|
|
81282
81292
|
.e-gridheader table th:not([rowspan = '1']),
|
|
@@ -101178,15 +101188,15 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
101178
101188
|
font-size: 18px;
|
|
101179
101189
|
}
|
|
101180
101190
|
|
|
101181
|
-
.e-pv-annotation-color-container,
|
|
101182
|
-
.e-pv-annotation-opacity-container,
|
|
101183
|
-
.e-pv-annotation-stroke-container,
|
|
101184
|
-
.e-pv-custom-annotation-thickness-container,
|
|
101185
|
-
.e-pv-custom-annotation-opacity-container,
|
|
101186
|
-
.e-pv-annotation-thickness-container,
|
|
101187
|
-
.e-pv-annotation-textcolor-container,
|
|
101188
|
-
.e-pv-annotation-textalign-container,
|
|
101189
|
-
.e-pv-annotation-textprop-container {
|
|
101191
|
+
.e-pv-annotation-color-container .e-btn,
|
|
101192
|
+
.e-pv-annotation-opacity-container .e-btn,
|
|
101193
|
+
.e-pv-annotation-stroke-container .e-btn,
|
|
101194
|
+
.e-pv-custom-annotation-thickness-container .e-btn,
|
|
101195
|
+
.e-pv-custom-annotation-opacity-container .e-btn,
|
|
101196
|
+
.e-pv-annotation-thickness-container .e-btn,
|
|
101197
|
+
.e-pv-annotation-textcolor-container .e-btn,
|
|
101198
|
+
.e-pv-annotation-textalign-container .e-btn,
|
|
101199
|
+
.e-pv-annotation-textprop-container .e-btn {
|
|
101190
101200
|
height: $pv-annotation-drop-down-height;
|
|
101191
101201
|
width: $pv-annotation-drop-down-width;
|
|
101192
101202
|
}
|
|
@@ -111104,16 +111114,6 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
111104
111114
|
}
|
|
111105
111115
|
}
|
|
111106
111116
|
|
|
111107
|
-
&.e-device {
|
|
111108
|
-
.e-pivotcell-container {
|
|
111109
|
-
.e-stackedheadertext {
|
|
111110
|
-
&.e-cellvalue {
|
|
111111
|
-
align-self: center;
|
|
111112
|
-
}
|
|
111113
|
-
}
|
|
111114
|
-
}
|
|
111115
|
-
}
|
|
111116
|
-
|
|
111117
111117
|
.e-nextspan {
|
|
111118
111118
|
display: inline-block;
|
|
111119
111119
|
width: $pivotview-indent-space-size;
|
|
@@ -111394,10 +111394,12 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
111394
111394
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
111395
111395
|
z-index: 1 !important;
|
|
111396
111396
|
}
|
|
111397
|
+
|
|
111397
111398
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
111398
111399
|
visibility: hidden !important;
|
|
111399
111400
|
/* stylelint-enable */
|
|
111400
111401
|
}
|
|
111402
|
+
|
|
111401
111403
|
.e-grid {
|
|
111402
111404
|
.e-pivot-content-loader {
|
|
111403
111405
|
position: absolute;
|
|
@@ -111416,6 +111418,10 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
111416
111418
|
visibility: hidden;
|
|
111417
111419
|
}
|
|
111418
111420
|
}
|
|
111421
|
+
|
|
111422
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
111423
|
+
align-self: center;
|
|
111424
|
+
}
|
|
111419
111425
|
}
|
|
111420
111426
|
|
|
111421
111427
|
.e-grid .e-headercelldiv,
|
|
@@ -78844,8 +78844,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
78844
78844
|
border-left-width: 0;
|
|
78845
78845
|
}
|
|
78846
78846
|
|
|
78847
|
-
|
|
78848
|
-
|
|
78847
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
78848
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
78849
78849
|
border-width: $grid-headercell-both-border-width;
|
|
78850
78850
|
}
|
|
78851
78851
|
|
|
@@ -79540,7 +79540,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
79540
79540
|
border-left-width: $grid-border-size;
|
|
79541
79541
|
}
|
|
79542
79542
|
|
|
79543
|
-
|
|
79543
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
79544
79544
|
border-bottom-style: $grid-border-type;
|
|
79545
79545
|
border-bottom-width: $grid-border-size;
|
|
79546
79546
|
border-left-style: $grid-border-type;
|
|
@@ -80829,8 +80829,8 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80829
80829
|
padding-top: $grid-ungroup-rtl-padding-top;
|
|
80830
80830
|
}
|
|
80831
80831
|
|
|
80832
|
-
|
|
80833
|
-
|
|
80832
|
+
&:not(.sf-grid).e-default.e-bothlines .e-headercell,
|
|
80833
|
+
&:not(.sf-grid).e-default.e-bothlines .e-detailheadercell {
|
|
80834
80834
|
border-width: $grid-headercell-both-border-width;
|
|
80835
80835
|
}
|
|
80836
80836
|
|
|
@@ -80853,7 +80853,7 @@ margin: $grid-group-animator-cell-margin;
|
|
|
80853
80853
|
border-right: 0;
|
|
80854
80854
|
}
|
|
80855
80855
|
|
|
80856
|
-
|
|
80856
|
+
&:not(.sf-grid).e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
80857
80857
|
border-bottom-style: $grid-border-type;
|
|
80858
80858
|
border-bottom-width: $grid-border-size;
|
|
80859
80859
|
}
|
|
@@ -81360,6 +81360,16 @@ margin: $grid-group-animator-cell-margin;
|
|
|
81360
81360
|
}
|
|
81361
81361
|
}
|
|
81362
81362
|
|
|
81363
|
+
&.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell {
|
|
81364
|
+
border-bottom-style: $grid-border-type;
|
|
81365
|
+
border-bottom-width: $grid-border-size;
|
|
81366
|
+
}
|
|
81367
|
+
|
|
81368
|
+
&.e-rtl.e-default.e-bothlines .e-headercell,
|
|
81369
|
+
&.e-rtl.e-default.e-bothlines .e-detailheadercell {
|
|
81370
|
+
border-width: $grid-headercell-both-border-width;
|
|
81371
|
+
}
|
|
81372
|
+
|
|
81363
81373
|
.e-bigger #{&}.e-grid.sf-grid,
|
|
81364
81374
|
#{&}.e-grid.sf-grid.e-bigger {
|
|
81365
81375
|
.e-gridheader table th:not([rowspan = '1']),
|
|
@@ -101261,15 +101271,15 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
101261
101271
|
font-size: 18px;
|
|
101262
101272
|
}
|
|
101263
101273
|
|
|
101264
|
-
.e-pv-annotation-color-container,
|
|
101265
|
-
.e-pv-annotation-opacity-container,
|
|
101266
|
-
.e-pv-annotation-stroke-container,
|
|
101267
|
-
.e-pv-custom-annotation-thickness-container,
|
|
101268
|
-
.e-pv-custom-annotation-opacity-container,
|
|
101269
|
-
.e-pv-annotation-thickness-container,
|
|
101270
|
-
.e-pv-annotation-textcolor-container,
|
|
101271
|
-
.e-pv-annotation-textalign-container,
|
|
101272
|
-
.e-pv-annotation-textprop-container {
|
|
101274
|
+
.e-pv-annotation-color-container .e-btn,
|
|
101275
|
+
.e-pv-annotation-opacity-container .e-btn,
|
|
101276
|
+
.e-pv-annotation-stroke-container .e-btn,
|
|
101277
|
+
.e-pv-custom-annotation-thickness-container .e-btn,
|
|
101278
|
+
.e-pv-custom-annotation-opacity-container .e-btn,
|
|
101279
|
+
.e-pv-annotation-thickness-container .e-btn,
|
|
101280
|
+
.e-pv-annotation-textcolor-container .e-btn,
|
|
101281
|
+
.e-pv-annotation-textalign-container .e-btn,
|
|
101282
|
+
.e-pv-annotation-textprop-container .e-btn {
|
|
101273
101283
|
height: $pv-annotation-drop-down-height;
|
|
101274
101284
|
width: $pv-annotation-drop-down-width;
|
|
101275
101285
|
}
|
|
@@ -111187,16 +111197,6 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
111187
111197
|
}
|
|
111188
111198
|
}
|
|
111189
111199
|
|
|
111190
|
-
&.e-device {
|
|
111191
|
-
.e-pivotcell-container {
|
|
111192
|
-
.e-stackedheadertext {
|
|
111193
|
-
&.e-cellvalue {
|
|
111194
|
-
align-self: center;
|
|
111195
|
-
}
|
|
111196
|
-
}
|
|
111197
|
-
}
|
|
111198
|
-
}
|
|
111199
|
-
|
|
111200
111200
|
.e-nextspan {
|
|
111201
111201
|
display: inline-block;
|
|
111202
111202
|
width: $pivotview-indent-space-size;
|
|
@@ -111477,10 +111477,12 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
111477
111477
|
.e-spinner-pane.e-pivot-outer-spinner {
|
|
111478
111478
|
z-index: 1 !important;
|
|
111479
111479
|
}
|
|
111480
|
+
|
|
111480
111481
|
.e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
|
|
111481
111482
|
visibility: hidden !important;
|
|
111482
111483
|
/* stylelint-enable */
|
|
111483
111484
|
}
|
|
111485
|
+
|
|
111484
111486
|
.e-grid {
|
|
111485
111487
|
.e-pivot-content-loader {
|
|
111486
111488
|
position: absolute;
|
|
@@ -111499,6 +111501,10 @@ $pivotpager-string-maindiv-font-color: rgba($content-text-color-alt1) !default;
|
|
|
111499
111501
|
visibility: hidden;
|
|
111500
111502
|
}
|
|
111501
111503
|
}
|
|
111504
|
+
|
|
111505
|
+
&.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
111506
|
+
align-self: center;
|
|
111507
|
+
}
|
|
111502
111508
|
}
|
|
111503
111509
|
|
|
111504
111510
|
.e-grid .e-headercelldiv,
|
|
@@ -2643,15 +2643,15 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
2643
2643
|
font-size: 18px;
|
|
2644
2644
|
}
|
|
2645
2645
|
|
|
2646
|
-
.e-pv-annotation-color-container,
|
|
2647
|
-
.e-pv-annotation-opacity-container,
|
|
2648
|
-
.e-pv-annotation-stroke-container,
|
|
2649
|
-
.e-pv-custom-annotation-thickness-container,
|
|
2650
|
-
.e-pv-custom-annotation-opacity-container,
|
|
2651
|
-
.e-pv-annotation-thickness-container,
|
|
2652
|
-
.e-pv-annotation-textcolor-container,
|
|
2653
|
-
.e-pv-annotation-textalign-container,
|
|
2654
|
-
.e-pv-annotation-textprop-container {
|
|
2646
|
+
.e-pv-annotation-color-container .e-btn,
|
|
2647
|
+
.e-pv-annotation-opacity-container .e-btn,
|
|
2648
|
+
.e-pv-annotation-stroke-container .e-btn,
|
|
2649
|
+
.e-pv-custom-annotation-thickness-container .e-btn,
|
|
2650
|
+
.e-pv-custom-annotation-opacity-container .e-btn,
|
|
2651
|
+
.e-pv-annotation-thickness-container .e-btn,
|
|
2652
|
+
.e-pv-annotation-textcolor-container .e-btn,
|
|
2653
|
+
.e-pv-annotation-textalign-container .e-btn,
|
|
2654
|
+
.e-pv-annotation-textprop-container .e-btn {
|
|
2655
2655
|
height: $pv-annotation-drop-down-height;
|
|
2656
2656
|
width: $pv-annotation-drop-down-width;
|
|
2657
2657
|
}
|