@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
|
@@ -76200,11 +76200,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76200
76200
|
}
|
|
76201
76201
|
|
|
76202
76202
|
&.sf-grid {
|
|
76203
|
-
|
|
76204
|
-
.e-table {
|
|
76205
|
-
border-spacing: .25px;
|
|
76206
|
-
}
|
|
76207
|
-
|
|
76208
76203
|
span.e-ungroupbutton.e-icons {
|
|
76209
76204
|
margin-left: $grid-group-ungroupicon-margin-left;
|
|
76210
76205
|
}
|
|
@@ -76389,7 +76384,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76389
76384
|
}
|
|
76390
76385
|
|
|
76391
76386
|
#{&}.e-grid-min-height {
|
|
76392
|
-
.e-rowcell
|
|
76387
|
+
.e-rowcell,
|
|
76388
|
+
.e-icon-grightarrow,
|
|
76389
|
+
.e-icon-gdownarrow {
|
|
76393
76390
|
line-height: 0;
|
|
76394
76391
|
padding-bottom: 0;
|
|
76395
76392
|
padding-top: 0;
|
|
@@ -112563,7 +112560,9 @@ $schedule-tree-content-color: #fff !default;
|
|
|
112563
112560
|
background: $schedule-current-date-bg-color;
|
|
112564
112561
|
border-radius: 50%;
|
|
112565
112562
|
color: $schedule-current-date-header-font-color;
|
|
112566
|
-
width: 20px;
|
|
112563
|
+
min-width: 20px;
|
|
112564
|
+
padding: 0 4px;
|
|
112565
|
+
width: fit-content;
|
|
112567
112566
|
}
|
|
112568
112567
|
|
|
112569
112568
|
.e-selected-cell {
|
|
@@ -112599,7 +112598,7 @@ $schedule-tree-content-color: #fff !default;
|
|
|
112599
112598
|
}
|
|
112600
112599
|
|
|
112601
112600
|
.e-current-date .e-date-header {
|
|
112602
|
-
width: 24px;
|
|
112601
|
+
min-width: 24px;
|
|
112603
112602
|
}
|
|
112604
112603
|
}
|
|
112605
112604
|
|
|
@@ -115169,10 +115168,6 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115169
115168
|
display: none;
|
|
115170
115169
|
}
|
|
115171
115170
|
|
|
115172
|
-
.e-item {
|
|
115173
|
-
width: fit-content;
|
|
115174
|
-
}
|
|
115175
|
-
|
|
115176
115171
|
.e-ribbon-file-menu {
|
|
115177
115172
|
position: absolute;
|
|
115178
115173
|
line-height: $ribbon-file-menu-height;
|
|
@@ -115278,6 +115273,12 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115278
115273
|
}
|
|
115279
115274
|
}
|
|
115280
115275
|
|
|
115276
|
+
.e-hscroll.e-scroll-device {
|
|
115277
|
+
.e-scroll-nav.e-scroll-right-nav {
|
|
115278
|
+
box-shadow: none;
|
|
115279
|
+
}
|
|
115280
|
+
}
|
|
115281
|
+
|
|
115281
115282
|
.e-hscroll {
|
|
115282
115283
|
padding: $ribbon-hscroll-padding;
|
|
115283
115284
|
|
|
@@ -115287,6 +115288,7 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115287
115288
|
min-width: auto;
|
|
115288
115289
|
width: auto;
|
|
115289
115290
|
border-style: solid;
|
|
115291
|
+
transform: none;
|
|
115290
115292
|
border-width: $ribbon-hscroll-nav-border-width;
|
|
115291
115293
|
border-radius: $ribbon-hscroll-nav-border-radius;
|
|
115292
115294
|
z-index: 3;
|
|
@@ -115298,6 +115300,7 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115298
115300
|
.e-nav-arrow {
|
|
115299
115301
|
font-size: $ribbon-nav-arrow-size;
|
|
115300
115302
|
height: auto;
|
|
115303
|
+
transform: none;
|
|
115301
115304
|
line-height: $ribbon-nav-arrow-height;
|
|
115302
115305
|
padding: $ribbon-hscroll-nav-arrow-padding;
|
|
115303
115306
|
width: auto;
|
|
@@ -115452,6 +115455,10 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115452
115455
|
.e-tab-header {
|
|
115453
115456
|
left: var(--fileMenuWidth);
|
|
115454
115457
|
}
|
|
115458
|
+
|
|
115459
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115460
|
+
padding-right: 30px;
|
|
115461
|
+
}
|
|
115455
115462
|
}
|
|
115456
115463
|
|
|
115457
115464
|
&.e-rtl {
|
|
@@ -115469,6 +115476,10 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115469
115476
|
.e-tab-header {
|
|
115470
115477
|
right: var(--fileMenuWidth);
|
|
115471
115478
|
}
|
|
115479
|
+
|
|
115480
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115481
|
+
padding-left: 30px;
|
|
115482
|
+
}
|
|
115472
115483
|
}
|
|
115473
115484
|
}
|
|
115474
115485
|
|
|
@@ -115816,8 +115827,12 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115816
115827
|
|
|
115817
115828
|
.e-ribbon-overflow-target {
|
|
115818
115829
|
|
|
115819
|
-
.e-ribbon-item
|
|
115820
|
-
|
|
115830
|
+
.e-ribbon-item {
|
|
115831
|
+
|
|
115832
|
+
& > .e-input-group,
|
|
115833
|
+
.e-ribbon-template {
|
|
115834
|
+
margin: $ribbon-overflow-wrapper-item-margin;
|
|
115835
|
+
}
|
|
115821
115836
|
}
|
|
115822
115837
|
|
|
115823
115838
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -115843,14 +115858,6 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115843
115858
|
width: 100%;
|
|
115844
115859
|
justify-content: flex-start;
|
|
115845
115860
|
}
|
|
115846
|
-
|
|
115847
|
-
>.e-split-btn-wrapper,
|
|
115848
|
-
>.e-dropdown-btn {
|
|
115849
|
-
.e-icons.e-caret {
|
|
115850
|
-
transform: rotate(-90deg);
|
|
115851
|
-
margin-left: auto;
|
|
115852
|
-
}
|
|
115853
|
-
}
|
|
115854
115861
|
}
|
|
115855
115862
|
|
|
115856
115863
|
.e-ribbon-overflow-header {
|
|
@@ -115861,6 +115868,20 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115861
115868
|
}
|
|
115862
115869
|
}
|
|
115863
115870
|
|
|
115871
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) {
|
|
115872
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
115873
|
+
|
|
115874
|
+
>.e-split-btn-wrapper,
|
|
115875
|
+
>.e-dropdown-btn {
|
|
115876
|
+
.e-icons.e-caret {
|
|
115877
|
+
transform: rotate(-90deg);
|
|
115878
|
+
padding: $ribbon-items-margin;
|
|
115879
|
+
margin: 0 0 0 auto;
|
|
115880
|
+
}
|
|
115881
|
+
}
|
|
115882
|
+
}
|
|
115883
|
+
}
|
|
115884
|
+
|
|
115864
115885
|
.e-rtl.e-ribbon-group-overflow-ddb {
|
|
115865
115886
|
.e-ribbon-overflow-target .e-ribbon-item {
|
|
115866
115887
|
|
|
@@ -115868,8 +115889,8 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115868
115889
|
>.e-dropdown-btn {
|
|
115869
115890
|
.e-icons.e-caret {
|
|
115870
115891
|
transform: rotate(90deg);
|
|
115871
|
-
|
|
115872
|
-
margin
|
|
115892
|
+
padding: $ribbon-items-margin;
|
|
115893
|
+
margin: 0 auto 0 0;
|
|
115873
115894
|
}
|
|
115874
115895
|
}
|
|
115875
115896
|
}
|
|
@@ -116172,8 +116193,12 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
116172
116193
|
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
116173
116194
|
.e-ribbon-overflow-target {
|
|
116174
116195
|
|
|
116175
|
-
.e-ribbon-item
|
|
116176
|
-
|
|
116196
|
+
.e-ribbon-item {
|
|
116197
|
+
|
|
116198
|
+
& > .e-input-group,
|
|
116199
|
+
.e-ribbon-template {
|
|
116200
|
+
margin: $ribbon-bigger-overflow-wrapper-item-margin;
|
|
116201
|
+
}
|
|
116177
116202
|
}
|
|
116178
116203
|
|
|
116179
116204
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -116181,6 +116206,30 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
116181
116206
|
padding: 0;
|
|
116182
116207
|
}
|
|
116183
116208
|
}
|
|
116209
|
+
|
|
116210
|
+
&:not(.e-rtl) {
|
|
116211
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116212
|
+
|
|
116213
|
+
>.e-split-btn-wrapper,
|
|
116214
|
+
>.e-dropdown-btn {
|
|
116215
|
+
.e-icons.e-caret {
|
|
116216
|
+
padding: $ribbon-bigger-items-margin;
|
|
116217
|
+
}
|
|
116218
|
+
}
|
|
116219
|
+
}
|
|
116220
|
+
}
|
|
116221
|
+
|
|
116222
|
+
&.e-rtl {
|
|
116223
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116224
|
+
|
|
116225
|
+
>.e-split-btn-wrapper,
|
|
116226
|
+
>.e-dropdown-btn {
|
|
116227
|
+
.e-icons.e-caret {
|
|
116228
|
+
padding: $ribbon-bigger-items-margin;
|
|
116229
|
+
}
|
|
116230
|
+
}
|
|
116231
|
+
}
|
|
116232
|
+
}
|
|
116184
116233
|
}
|
|
116185
116234
|
|
|
116186
116235
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical,
|
|
@@ -75912,11 +75912,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
75912
75912
|
}
|
|
75913
75913
|
|
|
75914
75914
|
&.sf-grid {
|
|
75915
|
-
|
|
75916
|
-
.e-table {
|
|
75917
|
-
border-spacing: .25px;
|
|
75918
|
-
}
|
|
75919
|
-
|
|
75920
75915
|
span.e-ungroupbutton.e-icons {
|
|
75921
75916
|
margin-left: $grid-group-ungroupicon-margin-left;
|
|
75922
75917
|
}
|
|
@@ -76101,7 +76096,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76101
76096
|
}
|
|
76102
76097
|
|
|
76103
76098
|
#{&}.e-grid-min-height {
|
|
76104
|
-
.e-rowcell
|
|
76099
|
+
.e-rowcell,
|
|
76100
|
+
.e-icon-grightarrow,
|
|
76101
|
+
.e-icon-gdownarrow {
|
|
76105
76102
|
line-height: 0;
|
|
76106
76103
|
padding-bottom: 0;
|
|
76107
76104
|
padding-top: 0;
|
|
@@ -112277,7 +112274,9 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
112277
112274
|
background: $schedule-current-date-bg-color;
|
|
112278
112275
|
border-radius: 50%;
|
|
112279
112276
|
color: $schedule-current-date-header-font-color;
|
|
112280
|
-
width: 20px;
|
|
112277
|
+
min-width: 20px;
|
|
112278
|
+
padding: 0 4px;
|
|
112279
|
+
width: fit-content;
|
|
112281
112280
|
}
|
|
112282
112281
|
|
|
112283
112282
|
.e-selected-cell {
|
|
@@ -112313,7 +112312,7 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
112313
112312
|
}
|
|
112314
112313
|
|
|
112315
112314
|
.e-current-date .e-date-header {
|
|
112316
|
-
width: 24px;
|
|
112315
|
+
min-width: 24px;
|
|
112317
112316
|
}
|
|
112318
112317
|
}
|
|
112319
112318
|
|
|
@@ -114883,10 +114882,6 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
114883
114882
|
display: none;
|
|
114884
114883
|
}
|
|
114885
114884
|
|
|
114886
|
-
.e-item {
|
|
114887
|
-
width: fit-content;
|
|
114888
|
-
}
|
|
114889
|
-
|
|
114890
114885
|
.e-ribbon-file-menu {
|
|
114891
114886
|
position: absolute;
|
|
114892
114887
|
line-height: $ribbon-file-menu-height;
|
|
@@ -114992,6 +114987,12 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
114992
114987
|
}
|
|
114993
114988
|
}
|
|
114994
114989
|
|
|
114990
|
+
.e-hscroll.e-scroll-device {
|
|
114991
|
+
.e-scroll-nav.e-scroll-right-nav {
|
|
114992
|
+
box-shadow: none;
|
|
114993
|
+
}
|
|
114994
|
+
}
|
|
114995
|
+
|
|
114995
114996
|
.e-hscroll {
|
|
114996
114997
|
padding: $ribbon-hscroll-padding;
|
|
114997
114998
|
|
|
@@ -115001,6 +115002,7 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115001
115002
|
min-width: auto;
|
|
115002
115003
|
width: auto;
|
|
115003
115004
|
border-style: solid;
|
|
115005
|
+
transform: none;
|
|
115004
115006
|
border-width: $ribbon-hscroll-nav-border-width;
|
|
115005
115007
|
border-radius: $ribbon-hscroll-nav-border-radius;
|
|
115006
115008
|
z-index: 3;
|
|
@@ -115012,6 +115014,7 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115012
115014
|
.e-nav-arrow {
|
|
115013
115015
|
font-size: $ribbon-nav-arrow-size;
|
|
115014
115016
|
height: auto;
|
|
115017
|
+
transform: none;
|
|
115015
115018
|
line-height: $ribbon-nav-arrow-height;
|
|
115016
115019
|
padding: $ribbon-hscroll-nav-arrow-padding;
|
|
115017
115020
|
width: auto;
|
|
@@ -115166,6 +115169,10 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115166
115169
|
.e-tab-header {
|
|
115167
115170
|
left: var(--fileMenuWidth);
|
|
115168
115171
|
}
|
|
115172
|
+
|
|
115173
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115174
|
+
padding-right: 30px;
|
|
115175
|
+
}
|
|
115169
115176
|
}
|
|
115170
115177
|
|
|
115171
115178
|
&.e-rtl {
|
|
@@ -115183,6 +115190,10 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115183
115190
|
.e-tab-header {
|
|
115184
115191
|
right: var(--fileMenuWidth);
|
|
115185
115192
|
}
|
|
115193
|
+
|
|
115194
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115195
|
+
padding-left: 30px;
|
|
115196
|
+
}
|
|
115186
115197
|
}
|
|
115187
115198
|
}
|
|
115188
115199
|
|
|
@@ -115530,8 +115541,12 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115530
115541
|
|
|
115531
115542
|
.e-ribbon-overflow-target {
|
|
115532
115543
|
|
|
115533
|
-
.e-ribbon-item
|
|
115534
|
-
|
|
115544
|
+
.e-ribbon-item {
|
|
115545
|
+
|
|
115546
|
+
& > .e-input-group,
|
|
115547
|
+
.e-ribbon-template {
|
|
115548
|
+
margin: $ribbon-overflow-wrapper-item-margin;
|
|
115549
|
+
}
|
|
115535
115550
|
}
|
|
115536
115551
|
|
|
115537
115552
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -115557,14 +115572,6 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115557
115572
|
width: 100%;
|
|
115558
115573
|
justify-content: flex-start;
|
|
115559
115574
|
}
|
|
115560
|
-
|
|
115561
|
-
>.e-split-btn-wrapper,
|
|
115562
|
-
>.e-dropdown-btn {
|
|
115563
|
-
.e-icons.e-caret {
|
|
115564
|
-
transform: rotate(-90deg);
|
|
115565
|
-
margin-left: auto;
|
|
115566
|
-
}
|
|
115567
|
-
}
|
|
115568
115575
|
}
|
|
115569
115576
|
|
|
115570
115577
|
.e-ribbon-overflow-header {
|
|
@@ -115575,6 +115582,20 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115575
115582
|
}
|
|
115576
115583
|
}
|
|
115577
115584
|
|
|
115585
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) {
|
|
115586
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
115587
|
+
|
|
115588
|
+
>.e-split-btn-wrapper,
|
|
115589
|
+
>.e-dropdown-btn {
|
|
115590
|
+
.e-icons.e-caret {
|
|
115591
|
+
transform: rotate(-90deg);
|
|
115592
|
+
padding: $ribbon-items-margin;
|
|
115593
|
+
margin: 0 0 0 auto;
|
|
115594
|
+
}
|
|
115595
|
+
}
|
|
115596
|
+
}
|
|
115597
|
+
}
|
|
115598
|
+
|
|
115578
115599
|
.e-rtl.e-ribbon-group-overflow-ddb {
|
|
115579
115600
|
.e-ribbon-overflow-target .e-ribbon-item {
|
|
115580
115601
|
|
|
@@ -115582,8 +115603,8 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115582
115603
|
>.e-dropdown-btn {
|
|
115583
115604
|
.e-icons.e-caret {
|
|
115584
115605
|
transform: rotate(90deg);
|
|
115585
|
-
|
|
115586
|
-
margin
|
|
115606
|
+
padding: $ribbon-items-margin;
|
|
115607
|
+
margin: 0 auto 0 0;
|
|
115587
115608
|
}
|
|
115588
115609
|
}
|
|
115589
115610
|
}
|
|
@@ -115886,8 +115907,12 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115886
115907
|
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
115887
115908
|
.e-ribbon-overflow-target {
|
|
115888
115909
|
|
|
115889
|
-
.e-ribbon-item
|
|
115890
|
-
|
|
115910
|
+
.e-ribbon-item {
|
|
115911
|
+
|
|
115912
|
+
& > .e-input-group,
|
|
115913
|
+
.e-ribbon-template {
|
|
115914
|
+
margin: $ribbon-bigger-overflow-wrapper-item-margin;
|
|
115915
|
+
}
|
|
115891
115916
|
}
|
|
115892
115917
|
|
|
115893
115918
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -115895,6 +115920,30 @@ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
|
115895
115920
|
padding: 0;
|
|
115896
115921
|
}
|
|
115897
115922
|
}
|
|
115923
|
+
|
|
115924
|
+
&:not(.e-rtl) {
|
|
115925
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
115926
|
+
|
|
115927
|
+
>.e-split-btn-wrapper,
|
|
115928
|
+
>.e-dropdown-btn {
|
|
115929
|
+
.e-icons.e-caret {
|
|
115930
|
+
padding: $ribbon-bigger-items-margin;
|
|
115931
|
+
}
|
|
115932
|
+
}
|
|
115933
|
+
}
|
|
115934
|
+
}
|
|
115935
|
+
|
|
115936
|
+
&.e-rtl {
|
|
115937
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
115938
|
+
|
|
115939
|
+
>.e-split-btn-wrapper,
|
|
115940
|
+
>.e-dropdown-btn {
|
|
115941
|
+
.e-icons.e-caret {
|
|
115942
|
+
padding: $ribbon-bigger-items-margin;
|
|
115943
|
+
}
|
|
115944
|
+
}
|
|
115945
|
+
}
|
|
115946
|
+
}
|
|
115898
115947
|
}
|
|
115899
115948
|
|
|
115900
115949
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical,
|
|
@@ -76104,11 +76104,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76104
76104
|
}
|
|
76105
76105
|
|
|
76106
76106
|
&.sf-grid {
|
|
76107
|
-
|
|
76108
|
-
.e-table {
|
|
76109
|
-
border-spacing: .25px;
|
|
76110
|
-
}
|
|
76111
|
-
|
|
76112
76107
|
span.e-ungroupbutton.e-icons {
|
|
76113
76108
|
margin-left: $grid-group-ungroupicon-margin-left;
|
|
76114
76109
|
}
|
|
@@ -76293,7 +76288,9 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
76293
76288
|
}
|
|
76294
76289
|
|
|
76295
76290
|
#{&}.e-grid-min-height {
|
|
76296
|
-
.e-rowcell
|
|
76291
|
+
.e-rowcell,
|
|
76292
|
+
.e-icon-grightarrow,
|
|
76293
|
+
.e-icon-gdownarrow {
|
|
76297
76294
|
line-height: 0;
|
|
76298
76295
|
padding-bottom: 0;
|
|
76299
76296
|
padding-top: 0;
|
|
@@ -112661,7 +112658,9 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
|
|
|
112661
112658
|
background: $schedule-current-date-bg-color;
|
|
112662
112659
|
border-radius: 50%;
|
|
112663
112660
|
color: $schedule-current-date-header-font-color;
|
|
112664
|
-
width: 20px;
|
|
112661
|
+
min-width: 20px;
|
|
112662
|
+
padding: 0 4px;
|
|
112663
|
+
width: fit-content;
|
|
112665
112664
|
}
|
|
112666
112665
|
|
|
112667
112666
|
.e-selected-cell {
|
|
@@ -112697,7 +112696,7 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
|
|
|
112697
112696
|
}
|
|
112698
112697
|
|
|
112699
112698
|
.e-current-date .e-date-header {
|
|
112700
|
-
width: 24px;
|
|
112699
|
+
min-width: 24px;
|
|
112701
112700
|
}
|
|
112702
112701
|
}
|
|
112703
112702
|
|
|
@@ -115267,10 +115266,6 @@ $ribbon-overflow-box-shadow: none !default;
|
|
|
115267
115266
|
display: none;
|
|
115268
115267
|
}
|
|
115269
115268
|
|
|
115270
|
-
.e-item {
|
|
115271
|
-
width: fit-content;
|
|
115272
|
-
}
|
|
115273
|
-
|
|
115274
115269
|
.e-ribbon-file-menu {
|
|
115275
115270
|
position: absolute;
|
|
115276
115271
|
line-height: $ribbon-file-menu-height;
|
|
@@ -115376,6 +115371,12 @@ $ribbon-overflow-box-shadow: none !default;
|
|
|
115376
115371
|
}
|
|
115377
115372
|
}
|
|
115378
115373
|
|
|
115374
|
+
.e-hscroll.e-scroll-device {
|
|
115375
|
+
.e-scroll-nav.e-scroll-right-nav {
|
|
115376
|
+
box-shadow: none;
|
|
115377
|
+
}
|
|
115378
|
+
}
|
|
115379
|
+
|
|
115379
115380
|
.e-hscroll {
|
|
115380
115381
|
padding: $ribbon-hscroll-padding;
|
|
115381
115382
|
|
|
@@ -115385,6 +115386,7 @@ $ribbon-overflow-box-shadow: none !default;
|
|
|
115385
115386
|
min-width: auto;
|
|
115386
115387
|
width: auto;
|
|
115387
115388
|
border-style: solid;
|
|
115389
|
+
transform: none;
|
|
115388
115390
|
border-width: $ribbon-hscroll-nav-border-width;
|
|
115389
115391
|
border-radius: $ribbon-hscroll-nav-border-radius;
|
|
115390
115392
|
z-index: 3;
|
|
@@ -115396,6 +115398,7 @@ $ribbon-overflow-box-shadow: none !default;
|
|
|
115396
115398
|
.e-nav-arrow {
|
|
115397
115399
|
font-size: $ribbon-nav-arrow-size;
|
|
115398
115400
|
height: auto;
|
|
115401
|
+
transform: none;
|
|
115399
115402
|
line-height: $ribbon-nav-arrow-height;
|
|
115400
115403
|
padding: $ribbon-hscroll-nav-arrow-padding;
|
|
115401
115404
|
width: auto;
|
|
@@ -115550,6 +115553,10 @@ $ribbon-overflow-box-shadow: none !default;
|
|
|
115550
115553
|
.e-tab-header {
|
|
115551
115554
|
left: var(--fileMenuWidth);
|
|
115552
115555
|
}
|
|
115556
|
+
|
|
115557
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115558
|
+
padding-right: 30px;
|
|
115559
|
+
}
|
|
115553
115560
|
}
|
|
115554
115561
|
|
|
115555
115562
|
&.e-rtl {
|
|
@@ -115567,6 +115574,10 @@ $ribbon-overflow-box-shadow: none !default;
|
|
|
115567
115574
|
.e-tab-header {
|
|
115568
115575
|
right: var(--fileMenuWidth);
|
|
115569
115576
|
}
|
|
115577
|
+
|
|
115578
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
115579
|
+
padding-left: 30px;
|
|
115580
|
+
}
|
|
115570
115581
|
}
|
|
115571
115582
|
}
|
|
115572
115583
|
|
|
@@ -115914,8 +115925,12 @@ $ribbon-overflow-box-shadow: none !default;
|
|
|
115914
115925
|
|
|
115915
115926
|
.e-ribbon-overflow-target {
|
|
115916
115927
|
|
|
115917
|
-
.e-ribbon-item
|
|
115918
|
-
|
|
115928
|
+
.e-ribbon-item {
|
|
115929
|
+
|
|
115930
|
+
& > .e-input-group,
|
|
115931
|
+
.e-ribbon-template {
|
|
115932
|
+
margin: $ribbon-overflow-wrapper-item-margin;
|
|
115933
|
+
}
|
|
115919
115934
|
}
|
|
115920
115935
|
|
|
115921
115936
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -115941,14 +115956,6 @@ $ribbon-overflow-box-shadow: none !default;
|
|
|
115941
115956
|
width: 100%;
|
|
115942
115957
|
justify-content: flex-start;
|
|
115943
115958
|
}
|
|
115944
|
-
|
|
115945
|
-
>.e-split-btn-wrapper,
|
|
115946
|
-
>.e-dropdown-btn {
|
|
115947
|
-
.e-icons.e-caret {
|
|
115948
|
-
transform: rotate(-90deg);
|
|
115949
|
-
margin-left: auto;
|
|
115950
|
-
}
|
|
115951
|
-
}
|
|
115952
115959
|
}
|
|
115953
115960
|
|
|
115954
115961
|
.e-ribbon-overflow-header {
|
|
@@ -115959,6 +115966,20 @@ $ribbon-overflow-box-shadow: none !default;
|
|
|
115959
115966
|
}
|
|
115960
115967
|
}
|
|
115961
115968
|
|
|
115969
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) {
|
|
115970
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
115971
|
+
|
|
115972
|
+
>.e-split-btn-wrapper,
|
|
115973
|
+
>.e-dropdown-btn {
|
|
115974
|
+
.e-icons.e-caret {
|
|
115975
|
+
transform: rotate(-90deg);
|
|
115976
|
+
padding: $ribbon-items-margin;
|
|
115977
|
+
margin: 0 0 0 auto;
|
|
115978
|
+
}
|
|
115979
|
+
}
|
|
115980
|
+
}
|
|
115981
|
+
}
|
|
115982
|
+
|
|
115962
115983
|
.e-rtl.e-ribbon-group-overflow-ddb {
|
|
115963
115984
|
.e-ribbon-overflow-target .e-ribbon-item {
|
|
115964
115985
|
|
|
@@ -115966,8 +115987,8 @@ $ribbon-overflow-box-shadow: none !default;
|
|
|
115966
115987
|
>.e-dropdown-btn {
|
|
115967
115988
|
.e-icons.e-caret {
|
|
115968
115989
|
transform: rotate(90deg);
|
|
115969
|
-
|
|
115970
|
-
margin
|
|
115990
|
+
padding: $ribbon-items-margin;
|
|
115991
|
+
margin: 0 auto 0 0;
|
|
115971
115992
|
}
|
|
115972
115993
|
}
|
|
115973
115994
|
}
|
|
@@ -116270,8 +116291,12 @@ $ribbon-overflow-box-shadow: none !default;
|
|
|
116270
116291
|
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
116271
116292
|
.e-ribbon-overflow-target {
|
|
116272
116293
|
|
|
116273
|
-
.e-ribbon-item
|
|
116274
|
-
|
|
116294
|
+
.e-ribbon-item {
|
|
116295
|
+
|
|
116296
|
+
& > .e-input-group,
|
|
116297
|
+
.e-ribbon-template {
|
|
116298
|
+
margin: $ribbon-bigger-overflow-wrapper-item-margin;
|
|
116299
|
+
}
|
|
116275
116300
|
}
|
|
116276
116301
|
|
|
116277
116302
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -116279,6 +116304,30 @@ $ribbon-overflow-box-shadow: none !default;
|
|
|
116279
116304
|
padding: 0;
|
|
116280
116305
|
}
|
|
116281
116306
|
}
|
|
116307
|
+
|
|
116308
|
+
&:not(.e-rtl) {
|
|
116309
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116310
|
+
|
|
116311
|
+
>.e-split-btn-wrapper,
|
|
116312
|
+
>.e-dropdown-btn {
|
|
116313
|
+
.e-icons.e-caret {
|
|
116314
|
+
padding: $ribbon-bigger-items-margin;
|
|
116315
|
+
}
|
|
116316
|
+
}
|
|
116317
|
+
}
|
|
116318
|
+
}
|
|
116319
|
+
|
|
116320
|
+
&.e-rtl {
|
|
116321
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
116322
|
+
|
|
116323
|
+
>.e-split-btn-wrapper,
|
|
116324
|
+
>.e-dropdown-btn {
|
|
116325
|
+
.e-icons.e-caret {
|
|
116326
|
+
padding: $ribbon-bigger-items-margin;
|
|
116327
|
+
}
|
|
116328
|
+
}
|
|
116329
|
+
}
|
|
116330
|
+
}
|
|
116282
116331
|
}
|
|
116283
116332
|
|
|
116284
116333
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical,
|