@syncfusion/blazor-themes 24.2.7 → 24.2.9
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 +119 -31
- package/SCSS-Themes/bootstrap.scss +121 -33
- package/SCSS-Themes/bootstrap4.scss +110 -22
- package/SCSS-Themes/bootstrap5-dark.scss +107 -19
- package/SCSS-Themes/bootstrap5.scss +107 -19
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap4.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/bootstrap5.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/fabric-dark.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/fabric.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/fluent-dark.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/fluent.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/highcontrast.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/material-dark.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/material.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/material3-dark.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/material3.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind-dark.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-list/tailwind.scss +1 -1
- package/SCSS-Themes/fabric-dark.scss +107 -19
- package/SCSS-Themes/fabric.scss +107 -19
- package/SCSS-Themes/fluent-dark.scss +110 -22
- package/SCSS-Themes/fluent.scss +110 -22
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap4.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +0 -2
- package/SCSS-Themes/grids/grid/fabric-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/fabric.scss +0 -2
- package/SCSS-Themes/grids/grid/fluent-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/fluent.scss +0 -2
- package/SCSS-Themes/grids/grid/highcontrast.scss +0 -2
- package/SCSS-Themes/grids/grid/material-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/material.scss +0 -2
- package/SCSS-Themes/grids/grid/material3-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/material3.scss +0 -2
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/tailwind.scss +0 -2
- package/SCSS-Themes/highcontrast.scss +107 -19
- package/SCSS-Themes/material-dark.scss +107 -19
- package/SCSS-Themes/material.scss +107 -19
- package/SCSS-Themes/material3-dark.scss +108 -20
- package/SCSS-Themes/material3.scss +108 -20
- package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +39 -4
- package/SCSS-Themes/navigations/toolbar/bootstrap.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +38 -3
- package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/fabric.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +38 -3
- package/SCSS-Themes/navigations/toolbar/fluent.scss +38 -3
- package/SCSS-Themes/navigations/toolbar/highcontrast.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material3-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material3.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/tailwind.scss +35 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +4 -2
- package/SCSS-Themes/popups/dialog/bootstrap-dark.scss +4 -0
- package/SCSS-Themes/popups/dialog/bootstrap.scss +4 -0
- package/SCSS-Themes/popups/dialog/bootstrap4.scss +4 -0
- package/SCSS-Themes/popups/dialog/bootstrap5-dark.scss +4 -0
- package/SCSS-Themes/popups/dialog/bootstrap5.scss +4 -0
- package/SCSS-Themes/popups/dialog/fabric-dark.scss +4 -0
- package/SCSS-Themes/popups/dialog/fabric.scss +4 -0
- package/SCSS-Themes/popups/dialog/fluent-dark.scss +4 -0
- package/SCSS-Themes/popups/dialog/fluent.scss +4 -0
- package/SCSS-Themes/popups/dialog/highcontrast.scss +4 -0
- package/SCSS-Themes/popups/dialog/material-dark.scss +4 -0
- package/SCSS-Themes/popups/dialog/material.scss +4 -0
- package/SCSS-Themes/popups/dialog/material3-dark.scss +4 -0
- package/SCSS-Themes/popups/dialog/material3.scss +4 -0
- package/SCSS-Themes/popups/dialog/tailwind-dark.scss +4 -0
- package/SCSS-Themes/popups/dialog/tailwind.scss +4 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +69 -22
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +75 -28
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +62 -15
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +62 -15
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +61 -14
- package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +2 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material3-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material3.scss +2 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +2 -0
- package/SCSS-Themes/tailwind-dark.scss +107 -19
- package/SCSS-Themes/tailwind.scss +107 -19
- package/package.json +1 -1
|
@@ -2882,7 +2882,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
2882
2882
|
}
|
|
2883
2883
|
}
|
|
2884
2884
|
|
|
2885
|
-
.e-popup.e-ddl-device.e-popup-close {
|
|
2885
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
2886
2886
|
display: block;
|
|
2887
2887
|
visibility: hidden;
|
|
2888
2888
|
}
|
|
@@ -46121,6 +46121,10 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
46121
46121
|
cursor: move;
|
|
46122
46122
|
}
|
|
46123
46123
|
|
|
46124
|
+
.e-dialog.e-device.e-draggable.e-popup-open {
|
|
46125
|
+
touch-action: none;
|
|
46126
|
+
}
|
|
46127
|
+
|
|
46124
46128
|
.e-dialog {
|
|
46125
46129
|
max-height: 98%;
|
|
46126
46130
|
max-width: 100%;
|
|
@@ -47886,6 +47890,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47886
47890
|
white-space: nowrap;
|
|
47887
47891
|
overflow: hidden;
|
|
47888
47892
|
|
|
47893
|
+
&.e-spacer-toolbar {
|
|
47894
|
+
|
|
47895
|
+
.e-toolbar-items {
|
|
47896
|
+
display: flex;
|
|
47897
|
+
flex-wrap: nowrap;
|
|
47898
|
+
width: 100%;
|
|
47899
|
+
|
|
47900
|
+
&:not(.e-toolbar-multirow) {
|
|
47901
|
+
position: absolute;
|
|
47902
|
+
}
|
|
47903
|
+
}
|
|
47904
|
+
|
|
47905
|
+
&.e-pop-mode {
|
|
47906
|
+
|
|
47907
|
+
.e-toolbar-items {
|
|
47908
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47909
|
+
}
|
|
47910
|
+
}
|
|
47911
|
+
}
|
|
47912
|
+
|
|
47889
47913
|
.e-blazor-toolbar-items {
|
|
47890
47914
|
position: absolute;
|
|
47891
47915
|
top: -9999px;
|
|
@@ -48023,6 +48047,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48023
48047
|
min-height: $tbar-nrml-item-size;
|
|
48024
48048
|
vertical-align: middle;
|
|
48025
48049
|
width: auto;
|
|
48050
|
+
flex: 0 0 auto;
|
|
48051
|
+
|
|
48052
|
+
&.e-spacer {
|
|
48053
|
+
flex-grow: 1;
|
|
48054
|
+
}
|
|
48026
48055
|
|
|
48027
48056
|
.e-tbar-btn {
|
|
48028
48057
|
display: flex;
|
|
@@ -48453,6 +48482,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48453
48482
|
|
|
48454
48483
|
&.e-rtl {
|
|
48455
48484
|
|
|
48485
|
+
&:not(.e-spacer-toolbar) {
|
|
48486
|
+
|
|
48487
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48488
|
+
|
|
48489
|
+
.e-toolbar-item:first-child {
|
|
48490
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48491
|
+
}
|
|
48492
|
+
}
|
|
48493
|
+
}
|
|
48494
|
+
|
|
48456
48495
|
.e-toolbar-item {
|
|
48457
48496
|
|
|
48458
48497
|
.e-tbar-btn {
|
|
@@ -78100,8 +78139,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
78100
78139
|
}
|
|
78101
78140
|
|
|
78102
78141
|
& .e-responsive-right {
|
|
78103
|
-
width: calc(100% - 50px);
|
|
78104
|
-
|
|
78105
78142
|
& .e-search-wrapper {
|
|
78106
78143
|
& .e-input-group::before,
|
|
78107
78144
|
& .e-input-group::after {
|
|
@@ -90649,7 +90686,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90649
90686
|
|
|
90650
90687
|
.e-rte-image.e-imginline,
|
|
90651
90688
|
.e-rte-audio.e-audio-inline,
|
|
90652
|
-
.e-rte-video.e-video-inline
|
|
90689
|
+
.e-rte-video.e-video-inline {
|
|
90690
|
+
margin-left: 5px;
|
|
90691
|
+
margin-right: 5px;
|
|
90653
90692
|
display: inline-block;
|
|
90654
90693
|
float: none;
|
|
90655
90694
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91258,6 +91297,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91258
91297
|
.e-rte-quick-toolbar {
|
|
91259
91298
|
min-height: 48px;
|
|
91260
91299
|
|
|
91300
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91301
|
+
.e-rte-color-content,
|
|
91302
|
+
.e-caret {
|
|
91303
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91304
|
+
|
|
91305
|
+
&:hover {
|
|
91306
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91307
|
+
}
|
|
91308
|
+
}
|
|
91309
|
+
}
|
|
91310
|
+
|
|
91261
91311
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91262
91312
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91263
91313
|
min-height: 48px;
|
|
@@ -92006,12 +92056,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92006
92056
|
}
|
|
92007
92057
|
}
|
|
92008
92058
|
|
|
92009
|
-
@if $skin-name == 'bootstrap5' {
|
|
92010
|
-
.e-tbar-btn:focus .e-icons {
|
|
92011
|
-
color: $rte-quick-item-active-font-color;
|
|
92012
|
-
}
|
|
92013
|
-
}
|
|
92014
|
-
|
|
92015
92059
|
&.e-active .e-tbar-btn,
|
|
92016
92060
|
&.e-active .e-tbar-btn:focus {
|
|
92017
92061
|
background: $rte-tb-item-active-bg;
|
|
@@ -92035,10 +92079,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92035
92079
|
.e-tbar-btn:hover .e-icons {
|
|
92036
92080
|
color: $rte-tb-hover-font-color;
|
|
92037
92081
|
}
|
|
92038
|
-
|
|
92039
|
-
.e-tbar-btn:focus .e-icons {
|
|
92040
|
-
color: $primary-text-focus;
|
|
92041
|
-
}
|
|
92042
92082
|
}
|
|
92043
92083
|
|
|
92044
92084
|
.e-dropdown-btn.e-active {
|
|
@@ -92150,9 +92190,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92150
92190
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92151
92191
|
color: $rte-hover-icons-color;
|
|
92152
92192
|
}
|
|
92153
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92154
|
-
color: $rte-hover-icons-color;
|
|
92155
|
-
}
|
|
92156
92193
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92157
92194
|
color: $rte-tb-active-font-color;
|
|
92158
92195
|
}
|
|
@@ -92393,6 +92430,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92393
92430
|
.e-toolbar-items {
|
|
92394
92431
|
background: $rte-quick-pop-bg;
|
|
92395
92432
|
|
|
92433
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92434
|
+
.e-rte-color-content{
|
|
92435
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92436
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92437
|
+
padding-top: 5px;
|
|
92438
|
+
}
|
|
92439
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92440
|
+
@if $skin-name == 'FluentUI' {
|
|
92441
|
+
display: flex;
|
|
92442
|
+
align-items: center;
|
|
92443
|
+
justify-content: center;
|
|
92444
|
+
}
|
|
92445
|
+
&:hover {
|
|
92446
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92447
|
+
}
|
|
92448
|
+
}
|
|
92449
|
+
|
|
92450
|
+
.e-caret {
|
|
92451
|
+
&:hover {
|
|
92452
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92453
|
+
}
|
|
92454
|
+
}
|
|
92455
|
+
&.e-tbar-btn:hover {
|
|
92456
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92457
|
+
background: $rte-split-btn-hover-bg;
|
|
92458
|
+
}
|
|
92459
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92460
|
+
background: $rte-tbar-default-bg;
|
|
92461
|
+
}
|
|
92462
|
+
}
|
|
92463
|
+
}
|
|
92464
|
+
|
|
92396
92465
|
.e-separator {
|
|
92397
92466
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92398
92467
|
}
|
|
@@ -92473,6 +92542,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92473
92542
|
}
|
|
92474
92543
|
}
|
|
92475
92544
|
|
|
92545
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92546
|
+
.e-rte-color-content {
|
|
92547
|
+
@if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
|
|
92548
|
+
padding-top: 8px;
|
|
92549
|
+
}
|
|
92550
|
+
}
|
|
92551
|
+
}
|
|
92552
|
+
|
|
92476
92553
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92477
92554
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92478
92555
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92763,6 +92840,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92763
92840
|
color: $rte-icons-color;
|
|
92764
92841
|
}
|
|
92765
92842
|
|
|
92843
|
+
.e-bigger .e-richtexteditor,
|
|
92844
|
+
.e-richtexteditor {
|
|
92845
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92846
|
+
color: $icon-color-disabled;
|
|
92847
|
+
}
|
|
92848
|
+
}
|
|
92849
|
+
|
|
92766
92850
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92767
92851
|
border-radius: 4px;
|
|
92768
92852
|
}
|
|
@@ -103747,8 +103831,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103747
103831
|
padding-bottom: 30px;
|
|
103748
103832
|
height: 18px;
|
|
103749
103833
|
}
|
|
103750
|
-
max-width: 237px;
|
|
103751
103834
|
position: absolute;
|
|
103835
|
+
overflow: hidden;
|
|
103836
|
+
text-overflow: ellipsis;
|
|
103752
103837
|
}
|
|
103753
103838
|
|
|
103754
103839
|
.e-pv-reply-title {
|
|
@@ -103767,10 +103852,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103767
103852
|
@if $skin-name == 'Material3' {
|
|
103768
103853
|
font-size: $text-xs;
|
|
103769
103854
|
}
|
|
103770
|
-
max-width: 212px;
|
|
103771
103855
|
padding-left: 8px;
|
|
103772
103856
|
padding-top: $pv-comment-title-padding-top;
|
|
103773
103857
|
position: absolute;
|
|
103858
|
+
overflow: hidden;
|
|
103859
|
+
text-overflow: ellipsis;
|
|
103774
103860
|
}
|
|
103775
103861
|
|
|
103776
103862
|
.e-pv-comments-hover {
|
|
@@ -116669,6 +116755,8 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
116669
116755
|
}
|
|
116670
116756
|
|
|
116671
116757
|
.e-toolbar-items {
|
|
116758
|
+
height: $schedule-tbar-bgr-size;
|
|
116759
|
+
|
|
116672
116760
|
&.e-tbar-pos {
|
|
116673
116761
|
height: $schedule-tbar-bgr-size;
|
|
116674
116762
|
min-height: $schedule-tbar-bgr-size;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"24.2.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"24.2.9","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
|