@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
|
@@ -219,10 +219,6 @@ $ribbon-overflow-box-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1p
|
|
|
219
219
|
display: none;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.e-item {
|
|
223
|
-
width: fit-content;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
222
|
.e-ribbon-file-menu {
|
|
227
223
|
position: absolute;
|
|
228
224
|
line-height: $ribbon-file-menu-height;
|
|
@@ -328,6 +324,12 @@ $ribbon-overflow-box-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1p
|
|
|
328
324
|
}
|
|
329
325
|
}
|
|
330
326
|
|
|
327
|
+
.e-hscroll.e-scroll-device {
|
|
328
|
+
.e-scroll-nav.e-scroll-right-nav {
|
|
329
|
+
box-shadow: none;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|
|
331
333
|
.e-hscroll {
|
|
332
334
|
padding: $ribbon-hscroll-padding;
|
|
333
335
|
|
|
@@ -337,6 +339,7 @@ $ribbon-overflow-box-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1p
|
|
|
337
339
|
min-width: auto;
|
|
338
340
|
width: auto;
|
|
339
341
|
border-style: solid;
|
|
342
|
+
transform: none;
|
|
340
343
|
border-width: $ribbon-hscroll-nav-border-width;
|
|
341
344
|
border-radius: $ribbon-hscroll-nav-border-radius;
|
|
342
345
|
z-index: 3;
|
|
@@ -348,6 +351,7 @@ $ribbon-overflow-box-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1p
|
|
|
348
351
|
.e-nav-arrow {
|
|
349
352
|
font-size: $ribbon-nav-arrow-size;
|
|
350
353
|
height: auto;
|
|
354
|
+
transform: none;
|
|
351
355
|
line-height: $ribbon-nav-arrow-height;
|
|
352
356
|
padding: $ribbon-hscroll-nav-arrow-padding;
|
|
353
357
|
width: auto;
|
|
@@ -502,6 +506,10 @@ $ribbon-overflow-box-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1p
|
|
|
502
506
|
.e-tab-header {
|
|
503
507
|
left: var(--fileMenuWidth);
|
|
504
508
|
}
|
|
509
|
+
|
|
510
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
511
|
+
padding-right: 30px;
|
|
512
|
+
}
|
|
505
513
|
}
|
|
506
514
|
|
|
507
515
|
&.e-rtl {
|
|
@@ -519,6 +527,10 @@ $ribbon-overflow-box-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1p
|
|
|
519
527
|
.e-tab-header {
|
|
520
528
|
right: var(--fileMenuWidth);
|
|
521
529
|
}
|
|
530
|
+
|
|
531
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
532
|
+
padding-left: 30px;
|
|
533
|
+
}
|
|
522
534
|
}
|
|
523
535
|
}
|
|
524
536
|
|
|
@@ -866,8 +878,12 @@ $ribbon-overflow-box-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1p
|
|
|
866
878
|
|
|
867
879
|
.e-ribbon-overflow-target {
|
|
868
880
|
|
|
869
|
-
.e-ribbon-item
|
|
870
|
-
|
|
881
|
+
.e-ribbon-item {
|
|
882
|
+
|
|
883
|
+
& > .e-input-group,
|
|
884
|
+
.e-ribbon-template {
|
|
885
|
+
margin: $ribbon-overflow-wrapper-item-margin;
|
|
886
|
+
}
|
|
871
887
|
}
|
|
872
888
|
|
|
873
889
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -893,14 +909,6 @@ $ribbon-overflow-box-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1p
|
|
|
893
909
|
width: 100%;
|
|
894
910
|
justify-content: flex-start;
|
|
895
911
|
}
|
|
896
|
-
|
|
897
|
-
>.e-split-btn-wrapper,
|
|
898
|
-
>.e-dropdown-btn {
|
|
899
|
-
.e-icons.e-caret {
|
|
900
|
-
transform: rotate(-90deg);
|
|
901
|
-
margin-left: auto;
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
912
|
}
|
|
905
913
|
|
|
906
914
|
.e-ribbon-overflow-header {
|
|
@@ -911,6 +919,20 @@ $ribbon-overflow-box-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1p
|
|
|
911
919
|
}
|
|
912
920
|
}
|
|
913
921
|
|
|
922
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) {
|
|
923
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
924
|
+
|
|
925
|
+
>.e-split-btn-wrapper,
|
|
926
|
+
>.e-dropdown-btn {
|
|
927
|
+
.e-icons.e-caret {
|
|
928
|
+
transform: rotate(-90deg);
|
|
929
|
+
padding: $ribbon-items-margin;
|
|
930
|
+
margin: 0 0 0 auto;
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
|
|
914
936
|
.e-rtl.e-ribbon-group-overflow-ddb {
|
|
915
937
|
.e-ribbon-overflow-target .e-ribbon-item {
|
|
916
938
|
|
|
@@ -918,8 +940,8 @@ $ribbon-overflow-box-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1p
|
|
|
918
940
|
>.e-dropdown-btn {
|
|
919
941
|
.e-icons.e-caret {
|
|
920
942
|
transform: rotate(90deg);
|
|
921
|
-
|
|
922
|
-
margin
|
|
943
|
+
padding: $ribbon-items-margin;
|
|
944
|
+
margin: 0 auto 0 0;
|
|
923
945
|
}
|
|
924
946
|
}
|
|
925
947
|
}
|
|
@@ -1222,8 +1244,12 @@ $ribbon-overflow-box-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1p
|
|
|
1222
1244
|
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
1223
1245
|
.e-ribbon-overflow-target {
|
|
1224
1246
|
|
|
1225
|
-
.e-ribbon-item
|
|
1226
|
-
|
|
1247
|
+
.e-ribbon-item {
|
|
1248
|
+
|
|
1249
|
+
& > .e-input-group,
|
|
1250
|
+
.e-ribbon-template {
|
|
1251
|
+
margin: $ribbon-bigger-overflow-wrapper-item-margin;
|
|
1252
|
+
}
|
|
1227
1253
|
}
|
|
1228
1254
|
|
|
1229
1255
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -1231,6 +1257,30 @@ $ribbon-overflow-box-shadow: 0 5px 5px -3px rgba($grey-black, .2), 0 8px 10px 1p
|
|
|
1231
1257
|
padding: 0;
|
|
1232
1258
|
}
|
|
1233
1259
|
}
|
|
1260
|
+
|
|
1261
|
+
&:not(.e-rtl) {
|
|
1262
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
1263
|
+
|
|
1264
|
+
>.e-split-btn-wrapper,
|
|
1265
|
+
>.e-dropdown-btn {
|
|
1266
|
+
.e-icons.e-caret {
|
|
1267
|
+
padding: $ribbon-bigger-items-margin;
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
&.e-rtl {
|
|
1274
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
1275
|
+
|
|
1276
|
+
>.e-split-btn-wrapper,
|
|
1277
|
+
>.e-dropdown-btn {
|
|
1278
|
+
.e-icons.e-caret {
|
|
1279
|
+
padding: $ribbon-bigger-items-margin;
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1234
1284
|
}
|
|
1235
1285
|
|
|
1236
1286
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical,
|
|
@@ -219,10 +219,6 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
219
219
|
display: none;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.e-item {
|
|
223
|
-
width: fit-content;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
222
|
.e-ribbon-file-menu {
|
|
227
223
|
position: absolute;
|
|
228
224
|
line-height: $ribbon-file-menu-height;
|
|
@@ -328,6 +324,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
328
324
|
}
|
|
329
325
|
}
|
|
330
326
|
|
|
327
|
+
.e-hscroll.e-scroll-device {
|
|
328
|
+
.e-scroll-nav.e-scroll-right-nav {
|
|
329
|
+
box-shadow: none;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|
|
331
333
|
.e-hscroll {
|
|
332
334
|
padding: $ribbon-hscroll-padding;
|
|
333
335
|
|
|
@@ -337,6 +339,7 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
337
339
|
min-width: auto;
|
|
338
340
|
width: auto;
|
|
339
341
|
border-style: solid;
|
|
342
|
+
transform: none;
|
|
340
343
|
border-width: $ribbon-hscroll-nav-border-width;
|
|
341
344
|
border-radius: $ribbon-hscroll-nav-border-radius;
|
|
342
345
|
z-index: 3;
|
|
@@ -348,6 +351,7 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
348
351
|
.e-nav-arrow {
|
|
349
352
|
font-size: $ribbon-nav-arrow-size;
|
|
350
353
|
height: auto;
|
|
354
|
+
transform: none;
|
|
351
355
|
line-height: $ribbon-nav-arrow-height;
|
|
352
356
|
padding: $ribbon-hscroll-nav-arrow-padding;
|
|
353
357
|
width: auto;
|
|
@@ -502,6 +506,10 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
502
506
|
.e-tab-header {
|
|
503
507
|
left: var(--fileMenuWidth);
|
|
504
508
|
}
|
|
509
|
+
|
|
510
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
511
|
+
padding-right: 30px;
|
|
512
|
+
}
|
|
505
513
|
}
|
|
506
514
|
|
|
507
515
|
&.e-rtl {
|
|
@@ -519,6 +527,10 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
519
527
|
.e-tab-header {
|
|
520
528
|
right: var(--fileMenuWidth);
|
|
521
529
|
}
|
|
530
|
+
|
|
531
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
532
|
+
padding-left: 30px;
|
|
533
|
+
}
|
|
522
534
|
}
|
|
523
535
|
}
|
|
524
536
|
|
|
@@ -866,8 +878,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
866
878
|
|
|
867
879
|
.e-ribbon-overflow-target {
|
|
868
880
|
|
|
869
|
-
.e-ribbon-item
|
|
870
|
-
|
|
881
|
+
.e-ribbon-item {
|
|
882
|
+
|
|
883
|
+
& > .e-input-group,
|
|
884
|
+
.e-ribbon-template {
|
|
885
|
+
margin: $ribbon-overflow-wrapper-item-margin;
|
|
886
|
+
}
|
|
871
887
|
}
|
|
872
888
|
|
|
873
889
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -893,14 +909,6 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
893
909
|
width: 100%;
|
|
894
910
|
justify-content: flex-start;
|
|
895
911
|
}
|
|
896
|
-
|
|
897
|
-
>.e-split-btn-wrapper,
|
|
898
|
-
>.e-dropdown-btn {
|
|
899
|
-
.e-icons.e-caret {
|
|
900
|
-
transform: rotate(-90deg);
|
|
901
|
-
margin-left: auto;
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
912
|
}
|
|
905
913
|
|
|
906
914
|
.e-ribbon-overflow-header {
|
|
@@ -911,6 +919,20 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
911
919
|
}
|
|
912
920
|
}
|
|
913
921
|
|
|
922
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) {
|
|
923
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
924
|
+
|
|
925
|
+
>.e-split-btn-wrapper,
|
|
926
|
+
>.e-dropdown-btn {
|
|
927
|
+
.e-icons.e-caret {
|
|
928
|
+
transform: rotate(-90deg);
|
|
929
|
+
padding: $ribbon-items-margin;
|
|
930
|
+
margin: 0 0 0 auto;
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
|
|
914
936
|
.e-rtl.e-ribbon-group-overflow-ddb {
|
|
915
937
|
.e-ribbon-overflow-target .e-ribbon-item {
|
|
916
938
|
|
|
@@ -918,8 +940,8 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
918
940
|
>.e-dropdown-btn {
|
|
919
941
|
.e-icons.e-caret {
|
|
920
942
|
transform: rotate(90deg);
|
|
921
|
-
|
|
922
|
-
margin
|
|
943
|
+
padding: $ribbon-items-margin;
|
|
944
|
+
margin: 0 auto 0 0;
|
|
923
945
|
}
|
|
924
946
|
}
|
|
925
947
|
}
|
|
@@ -1222,8 +1244,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
1222
1244
|
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
1223
1245
|
.e-ribbon-overflow-target {
|
|
1224
1246
|
|
|
1225
|
-
.e-ribbon-item
|
|
1226
|
-
|
|
1247
|
+
.e-ribbon-item {
|
|
1248
|
+
|
|
1249
|
+
& > .e-input-group,
|
|
1250
|
+
.e-ribbon-template {
|
|
1251
|
+
margin: $ribbon-bigger-overflow-wrapper-item-margin;
|
|
1252
|
+
}
|
|
1227
1253
|
}
|
|
1228
1254
|
|
|
1229
1255
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -1231,6 +1257,30 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
1231
1257
|
padding: 0;
|
|
1232
1258
|
}
|
|
1233
1259
|
}
|
|
1260
|
+
|
|
1261
|
+
&:not(.e-rtl) {
|
|
1262
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
1263
|
+
|
|
1264
|
+
>.e-split-btn-wrapper,
|
|
1265
|
+
>.e-dropdown-btn {
|
|
1266
|
+
.e-icons.e-caret {
|
|
1267
|
+
padding: $ribbon-bigger-items-margin;
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
&.e-rtl {
|
|
1274
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
1275
|
+
|
|
1276
|
+
>.e-split-btn-wrapper,
|
|
1277
|
+
>.e-dropdown-btn {
|
|
1278
|
+
.e-icons.e-caret {
|
|
1279
|
+
padding: $ribbon-bigger-items-margin;
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1234
1284
|
}
|
|
1235
1285
|
|
|
1236
1286
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical,
|
|
@@ -219,10 +219,6 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
219
219
|
display: none;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.e-item {
|
|
223
|
-
width: fit-content;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
222
|
.e-ribbon-file-menu {
|
|
227
223
|
position: absolute;
|
|
228
224
|
line-height: $ribbon-file-menu-height;
|
|
@@ -328,6 +324,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
328
324
|
}
|
|
329
325
|
}
|
|
330
326
|
|
|
327
|
+
.e-hscroll.e-scroll-device {
|
|
328
|
+
.e-scroll-nav.e-scroll-right-nav {
|
|
329
|
+
box-shadow: none;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|
|
331
333
|
.e-hscroll {
|
|
332
334
|
padding: $ribbon-hscroll-padding;
|
|
333
335
|
|
|
@@ -337,6 +339,7 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
337
339
|
min-width: auto;
|
|
338
340
|
width: auto;
|
|
339
341
|
border-style: solid;
|
|
342
|
+
transform: none;
|
|
340
343
|
border-width: $ribbon-hscroll-nav-border-width;
|
|
341
344
|
border-radius: $ribbon-hscroll-nav-border-radius;
|
|
342
345
|
z-index: 3;
|
|
@@ -348,6 +351,7 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
348
351
|
.e-nav-arrow {
|
|
349
352
|
font-size: $ribbon-nav-arrow-size;
|
|
350
353
|
height: auto;
|
|
354
|
+
transform: none;
|
|
351
355
|
line-height: $ribbon-nav-arrow-height;
|
|
352
356
|
padding: $ribbon-hscroll-nav-arrow-padding;
|
|
353
357
|
width: auto;
|
|
@@ -502,6 +506,10 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
502
506
|
.e-tab-header {
|
|
503
507
|
left: var(--fileMenuWidth);
|
|
504
508
|
}
|
|
509
|
+
|
|
510
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
511
|
+
padding-right: 30px;
|
|
512
|
+
}
|
|
505
513
|
}
|
|
506
514
|
|
|
507
515
|
&.e-rtl {
|
|
@@ -519,6 +527,10 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
519
527
|
.e-tab-header {
|
|
520
528
|
right: var(--fileMenuWidth);
|
|
521
529
|
}
|
|
530
|
+
|
|
531
|
+
.e-ribbon-tab .e-hscroll.e-scroll-device {
|
|
532
|
+
padding-left: 30px;
|
|
533
|
+
}
|
|
522
534
|
}
|
|
523
535
|
}
|
|
524
536
|
|
|
@@ -866,8 +878,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
866
878
|
|
|
867
879
|
.e-ribbon-overflow-target {
|
|
868
880
|
|
|
869
|
-
.e-ribbon-item
|
|
870
|
-
|
|
881
|
+
.e-ribbon-item {
|
|
882
|
+
|
|
883
|
+
& > .e-input-group,
|
|
884
|
+
.e-ribbon-template {
|
|
885
|
+
margin: $ribbon-overflow-wrapper-item-margin;
|
|
886
|
+
}
|
|
871
887
|
}
|
|
872
888
|
|
|
873
889
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -893,14 +909,6 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
893
909
|
width: 100%;
|
|
894
910
|
justify-content: flex-start;
|
|
895
911
|
}
|
|
896
|
-
|
|
897
|
-
>.e-split-btn-wrapper,
|
|
898
|
-
>.e-dropdown-btn {
|
|
899
|
-
.e-icons.e-caret {
|
|
900
|
-
transform: rotate(-90deg);
|
|
901
|
-
margin-left: auto;
|
|
902
|
-
}
|
|
903
|
-
}
|
|
904
912
|
}
|
|
905
913
|
|
|
906
914
|
.e-ribbon-overflow-header {
|
|
@@ -911,6 +919,20 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
911
919
|
}
|
|
912
920
|
}
|
|
913
921
|
|
|
922
|
+
.e-ribbon-group-overflow-ddb:not(.e-rtl) {
|
|
923
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
924
|
+
|
|
925
|
+
>.e-split-btn-wrapper,
|
|
926
|
+
>.e-dropdown-btn {
|
|
927
|
+
.e-icons.e-caret {
|
|
928
|
+
transform: rotate(-90deg);
|
|
929
|
+
padding: $ribbon-items-margin;
|
|
930
|
+
margin: 0 0 0 auto;
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
|
|
914
936
|
.e-rtl.e-ribbon-group-overflow-ddb {
|
|
915
937
|
.e-ribbon-overflow-target .e-ribbon-item {
|
|
916
938
|
|
|
@@ -918,8 +940,8 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
918
940
|
>.e-dropdown-btn {
|
|
919
941
|
.e-icons.e-caret {
|
|
920
942
|
transform: rotate(90deg);
|
|
921
|
-
|
|
922
|
-
margin
|
|
943
|
+
padding: $ribbon-items-margin;
|
|
944
|
+
margin: 0 auto 0 0;
|
|
923
945
|
}
|
|
924
946
|
}
|
|
925
947
|
}
|
|
@@ -1222,8 +1244,12 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
1222
1244
|
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
1223
1245
|
.e-ribbon-overflow-target {
|
|
1224
1246
|
|
|
1225
|
-
.e-ribbon-item
|
|
1226
|
-
|
|
1247
|
+
.e-ribbon-item {
|
|
1248
|
+
|
|
1249
|
+
& > .e-input-group,
|
|
1250
|
+
.e-ribbon-template {
|
|
1251
|
+
margin: $ribbon-bigger-overflow-wrapper-item-margin;
|
|
1252
|
+
}
|
|
1227
1253
|
}
|
|
1228
1254
|
|
|
1229
1255
|
.e-ribbon-item > .e-checkbox-wrapper {
|
|
@@ -1231,6 +1257,30 @@ $ribbon-overflow-box-shadow: $shadow-md !default;
|
|
|
1231
1257
|
padding: 0;
|
|
1232
1258
|
}
|
|
1233
1259
|
}
|
|
1260
|
+
|
|
1261
|
+
&:not(.e-rtl) {
|
|
1262
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
1263
|
+
|
|
1264
|
+
>.e-split-btn-wrapper,
|
|
1265
|
+
>.e-dropdown-btn {
|
|
1266
|
+
.e-icons.e-caret {
|
|
1267
|
+
padding: $ribbon-bigger-items-margin;
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
&.e-rtl {
|
|
1274
|
+
.e-ribbon-overflow-target .e-ribbon-item {
|
|
1275
|
+
|
|
1276
|
+
>.e-split-btn-wrapper,
|
|
1277
|
+
>.e-dropdown-btn {
|
|
1278
|
+
.e-icons.e-caret {
|
|
1279
|
+
padding: $ribbon-bigger-items-margin;
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1234
1284
|
}
|
|
1235
1285
|
|
|
1236
1286
|
.e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical,
|
|
@@ -4661,7 +4661,9 @@ $schedule-tree-content-color: #fff !default;
|
|
|
4661
4661
|
background: $schedule-current-date-bg-color;
|
|
4662
4662
|
border-radius: 50%;
|
|
4663
4663
|
color: $schedule-current-date-header-font-color;
|
|
4664
|
-
width: 20px;
|
|
4664
|
+
min-width: 20px;
|
|
4665
|
+
padding: 0 4px;
|
|
4666
|
+
width: fit-content;
|
|
4665
4667
|
}
|
|
4666
4668
|
|
|
4667
4669
|
.e-selected-cell {
|
|
@@ -4697,7 +4699,7 @@ $schedule-tree-content-color: #fff !default;
|
|
|
4697
4699
|
}
|
|
4698
4700
|
|
|
4699
4701
|
.e-current-date .e-date-header {
|
|
4700
|
-
width: 24px;
|
|
4702
|
+
min-width: 24px;
|
|
4701
4703
|
}
|
|
4702
4704
|
}
|
|
4703
4705
|
|
|
@@ -4661,7 +4661,9 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
4661
4661
|
background: $schedule-current-date-bg-color;
|
|
4662
4662
|
border-radius: 50%;
|
|
4663
4663
|
color: $schedule-current-date-header-font-color;
|
|
4664
|
-
width: 20px;
|
|
4664
|
+
min-width: 20px;
|
|
4665
|
+
padding: 0 4px;
|
|
4666
|
+
width: fit-content;
|
|
4665
4667
|
}
|
|
4666
4668
|
|
|
4667
4669
|
.e-selected-cell {
|
|
@@ -4697,7 +4699,7 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
4697
4699
|
}
|
|
4698
4700
|
|
|
4699
4701
|
.e-current-date .e-date-header {
|
|
4700
|
-
width: 24px;
|
|
4702
|
+
min-width: 24px;
|
|
4701
4703
|
}
|
|
4702
4704
|
}
|
|
4703
4705
|
|
|
@@ -4664,7 +4664,9 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
|
|
|
4664
4664
|
background: $schedule-current-date-bg-color;
|
|
4665
4665
|
border-radius: 50%;
|
|
4666
4666
|
color: $schedule-current-date-header-font-color;
|
|
4667
|
-
width: 20px;
|
|
4667
|
+
min-width: 20px;
|
|
4668
|
+
padding: 0 4px;
|
|
4669
|
+
width: fit-content;
|
|
4668
4670
|
}
|
|
4669
4671
|
|
|
4670
4672
|
.e-selected-cell {
|
|
@@ -4700,7 +4702,7 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
|
|
|
4700
4702
|
}
|
|
4701
4703
|
|
|
4702
4704
|
.e-current-date .e-date-header {
|
|
4703
|
-
width: 24px;
|
|
4705
|
+
min-width: 24px;
|
|
4704
4706
|
}
|
|
4705
4707
|
}
|
|
4706
4708
|
|
|
@@ -4671,7 +4671,9 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
4671
4671
|
background: $schedule-current-date-bg-color;
|
|
4672
4672
|
border-radius: 50%;
|
|
4673
4673
|
color: $schedule-current-date-header-font-color;
|
|
4674
|
-
width: 20px;
|
|
4674
|
+
min-width: 20px;
|
|
4675
|
+
padding: 0 4px;
|
|
4676
|
+
width: fit-content;
|
|
4675
4677
|
}
|
|
4676
4678
|
|
|
4677
4679
|
.e-selected-cell {
|
|
@@ -4707,7 +4709,7 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
4707
4709
|
}
|
|
4708
4710
|
|
|
4709
4711
|
.e-current-date .e-date-header {
|
|
4710
|
-
width: 24px;
|
|
4712
|
+
min-width: 24px;
|
|
4711
4713
|
}
|
|
4712
4714
|
}
|
|
4713
4715
|
|
|
@@ -4671,7 +4671,9 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
4671
4671
|
background: $schedule-current-date-bg-color;
|
|
4672
4672
|
border-radius: 50%;
|
|
4673
4673
|
color: $schedule-current-date-header-font-color;
|
|
4674
|
-
width: 20px;
|
|
4674
|
+
min-width: 20px;
|
|
4675
|
+
padding: 0 4px;
|
|
4676
|
+
width: fit-content;
|
|
4675
4677
|
}
|
|
4676
4678
|
|
|
4677
4679
|
.e-selected-cell {
|
|
@@ -4707,7 +4709,7 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
4707
4709
|
}
|
|
4708
4710
|
|
|
4709
4711
|
.e-current-date .e-date-header {
|
|
4710
|
-
width: 24px;
|
|
4712
|
+
min-width: 24px;
|
|
4711
4713
|
}
|
|
4712
4714
|
}
|
|
4713
4715
|
|
|
@@ -4660,7 +4660,9 @@ $schedule-tree-content-color: #fff !default;
|
|
|
4660
4660
|
background: $schedule-current-date-bg-color;
|
|
4661
4661
|
border-radius: 50%;
|
|
4662
4662
|
color: $schedule-current-date-header-font-color;
|
|
4663
|
-
width: 20px;
|
|
4663
|
+
min-width: 20px;
|
|
4664
|
+
padding: 0 4px;
|
|
4665
|
+
width: fit-content;
|
|
4664
4666
|
}
|
|
4665
4667
|
|
|
4666
4668
|
.e-selected-cell {
|
|
@@ -4696,7 +4698,7 @@ $schedule-tree-content-color: #fff !default;
|
|
|
4696
4698
|
}
|
|
4697
4699
|
|
|
4698
4700
|
.e-current-date .e-date-header {
|
|
4699
|
-
width: 24px;
|
|
4701
|
+
min-width: 24px;
|
|
4700
4702
|
}
|
|
4701
4703
|
}
|
|
4702
4704
|
|
|
@@ -4661,7 +4661,9 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
4661
4661
|
background: $schedule-current-date-bg-color;
|
|
4662
4662
|
border-radius: 50%;
|
|
4663
4663
|
color: $schedule-current-date-header-font-color;
|
|
4664
|
-
width: 20px;
|
|
4664
|
+
min-width: 20px;
|
|
4665
|
+
padding: 0 4px;
|
|
4666
|
+
width: fit-content;
|
|
4665
4667
|
}
|
|
4666
4668
|
|
|
4667
4669
|
.e-selected-cell {
|
|
@@ -4697,7 +4699,7 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
4697
4699
|
}
|
|
4698
4700
|
|
|
4699
4701
|
.e-current-date .e-date-header {
|
|
4700
|
-
width: 24px;
|
|
4702
|
+
min-width: 24px;
|
|
4701
4703
|
}
|
|
4702
4704
|
}
|
|
4703
4705
|
|
|
@@ -4666,7 +4666,9 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
4666
4666
|
background: $schedule-current-date-bg-color;
|
|
4667
4667
|
border-radius: 50%;
|
|
4668
4668
|
color: $schedule-current-date-header-font-color;
|
|
4669
|
-
width: 20px;
|
|
4669
|
+
min-width: 20px;
|
|
4670
|
+
padding: 0 4px;
|
|
4671
|
+
width: fit-content;
|
|
4670
4672
|
}
|
|
4671
4673
|
|
|
4672
4674
|
.e-selected-cell {
|
|
@@ -4702,7 +4704,7 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
4702
4704
|
}
|
|
4703
4705
|
|
|
4704
4706
|
.e-current-date .e-date-header {
|
|
4705
|
-
width: 24px;
|
|
4707
|
+
min-width: 24px;
|
|
4706
4708
|
}
|
|
4707
4709
|
}
|
|
4708
4710
|
|
|
@@ -4666,7 +4666,9 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
4666
4666
|
background: $schedule-current-date-bg-color;
|
|
4667
4667
|
border-radius: 50%;
|
|
4668
4668
|
color: $schedule-current-date-header-font-color;
|
|
4669
|
-
width: 20px;
|
|
4669
|
+
min-width: 20px;
|
|
4670
|
+
padding: 0 4px;
|
|
4671
|
+
width: fit-content;
|
|
4670
4672
|
}
|
|
4671
4673
|
|
|
4672
4674
|
.e-selected-cell {
|
|
@@ -4702,7 +4704,7 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
4702
4704
|
}
|
|
4703
4705
|
|
|
4704
4706
|
.e-current-date .e-date-header {
|
|
4705
|
-
width: 24px;
|
|
4707
|
+
min-width: 24px;
|
|
4706
4708
|
}
|
|
4707
4709
|
}
|
|
4708
4710
|
|
|
@@ -4662,7 +4662,9 @@ $schedule-tree-content-color: #fff !default;
|
|
|
4662
4662
|
background: $schedule-current-date-bg-color;
|
|
4663
4663
|
border-radius: 50%;
|
|
4664
4664
|
color: $schedule-current-date-header-font-color;
|
|
4665
|
-
width: 20px;
|
|
4665
|
+
min-width: 20px;
|
|
4666
|
+
padding: 0 4px;
|
|
4667
|
+
width: fit-content;
|
|
4666
4668
|
}
|
|
4667
4669
|
|
|
4668
4670
|
.e-selected-cell {
|
|
@@ -4698,7 +4700,7 @@ $schedule-tree-content-color: #fff !default;
|
|
|
4698
4700
|
}
|
|
4699
4701
|
|
|
4700
4702
|
.e-current-date .e-date-header {
|
|
4701
|
-
width: 24px;
|
|
4703
|
+
min-width: 24px;
|
|
4702
4704
|
}
|
|
4703
4705
|
}
|
|
4704
4706
|
|