@syncfusion/blazor-themes 21.1.37 → 21.1.38
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 +75 -26
- package/SCSS-Themes/bootstrap.scss +75 -26
- package/SCSS-Themes/bootstrap4.scss +75 -26
- package/SCSS-Themes/bootstrap5-dark.scss +75 -26
- package/SCSS-Themes/bootstrap5.scss +75 -26
- package/SCSS-Themes/fabric-dark.scss +75 -26
- package/SCSS-Themes/fabric.scss +75 -26
- package/SCSS-Themes/fluent-dark.scss +75 -26
- package/SCSS-Themes/fluent.scss +75 -26
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +3 -6
- package/SCSS-Themes/grids/grid/bootstrap.scss +3 -6
- package/SCSS-Themes/grids/grid/bootstrap4.scss +3 -6
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +3 -6
- package/SCSS-Themes/grids/grid/bootstrap5.scss +3 -6
- package/SCSS-Themes/grids/grid/fabric-dark.scss +3 -6
- package/SCSS-Themes/grids/grid/fabric.scss +3 -6
- package/SCSS-Themes/grids/grid/fluent-dark.scss +3 -6
- package/SCSS-Themes/grids/grid/fluent.scss +3 -6
- package/SCSS-Themes/grids/grid/highcontrast.scss +3 -6
- package/SCSS-Themes/grids/grid/material-dark.scss +3 -6
- package/SCSS-Themes/grids/grid/material.scss +3 -6
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +3 -6
- package/SCSS-Themes/grids/grid/tailwind.scss +3 -6
- package/SCSS-Themes/highcontrast.scss +75 -26
- package/SCSS-Themes/material-dark.scss +75 -26
- package/SCSS-Themes/material.scss +75 -26
- package/SCSS-Themes/ribbon/ribbon/bootstrap-dark.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/bootstrap.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/bootstrap4.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/bootstrap5-dark.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/bootstrap5.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/fabric-dark.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/fabric.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/fluent-dark.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/fluent.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/highcontrast.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/material-dark.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/material.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/tailwind-dark.scss +68 -18
- package/SCSS-Themes/ribbon/ribbon/tailwind.scss +68 -18
- package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +4 -2
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +4 -2
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +4 -2
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +4 -2
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +4 -2
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +4 -2
- package/SCSS-Themes/schedule/schedule/fabric.scss +4 -2
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +4 -2
- package/SCSS-Themes/schedule/schedule/fluent.scss +4 -2
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +4 -2
- package/SCSS-Themes/schedule/schedule/material-dark.scss +4 -2
- package/SCSS-Themes/schedule/schedule/material.scss +4 -2
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +4 -2
- package/SCSS-Themes/schedule/schedule/tailwind.scss +4 -2
- package/SCSS-Themes/tailwind-dark.scss +75 -26
- package/SCSS-Themes/tailwind.scss +75 -26
- package/package.json +1 -1
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -75831,11 +75831,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
75831
75831
|
}
|
|
75832
75832
|
|
|
75833
75833
|
&.sf-grid {
|
|
75834
|
-
|
|
75835
|
-
.e-table {
|
|
75836
|
-
border-spacing: .25px;
|
|
75837
|
-
}
|
|
75838
|
-
|
|
75839
75834
|
span.e-ungroupbutton.e-icons {
|
|
75840
75835
|
margin-left: $grid-group-ungroupicon-margin-left;
|
|
75841
75836
|
}
|
|
@@ -76020,7 +76015,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76020
76015
|
}
|
|
76021
76016
|
|
|
76022
76017
|
#{&}.e-grid-min-height {
|
|
76023
|
-
.e-rowcell
|
|
76018
|
+
.e-rowcell,
|
|
76019
|
+
.e-icon-grightarrow,
|
|
76020
|
+
.e-icon-gdownarrow {
|
|
76024
76021
|
line-height: 0;
|
|
76025
76022
|
padding-bottom: 0;
|
|
76026
76023
|
padding-top: 0;
|
|
@@ -112112,7 +112109,9 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
112112
112109
|
background: $schedule-current-date-bg-color;
|
|
112113
112110
|
border-radius: 50%;
|
|
112114
112111
|
color: $schedule-current-date-header-font-color;
|
|
112115
|
-
width: 20px;
|
|
112112
|
+
min-width: 20px;
|
|
112113
|
+
padding: 0 4px;
|
|
112114
|
+
width: fit-content;
|
|
112116
112115
|
}
|
|
112117
112116
|
|
|
112118
112117
|
.e-selected-cell {
|
|
@@ -112148,7 +112147,7 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
112148
112147
|
}
|
|
112149
112148
|
|
|
112150
112149
|
.e-current-date .e-date-header {
|
|
112151
|
-
width: 24px;
|
|
112150
|
+
min-width: 24px;
|
|
112152
112151
|
}
|
|
112153
112152
|
}
|
|
112154
112153
|
|
|
@@ -114718,10 +114717,6 @@ $ribbon-overflow-box-shadow: 0 0 10px 0 rgba($neutral-black, .2) !default;
|
|
|
114718
114717
|
display: none;
|
|
114719
114718
|
}
|
|
114720
114719
|
|
|
114721
|
-
.e-item {
|
|
114722
|
-
width: fit-content;
|
|
114723
|
-
}
|
|
114724
|
-
|
|
114725
114720
|
.e-ribbon-file-menu {
|
|
114726
114721
|
position: absolute;
|
|
114727
114722
|
line-height: $ribbon-file-menu-height;
|
|
@@ -114827,6 +114822,12 @@ $ribbon-overflow-box-shadow: 0 0 10px 0 rgba($neutral-black, .2) !default;
|
|
|
114827
114822
|
}
|
|
114828
114823
|
}
|
|
114829
114824
|
|
|
114825
|
+
.e-hscroll.e-scroll-device {
|
|
114826
|
+
.e-scroll-nav.e-scroll-right-nav {
|
|
114827
|
+
box-shadow: none;
|
|
114828
|
+
}
|
|
114829
|
+
}
|
|
114830
|
+
|
|
114830
114831
|
.e-hscroll {
|
|
114831
114832
|
padding: $ribbon-hscroll-padding;
|
|
114832
114833
|
|
|
@@ -114836,6 +114837,7 @@ $ribbon-overflow-box-shadow: 0 0 10px 0 rgba($neutral-black, .2) !default;
|
|
|
114836
114837
|
min-width: auto;
|
|
114837
114838
|
width: auto;
|
|
114838
114839
|
border-style: solid;
|
|
114840
|
+
transform: none;
|
|
114839
114841
|
border-width: $ribbon-hscroll-nav-border-width;
|
|
114840
114842
|
border-radius: $ribbon-hscroll-nav-border-radius;
|
|
114841
114843
|
z-index: 3;
|
|
@@ -114847,6 +114849,7 @@ $ribbon-overflow-box-shadow: 0 0 10px 0 rgba($neutral-black, .2) !default;
|
|
|
114847
114849
|
.e-nav-arrow {
|
|
114848
114850
|
font-size: $ribbon-nav-arrow-size;
|
|
114849
114851
|
height: auto;
|
|
114852
|
+
transform: none;
|
|
114850
114853
|
line-height: $ribbon-nav-arrow-height;
|
|
114851
114854
|
padding: $ribbon-hscroll-nav-arrow-padding;
|
|
114852
114855
|
width: auto;
|
|
@@ -115001,6 +115004,10 @@ $ribbon-overflow-box-shadow: 0 0 10px 0 rgba($neutral-black, .2) !default;
|
|
|
115001
115004
|
.e-tab-header {
|
|
115002
115005
|
left: var(--fileMenuWidth);
|
|
115003
115006
|
}
|
|
115007
|
+
|
|
115008
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115009
|
+
padding-right: 30px;
|
|
115010
|
+
}
|
|
115004
115011
|
}
|
|
115005
115012
|
|
|
115006
115013
|
&.e-rtl {
|
|
@@ -115018,6 +115025,10 @@ $ribbon-overflow-box-shadow: 0 0 10px 0 rgba($neutral-black, .2) !default;
|
|
|
115018
115025
|
.e-tab-header {
|
|
115019
115026
|
right: var(--fileMenuWidth);
|
|
115020
115027
|
}
|
|
115028
|
+
|
|
115029
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115030
|
+
padding-left: 30px;
|
|
115031
|
+
}
|
|
115021
115032
|
}
|
|
115022
115033
|
}
|
|
115023
115034
|
|
|
@@ -115365,8 +115376,12 @@ $ribbon-overflow-box-shadow: 0 0 10px 0 rgba($neutral-black, .2) !default;
|
|
|
115365
115376
|
|
|
115366
115377
|
.e-ribbon-overflow-target {
|
|
115367
115378
|
|
|
115368
|
-
.e-ribbon-item
|
|
115369
|
-
|
|
115379
|
+
.e-ribbon-item {
|
|
115380
|
+
|
|
115381
|
+
& > .e-input-group,
|
|
115382
|
+
.e-ribbon-template {
|
|
115383
|
+
margin: $ribbon-overflow-wrapper-item-margin;
|
|
115384
|
+
}
|
|
115370
115385
|
}
|
|
115371
115386
|
|
|
115372
115387
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -115392,14 +115407,6 @@ $ribbon-overflow-box-shadow: 0 0 10px 0 rgba($neutral-black, .2) !default;
|
|
|
115392
115407
|
width: 100%;
|
|
115393
115408
|
justify-content: flex-start;
|
|
115394
115409
|
}
|
|
115395
|
-
|
|
115396
|
-
>.e-split-btn-wrapper,
|
|
115397
|
-
>.e-dropdown-btn {
|
|
115398
|
-
.e-icons.e-caret {
|
|
115399
|
-
transform: rotate(-90deg);
|
|
115400
|
-
margin-left: auto;
|
|
115401
|
-
}
|
|
115402
|
-
}
|
|
115403
115410
|
}
|
|
115404
115411
|
|
|
115405
115412
|
.e-ribbon-overflow-header {
|
|
@@ -115410,6 +115417,20 @@ $ribbon-overflow-box-shadow: 0 0 10px 0 rgba($neutral-black, .2) !default;
|
|
|
115410
115417
|
}
|
|
115411
115418
|
}
|
|
115412
115419
|
|
|
115420
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) {
|
|
115421
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
115422
|
+
|
|
115423
|
+
>.e-split-btn-wrapper,
|
|
115424
|
+
>.e-dropdown-btn {
|
|
115425
|
+
.e-icons.e-caret {
|
|
115426
|
+
transform: rotate(-90deg);
|
|
115427
|
+
padding: $ribbon-items-margin;
|
|
115428
|
+
margin: 0 0 0 auto;
|
|
115429
|
+
}
|
|
115430
|
+
}
|
|
115431
|
+
}
|
|
115432
|
+
}
|
|
115433
|
+
|
|
115413
115434
|
.e-rtl.e-ribbon-group-overflow-ddb {
|
|
115414
115435
|
.e-ribbon-overflow-target .e-ribbon-item {
|
|
115415
115436
|
|
|
@@ -115417,8 +115438,8 @@ $ribbon-overflow-box-shadow: 0 0 10px 0 rgba($neutral-black, .2) !default;
|
|
|
115417
115438
|
>.e-dropdown-btn {
|
|
115418
115439
|
.e-icons.e-caret {
|
|
115419
115440
|
transform: rotate(90deg);
|
|
115420
|
-
|
|
115421
|
-
margin
|
|
115441
|
+
padding: $ribbon-items-margin;
|
|
115442
|
+
margin: 0 auto 0 0;
|
|
115422
115443
|
}
|
|
115423
115444
|
}
|
|
115424
115445
|
}
|
|
@@ -115721,8 +115742,12 @@ $ribbon-overflow-box-shadow: 0 0 10px 0 rgba($neutral-black, .2) !default;
|
|
|
115721
115742
|
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
115722
115743
|
.e-ribbon-overflow-target {
|
|
115723
115744
|
|
|
115724
|
-
.e-ribbon-item
|
|
115725
|
-
|
|
115745
|
+
.e-ribbon-item {
|
|
115746
|
+
|
|
115747
|
+
& > .e-input-group,
|
|
115748
|
+
.e-ribbon-template {
|
|
115749
|
+
margin: $ribbon-bigger-overflow-wrapper-item-margin;
|
|
115750
|
+
}
|
|
115726
115751
|
}
|
|
115727
115752
|
|
|
115728
115753
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -115730,6 +115755,30 @@ $ribbon-overflow-box-shadow: 0 0 10px 0 rgba($neutral-black, .2) !default;
|
|
|
115730
115755
|
padding: 0;
|
|
115731
115756
|
}
|
|
115732
115757
|
}
|
|
115758
|
+
|
|
115759
|
+
&:not(.e-rtl) {
|
|
115760
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
115761
|
+
|
|
115762
|
+
>.e-split-btn-wrapper,
|
|
115763
|
+
>.e-dropdown-btn {
|
|
115764
|
+
.e-icons.e-caret {
|
|
115765
|
+
padding: $ribbon-bigger-items-margin;
|
|
115766
|
+
}
|
|
115767
|
+
}
|
|
115768
|
+
}
|
|
115769
|
+
}
|
|
115770
|
+
|
|
115771
|
+
&.e-rtl {
|
|
115772
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
115773
|
+
|
|
115774
|
+
>.e-split-btn-wrapper,
|
|
115775
|
+
>.e-dropdown-btn {
|
|
115776
|
+
.e-icons.e-caret {
|
|
115777
|
+
padding: $ribbon-bigger-items-margin;
|
|
115778
|
+
}
|
|
115779
|
+
}
|
|
115780
|
+
}
|
|
115781
|
+
}
|
|
115733
115782
|
}
|
|
115734
115783
|
|
|
115735
115784
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical,
|
|
@@ -76650,11 +76650,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76650
76650
|
}
|
|
76651
76651
|
|
|
76652
76652
|
&.sf-grid {
|
|
76653
|
-
|
|
76654
|
-
.e-table {
|
|
76655
|
-
border-spacing: .25px;
|
|
76656
|
-
}
|
|
76657
|
-
|
|
76658
76653
|
span.e-ungroupbutton.e-icons {
|
|
76659
76654
|
margin-left: $grid-group-ungroupicon-margin-left;
|
|
76660
76655
|
}
|
|
@@ -76839,7 +76834,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76839
76834
|
}
|
|
76840
76835
|
|
|
76841
76836
|
#{&}.e-grid-min-height {
|
|
76842
|
-
.e-rowcell
|
|
76837
|
+
.e-rowcell,
|
|
76838
|
+
.e-icon-grightarrow,
|
|
76839
|
+
.e-icon-gdownarrow {
|
|
76843
76840
|
line-height: 0;
|
|
76844
76841
|
padding-bottom: 0;
|
|
76845
76842
|
padding-top: 0;
|
|
@@ -112995,7 +112992,9 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
112995
112992
|
background: $schedule-current-date-bg-color;
|
|
112996
112993
|
border-radius: 50%;
|
|
112997
112994
|
color: $schedule-current-date-header-font-color;
|
|
112998
|
-
width: 20px;
|
|
112995
|
+
min-width: 20px;
|
|
112996
|
+
padding: 0 4px;
|
|
112997
|
+
width: fit-content;
|
|
112999
112998
|
}
|
|
113000
112999
|
|
|
113001
113000
|
.e-selected-cell {
|
|
@@ -113031,7 +113030,7 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
113031
113030
|
}
|
|
113032
113031
|
|
|
113033
113032
|
.e-current-date .e-date-header {
|
|
113034
|
-
width: 24px;
|
|
113033
|
+
min-width: 24px;
|
|
113035
113034
|
}
|
|
113036
113035
|
}
|
|
113037
113036
|
|
|
@@ -115607,10 +115606,6 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115607
115606
|
display: none;
|
|
115608
115607
|
}
|
|
115609
115608
|
|
|
115610
|
-
.e-item {
|
|
115611
|
-
width: fit-content;
|
|
115612
|
-
}
|
|
115613
|
-
|
|
115614
115609
|
.e-ribbon-file-menu {
|
|
115615
115610
|
position: absolute;
|
|
115616
115611
|
line-height: $ribbon-file-menu-height;
|
|
@@ -115716,6 +115711,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115716
115711
|
}
|
|
115717
115712
|
}
|
|
115718
115713
|
|
|
115714
|
+
.e-hscroll.e-scroll-device {
|
|
115715
|
+
.e-scroll-nav.e-scroll-right-nav {
|
|
115716
|
+
box-shadow: none;
|
|
115717
|
+
}
|
|
115718
|
+
}
|
|
115719
|
+
|
|
115719
115720
|
.e-hscroll {
|
|
115720
115721
|
padding: $ribbon-hscroll-padding;
|
|
115721
115722
|
|
|
@@ -115725,6 +115726,7 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115725
115726
|
min-width: auto;
|
|
115726
115727
|
width: auto;
|
|
115727
115728
|
border-style: solid;
|
|
115729
|
+
transform: none;
|
|
115728
115730
|
border-width: $ribbon-hscroll-nav-border-width;
|
|
115729
115731
|
border-radius: $ribbon-hscroll-nav-border-radius;
|
|
115730
115732
|
z-index: 3;
|
|
@@ -115736,6 +115738,7 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115736
115738
|
.e-nav-arrow {
|
|
115737
115739
|
font-size: $ribbon-nav-arrow-size;
|
|
115738
115740
|
height: auto;
|
|
115741
|
+
transform: none;
|
|
115739
115742
|
line-height: $ribbon-nav-arrow-height;
|
|
115740
115743
|
padding: $ribbon-hscroll-nav-arrow-padding;
|
|
115741
115744
|
width: auto;
|
|
@@ -115890,6 +115893,10 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115890
115893
|
.e-tab-header {
|
|
115891
115894
|
left: var(--fileMenuWidth);
|
|
115892
115895
|
}
|
|
115896
|
+
|
|
115897
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115898
|
+
padding-right: 30px;
|
|
115899
|
+
}
|
|
115893
115900
|
}
|
|
115894
115901
|
|
|
115895
115902
|
&.e-rtl {
|
|
@@ -115907,6 +115914,10 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115907
115914
|
.e-tab-header {
|
|
115908
115915
|
right: var(--fileMenuWidth);
|
|
115909
115916
|
}
|
|
115917
|
+
|
|
115918
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115919
|
+
padding-left: 30px;
|
|
115920
|
+
}
|
|
115910
115921
|
}
|
|
115911
115922
|
}
|
|
115912
115923
|
|
|
@@ -116254,8 +116265,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116254
116265
|
|
|
116255
116266
|
.e-ribbon-overflow-target {
|
|
116256
116267
|
|
|
116257
|
-
.e-ribbon-item
|
|
116258
|
-
|
|
116268
|
+
.e-ribbon-item {
|
|
116269
|
+
|
|
116270
|
+
& > .e-input-group,
|
|
116271
|
+
.e-ribbon-template {
|
|
116272
|
+
margin: $ribbon-overflow-wrapper-item-margin;
|
|
116273
|
+
}
|
|
116259
116274
|
}
|
|
116260
116275
|
|
|
116261
116276
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -116281,14 +116296,6 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116281
116296
|
width: 100%;
|
|
116282
116297
|
justify-content: flex-start;
|
|
116283
116298
|
}
|
|
116284
|
-
|
|
116285
|
-
>.e-split-btn-wrapper,
|
|
116286
|
-
>.e-dropdown-btn {
|
|
116287
|
-
.e-icons.e-caret {
|
|
116288
|
-
transform: rotate(-90deg);
|
|
116289
|
-
margin-left: auto;
|
|
116290
|
-
}
|
|
116291
|
-
}
|
|
116292
116299
|
}
|
|
116293
116300
|
|
|
116294
116301
|
.e-ribbon-overflow-header {
|
|
@@ -116299,6 +116306,20 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116299
116306
|
}
|
|
116300
116307
|
}
|
|
116301
116308
|
|
|
116309
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) {
|
|
116310
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116311
|
+
|
|
116312
|
+
>.e-split-btn-wrapper,
|
|
116313
|
+
>.e-dropdown-btn {
|
|
116314
|
+
.e-icons.e-caret {
|
|
116315
|
+
transform: rotate(-90deg);
|
|
116316
|
+
padding: $ribbon-items-margin;
|
|
116317
|
+
margin: 0 0 0 auto;
|
|
116318
|
+
}
|
|
116319
|
+
}
|
|
116320
|
+
}
|
|
116321
|
+
}
|
|
116322
|
+
|
|
116302
116323
|
.e-rtl.e-ribbon-group-overflow-ddb {
|
|
116303
116324
|
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116304
116325
|
|
|
@@ -116306,8 +116327,8 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116306
116327
|
>.e-dropdown-btn {
|
|
116307
116328
|
.e-icons.e-caret {
|
|
116308
116329
|
transform: rotate(90deg);
|
|
116309
|
-
|
|
116310
|
-
margin
|
|
116330
|
+
padding: $ribbon-items-margin;
|
|
116331
|
+
margin: 0 auto 0 0;
|
|
116311
116332
|
}
|
|
116312
116333
|
}
|
|
116313
116334
|
}
|
|
@@ -116610,8 +116631,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116610
116631
|
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
116611
116632
|
.e-ribbon-overflow-target {
|
|
116612
116633
|
|
|
116613
|
-
.e-ribbon-item
|
|
116614
|
-
|
|
116634
|
+
.e-ribbon-item {
|
|
116635
|
+
|
|
116636
|
+
& > .e-input-group,
|
|
116637
|
+
.e-ribbon-template {
|
|
116638
|
+
margin: $ribbon-bigger-overflow-wrapper-item-margin;
|
|
116639
|
+
}
|
|
116615
116640
|
}
|
|
116616
116641
|
|
|
116617
116642
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -116619,6 +116644,30 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116619
116644
|
padding: 0;
|
|
116620
116645
|
}
|
|
116621
116646
|
}
|
|
116647
|
+
|
|
116648
|
+
&:not(.e-rtl) {
|
|
116649
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116650
|
+
|
|
116651
|
+
>.e-split-btn-wrapper,
|
|
116652
|
+
>.e-dropdown-btn {
|
|
116653
|
+
.e-icons.e-caret {
|
|
116654
|
+
padding: $ribbon-bigger-items-margin;
|
|
116655
|
+
}
|
|
116656
|
+
}
|
|
116657
|
+
}
|
|
116658
|
+
}
|
|
116659
|
+
|
|
116660
|
+
&.e-rtl {
|
|
116661
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116662
|
+
|
|
116663
|
+
>.e-split-btn-wrapper,
|
|
116664
|
+
>.e-dropdown-btn {
|
|
116665
|
+
.e-icons.e-caret {
|
|
116666
|
+
padding: $ribbon-bigger-items-margin;
|
|
116667
|
+
}
|
|
116668
|
+
}
|
|
116669
|
+
}
|
|
116670
|
+
}
|
|
116622
116671
|
}
|
|
116623
116672
|
|
|
116624
116673
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical,
|
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -76651,11 +76651,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76651
76651
|
}
|
|
76652
76652
|
|
|
76653
76653
|
&.sf-grid {
|
|
76654
|
-
|
|
76655
|
-
.e-table {
|
|
76656
|
-
border-spacing: .25px;
|
|
76657
|
-
}
|
|
76658
|
-
|
|
76659
76654
|
span.e-ungroupbutton.e-icons {
|
|
76660
76655
|
margin-left: $grid-group-ungroupicon-margin-left;
|
|
76661
76656
|
}
|
|
@@ -76840,7 +76835,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76840
76835
|
}
|
|
76841
76836
|
|
|
76842
76837
|
#{&}.e-grid-min-height {
|
|
76843
|
-
.e-rowcell
|
|
76838
|
+
.e-rowcell,
|
|
76839
|
+
.e-icon-grightarrow,
|
|
76840
|
+
.e-icon-gdownarrow {
|
|
76844
76841
|
line-height: 0;
|
|
76845
76842
|
padding-bottom: 0;
|
|
76846
76843
|
padding-top: 0;
|
|
@@ -112996,7 +112993,9 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
112996
112993
|
background: $schedule-current-date-bg-color;
|
|
112997
112994
|
border-radius: 50%;
|
|
112998
112995
|
color: $schedule-current-date-header-font-color;
|
|
112999
|
-
width: 20px;
|
|
112996
|
+
min-width: 20px;
|
|
112997
|
+
padding: 0 4px;
|
|
112998
|
+
width: fit-content;
|
|
113000
112999
|
}
|
|
113001
113000
|
|
|
113002
113001
|
.e-selected-cell {
|
|
@@ -113032,7 +113031,7 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
113032
113031
|
}
|
|
113033
113032
|
|
|
113034
113033
|
.e-current-date .e-date-header {
|
|
113035
|
-
width: 24px;
|
|
113034
|
+
min-width: 24px;
|
|
113036
113035
|
}
|
|
113037
113036
|
}
|
|
113038
113037
|
|
|
@@ -115608,10 +115607,6 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115608
115607
|
display: none;
|
|
115609
115608
|
}
|
|
115610
115609
|
|
|
115611
|
-
.e-item {
|
|
115612
|
-
width: fit-content;
|
|
115613
|
-
}
|
|
115614
|
-
|
|
115615
115610
|
.e-ribbon-file-menu {
|
|
115616
115611
|
position: absolute;
|
|
115617
115612
|
line-height: $ribbon-file-menu-height;
|
|
@@ -115717,6 +115712,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115717
115712
|
}
|
|
115718
115713
|
}
|
|
115719
115714
|
|
|
115715
|
+
.e-hscroll.e-scroll-device {
|
|
115716
|
+
.e-scroll-nav.e-scroll-right-nav {
|
|
115717
|
+
box-shadow: none;
|
|
115718
|
+
}
|
|
115719
|
+
}
|
|
115720
|
+
|
|
115720
115721
|
.e-hscroll {
|
|
115721
115722
|
padding: $ribbon-hscroll-padding;
|
|
115722
115723
|
|
|
@@ -115726,6 +115727,7 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115726
115727
|
min-width: auto;
|
|
115727
115728
|
width: auto;
|
|
115728
115729
|
border-style: solid;
|
|
115730
|
+
transform: none;
|
|
115729
115731
|
border-width: $ribbon-hscroll-nav-border-width;
|
|
115730
115732
|
border-radius: $ribbon-hscroll-nav-border-radius;
|
|
115731
115733
|
z-index: 3;
|
|
@@ -115737,6 +115739,7 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115737
115739
|
.e-nav-arrow {
|
|
115738
115740
|
font-size: $ribbon-nav-arrow-size;
|
|
115739
115741
|
height: auto;
|
|
115742
|
+
transform: none;
|
|
115740
115743
|
line-height: $ribbon-nav-arrow-height;
|
|
115741
115744
|
padding: $ribbon-hscroll-nav-arrow-padding;
|
|
115742
115745
|
width: auto;
|
|
@@ -115891,6 +115894,10 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115891
115894
|
.e-tab-header {
|
|
115892
115895
|
left: var(--fileMenuWidth);
|
|
115893
115896
|
}
|
|
115897
|
+
|
|
115898
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115899
|
+
padding-right: 30px;
|
|
115900
|
+
}
|
|
115894
115901
|
}
|
|
115895
115902
|
|
|
115896
115903
|
&.e-rtl {
|
|
@@ -115908,6 +115915,10 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
115908
115915
|
.e-tab-header {
|
|
115909
115916
|
right: var(--fileMenuWidth);
|
|
115910
115917
|
}
|
|
115918
|
+
|
|
115919
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115920
|
+
padding-left: 30px;
|
|
115921
|
+
}
|
|
115911
115922
|
}
|
|
115912
115923
|
}
|
|
115913
115924
|
|
|
@@ -116255,8 +116266,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116255
116266
|
|
|
116256
116267
|
.e-ribbon-overflow-target {
|
|
116257
116268
|
|
|
116258
|
-
.e-ribbon-item
|
|
116259
|
-
|
|
116269
|
+
.e-ribbon-item {
|
|
116270
|
+
|
|
116271
|
+
& > .e-input-group,
|
|
116272
|
+
.e-ribbon-template {
|
|
116273
|
+
margin: $ribbon-overflow-wrapper-item-margin;
|
|
116274
|
+
}
|
|
116260
116275
|
}
|
|
116261
116276
|
|
|
116262
116277
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -116282,14 +116297,6 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116282
116297
|
width: 100%;
|
|
116283
116298
|
justify-content: flex-start;
|
|
116284
116299
|
}
|
|
116285
|
-
|
|
116286
|
-
>.e-split-btn-wrapper,
|
|
116287
|
-
>.e-dropdown-btn {
|
|
116288
|
-
.e-icons.e-caret {
|
|
116289
|
-
transform: rotate(-90deg);
|
|
116290
|
-
margin-left: auto;
|
|
116291
|
-
}
|
|
116292
|
-
}
|
|
116293
116300
|
}
|
|
116294
116301
|
|
|
116295
116302
|
.e-ribbon-overflow-header {
|
|
@@ -116300,6 +116307,20 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116300
116307
|
}
|
|
116301
116308
|
}
|
|
116302
116309
|
|
|
116310
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) {
|
|
116311
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116312
|
+
|
|
116313
|
+
>.e-split-btn-wrapper,
|
|
116314
|
+
>.e-dropdown-btn {
|
|
116315
|
+
.e-icons.e-caret {
|
|
116316
|
+
transform: rotate(-90deg);
|
|
116317
|
+
padding: $ribbon-items-margin;
|
|
116318
|
+
margin: 0 0 0 auto;
|
|
116319
|
+
}
|
|
116320
|
+
}
|
|
116321
|
+
}
|
|
116322
|
+
}
|
|
116323
|
+
|
|
116303
116324
|
.e-rtl.e-ribbon-group-overflow-ddb {
|
|
116304
116325
|
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116305
116326
|
|
|
@@ -116307,8 +116328,8 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116307
116328
|
>.e-dropdown-btn {
|
|
116308
116329
|
.e-icons.e-caret {
|
|
116309
116330
|
transform: rotate(90deg);
|
|
116310
|
-
|
|
116311
|
-
margin
|
|
116331
|
+
padding: $ribbon-items-margin;
|
|
116332
|
+
margin: 0 auto 0 0;
|
|
116312
116333
|
}
|
|
116313
116334
|
}
|
|
116314
116335
|
}
|
|
@@ -116611,8 +116632,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116611
116632
|
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
116612
116633
|
.e-ribbon-overflow-target {
|
|
116613
116634
|
|
|
116614
|
-
.e-ribbon-item
|
|
116615
|
-
|
|
116635
|
+
.e-ribbon-item {
|
|
116636
|
+
|
|
116637
|
+
& > .e-input-group,
|
|
116638
|
+
.e-ribbon-template {
|
|
116639
|
+
margin: $ribbon-bigger-overflow-wrapper-item-margin;
|
|
116640
|
+
}
|
|
116616
116641
|
}
|
|
116617
116642
|
|
|
116618
116643
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -116620,6 +116645,30 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
116620
116645
|
padding: 0;
|
|
116621
116646
|
}
|
|
116622
116647
|
}
|
|
116648
|
+
|
|
116649
|
+
&:not(.e-rtl) {
|
|
116650
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116651
|
+
|
|
116652
|
+
>.e-split-btn-wrapper,
|
|
116653
|
+
>.e-dropdown-btn {
|
|
116654
|
+
.e-icons.e-caret {
|
|
116655
|
+
padding: $ribbon-bigger-items-margin;
|
|
116656
|
+
}
|
|
116657
|
+
}
|
|
116658
|
+
}
|
|
116659
|
+
}
|
|
116660
|
+
|
|
116661
|
+
&.e-rtl {
|
|
116662
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116663
|
+
|
|
116664
|
+
>.e-split-btn-wrapper,
|
|
116665
|
+
>.e-dropdown-btn {
|
|
116666
|
+
.e-icons.e-caret {
|
|
116667
|
+
padding: $ribbon-bigger-items-margin;
|
|
116668
|
+
}
|
|
116669
|
+
}
|
|
116670
|
+
}
|
|
116671
|
+
}
|
|
116623
116672
|
}
|
|
116624
116673
|
|
|
116625
116674
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical,
|
|
@@ -4228,11 +4228,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
4228
4228
|
}
|
|
4229
4229
|
|
|
4230
4230
|
&.sf-grid {
|
|
4231
|
-
|
|
4232
|
-
.e-table {
|
|
4233
|
-
border-spacing: .25px;
|
|
4234
|
-
}
|
|
4235
|
-
|
|
4236
4231
|
span.e-ungroupbutton.e-icons {
|
|
4237
4232
|
margin-left: $grid-group-ungroupicon-margin-left;
|
|
4238
4233
|
}
|
|
@@ -4417,7 +4412,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
4417
4412
|
}
|
|
4418
4413
|
|
|
4419
4414
|
#{&}.e-grid-min-height {
|
|
4420
|
-
.e-rowcell
|
|
4415
|
+
.e-rowcell,
|
|
4416
|
+
.e-icon-grightarrow,
|
|
4417
|
+
.e-icon-gdownarrow {
|
|
4421
4418
|
line-height: 0;
|
|
4422
4419
|
padding-bottom: 0;
|
|
4423
4420
|
padding-top: 0;
|
|
@@ -4230,11 +4230,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
4230
4230
|
}
|
|
4231
4231
|
|
|
4232
4232
|
&.sf-grid {
|
|
4233
|
-
|
|
4234
|
-
.e-table {
|
|
4235
|
-
border-spacing: .25px;
|
|
4236
|
-
}
|
|
4237
|
-
|
|
4238
4233
|
span.e-ungroupbutton.e-icons {
|
|
4239
4234
|
margin-left: $grid-group-ungroupicon-margin-left;
|
|
4240
4235
|
}
|
|
@@ -4419,7 +4414,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
4419
4414
|
}
|
|
4420
4415
|
|
|
4421
4416
|
#{&}.e-grid-min-height {
|
|
4422
|
-
.e-rowcell
|
|
4417
|
+
.e-rowcell,
|
|
4418
|
+
.e-icon-grightarrow,
|
|
4419
|
+
.e-icon-gdownarrow {
|
|
4423
4420
|
line-height: 0;
|
|
4424
4421
|
padding-bottom: 0;
|
|
4425
4422
|
padding-top: 0;
|
|
@@ -4234,11 +4234,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
4234
4234
|
}
|
|
4235
4235
|
|
|
4236
4236
|
&.sf-grid {
|
|
4237
|
-
|
|
4238
|
-
.e-table {
|
|
4239
|
-
border-spacing: .25px;
|
|
4240
|
-
}
|
|
4241
|
-
|
|
4242
4237
|
span.e-ungroupbutton.e-icons {
|
|
4243
4238
|
margin-left: $grid-group-ungroupicon-margin-left;
|
|
4244
4239
|
}
|
|
@@ -4423,7 +4418,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
4423
4418
|
}
|
|
4424
4419
|
|
|
4425
4420
|
#{&}.e-grid-min-height {
|
|
4426
|
-
.e-rowcell
|
|
4421
|
+
.e-rowcell,
|
|
4422
|
+
.e-icon-grightarrow,
|
|
4423
|
+
.e-icon-gdownarrow {
|
|
4427
4424
|
line-height: 0;
|
|
4428
4425
|
padding-bottom: 0;
|
|
4429
4426
|
padding-top: 0;
|