@syncfusion/blazor-themes 24.2.7 → 24.2.8
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 +114 -30
- package/SCSS-Themes/bootstrap.scss +116 -32
- package/SCSS-Themes/bootstrap4.scss +105 -21
- package/SCSS-Themes/bootstrap5-dark.scss +102 -18
- package/SCSS-Themes/bootstrap5.scss +102 -18
- package/SCSS-Themes/fabric-dark.scss +102 -18
- package/SCSS-Themes/fabric.scss +102 -18
- package/SCSS-Themes/fluent-dark.scss +105 -21
- package/SCSS-Themes/fluent.scss +105 -21
- 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 +102 -18
- package/SCSS-Themes/material-dark.scss +102 -18
- package/SCSS-Themes/material.scss +102 -18
- package/SCSS-Themes/material3-dark.scss +103 -19
- package/SCSS-Themes/material3.scss +103 -19
- 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/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 +102 -18
- package/SCSS-Themes/tailwind.scss +102 -18
- package/package.json +1 -1
|
@@ -47889,6 +47889,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47889
47889
|
white-space: nowrap;
|
|
47890
47890
|
overflow: hidden;
|
|
47891
47891
|
|
|
47892
|
+
&.e-spacer-toolbar {
|
|
47893
|
+
|
|
47894
|
+
.e-toolbar-items {
|
|
47895
|
+
display: flex;
|
|
47896
|
+
flex-wrap: nowrap;
|
|
47897
|
+
width: 100%;
|
|
47898
|
+
|
|
47899
|
+
&:not(.e-toolbar-multirow) {
|
|
47900
|
+
position: absolute;
|
|
47901
|
+
}
|
|
47902
|
+
}
|
|
47903
|
+
|
|
47904
|
+
&.e-pop-mode {
|
|
47905
|
+
|
|
47906
|
+
.e-toolbar-items {
|
|
47907
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47908
|
+
}
|
|
47909
|
+
}
|
|
47910
|
+
}
|
|
47911
|
+
|
|
47892
47912
|
.e-blazor-toolbar-items {
|
|
47893
47913
|
position: absolute;
|
|
47894
47914
|
top: -9999px;
|
|
@@ -48026,6 +48046,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48026
48046
|
min-height: $tbar-nrml-item-size;
|
|
48027
48047
|
vertical-align: middle;
|
|
48028
48048
|
width: auto;
|
|
48049
|
+
flex: 0 0 auto;
|
|
48050
|
+
|
|
48051
|
+
&.e-spacer {
|
|
48052
|
+
flex-grow: 1;
|
|
48053
|
+
}
|
|
48029
48054
|
|
|
48030
48055
|
.e-tbar-btn {
|
|
48031
48056
|
display: flex;
|
|
@@ -48456,6 +48481,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48456
48481
|
|
|
48457
48482
|
&.e-rtl {
|
|
48458
48483
|
|
|
48484
|
+
&:not(.e-spacer-toolbar) {
|
|
48485
|
+
|
|
48486
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48487
|
+
|
|
48488
|
+
.e-toolbar-item:first-child {
|
|
48489
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48490
|
+
}
|
|
48491
|
+
}
|
|
48492
|
+
}
|
|
48493
|
+
|
|
48459
48494
|
.e-toolbar-item {
|
|
48460
48495
|
|
|
48461
48496
|
.e-tbar-btn {
|
|
@@ -78103,8 +78138,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
78103
78138
|
}
|
|
78104
78139
|
|
|
78105
78140
|
& .e-responsive-right {
|
|
78106
|
-
width: calc(100% - 50px);
|
|
78107
|
-
|
|
78108
78141
|
& .e-search-wrapper {
|
|
78109
78142
|
& .e-input-group::before,
|
|
78110
78143
|
& .e-input-group::after {
|
|
@@ -90652,7 +90685,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90652
90685
|
|
|
90653
90686
|
.e-rte-image.e-imginline,
|
|
90654
90687
|
.e-rte-audio.e-audio-inline,
|
|
90655
|
-
.e-rte-video.e-video-inline
|
|
90688
|
+
.e-rte-video.e-video-inline {
|
|
90689
|
+
margin-left: 5px;
|
|
90690
|
+
margin-right: 5px;
|
|
90656
90691
|
display: inline-block;
|
|
90657
90692
|
float: none;
|
|
90658
90693
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91261,6 +91296,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91261
91296
|
.e-rte-quick-toolbar {
|
|
91262
91297
|
min-height: 48px;
|
|
91263
91298
|
|
|
91299
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91300
|
+
.e-rte-color-content,
|
|
91301
|
+
.e-caret {
|
|
91302
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91303
|
+
|
|
91304
|
+
&:hover {
|
|
91305
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91306
|
+
}
|
|
91307
|
+
}
|
|
91308
|
+
}
|
|
91309
|
+
|
|
91264
91310
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91265
91311
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91266
91312
|
min-height: 48px;
|
|
@@ -92009,12 +92055,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92009
92055
|
}
|
|
92010
92056
|
}
|
|
92011
92057
|
|
|
92012
|
-
@if $skin-name == 'bootstrap5' {
|
|
92013
|
-
.e-tbar-btn:focus .e-icons {
|
|
92014
|
-
color: $rte-quick-item-active-font-color;
|
|
92015
|
-
}
|
|
92016
|
-
}
|
|
92017
|
-
|
|
92018
92058
|
&.e-active .e-tbar-btn,
|
|
92019
92059
|
&.e-active .e-tbar-btn:focus {
|
|
92020
92060
|
background: $rte-tb-item-active-bg;
|
|
@@ -92038,10 +92078,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92038
92078
|
.e-tbar-btn:hover .e-icons {
|
|
92039
92079
|
color: $rte-tb-hover-font-color;
|
|
92040
92080
|
}
|
|
92041
|
-
|
|
92042
|
-
.e-tbar-btn:focus .e-icons {
|
|
92043
|
-
color: $primary-text-focus;
|
|
92044
|
-
}
|
|
92045
92081
|
}
|
|
92046
92082
|
|
|
92047
92083
|
.e-dropdown-btn.e-active {
|
|
@@ -92153,9 +92189,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92153
92189
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92154
92190
|
color: $rte-hover-icons-color;
|
|
92155
92191
|
}
|
|
92156
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92157
|
-
color: $rte-hover-icons-color;
|
|
92158
|
-
}
|
|
92159
92192
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92160
92193
|
color: $rte-tb-active-font-color;
|
|
92161
92194
|
}
|
|
@@ -92396,6 +92429,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92396
92429
|
.e-toolbar-items {
|
|
92397
92430
|
background: $rte-quick-pop-bg;
|
|
92398
92431
|
|
|
92432
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92433
|
+
.e-rte-color-content{
|
|
92434
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92435
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92436
|
+
padding-top: 5px;
|
|
92437
|
+
}
|
|
92438
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92439
|
+
@if $skin-name == 'FluentUI' {
|
|
92440
|
+
display: flex;
|
|
92441
|
+
align-items: center;
|
|
92442
|
+
justify-content: center;
|
|
92443
|
+
}
|
|
92444
|
+
&:hover {
|
|
92445
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92446
|
+
}
|
|
92447
|
+
}
|
|
92448
|
+
|
|
92449
|
+
.e-caret {
|
|
92450
|
+
&:hover {
|
|
92451
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92452
|
+
}
|
|
92453
|
+
}
|
|
92454
|
+
&.e-tbar-btn:hover {
|
|
92455
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92456
|
+
background: $rte-split-btn-hover-bg;
|
|
92457
|
+
}
|
|
92458
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92459
|
+
background: $rte-tbar-default-bg;
|
|
92460
|
+
}
|
|
92461
|
+
}
|
|
92462
|
+
}
|
|
92463
|
+
|
|
92399
92464
|
.e-separator {
|
|
92400
92465
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92401
92466
|
}
|
|
@@ -92476,6 +92541,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92476
92541
|
}
|
|
92477
92542
|
}
|
|
92478
92543
|
|
|
92544
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92545
|
+
.e-rte-color-content {
|
|
92546
|
+
@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' {
|
|
92547
|
+
padding-top: 8px;
|
|
92548
|
+
}
|
|
92549
|
+
}
|
|
92550
|
+
}
|
|
92551
|
+
|
|
92479
92552
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92480
92553
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92481
92554
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92766,6 +92839,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92766
92839
|
color: $rte-icons-color;
|
|
92767
92840
|
}
|
|
92768
92841
|
|
|
92842
|
+
.e-bigger .e-richtexteditor,
|
|
92843
|
+
.e-richtexteditor {
|
|
92844
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92845
|
+
color: $icon-color-disabled;
|
|
92846
|
+
}
|
|
92847
|
+
}
|
|
92848
|
+
|
|
92769
92849
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92770
92850
|
border-radius: 4px;
|
|
92771
92851
|
}
|
|
@@ -103750,8 +103830,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103750
103830
|
padding-bottom: 30px;
|
|
103751
103831
|
height: 18px;
|
|
103752
103832
|
}
|
|
103753
|
-
max-width: 237px;
|
|
103754
103833
|
position: absolute;
|
|
103834
|
+
overflow: hidden;
|
|
103835
|
+
text-overflow: ellipsis;
|
|
103755
103836
|
}
|
|
103756
103837
|
|
|
103757
103838
|
.e-pv-reply-title {
|
|
@@ -103770,10 +103851,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103770
103851
|
@if $skin-name == 'Material3' {
|
|
103771
103852
|
font-size: $text-xs;
|
|
103772
103853
|
}
|
|
103773
|
-
max-width: 212px;
|
|
103774
103854
|
padding-left: 8px;
|
|
103775
103855
|
padding-top: $pv-comment-title-padding-top;
|
|
103776
103856
|
position: absolute;
|
|
103857
|
+
overflow: hidden;
|
|
103858
|
+
text-overflow: ellipsis;
|
|
103777
103859
|
}
|
|
103778
103860
|
|
|
103779
103861
|
.e-pv-comments-hover {
|
|
@@ -116672,6 +116754,8 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
116672
116754
|
}
|
|
116673
116755
|
|
|
116674
116756
|
.e-toolbar-items {
|
|
116757
|
+
height: $schedule-tbar-bgr-size;
|
|
116758
|
+
|
|
116675
116759
|
&.e-tbar-pos {
|
|
116676
116760
|
height: $schedule-tbar-bgr-size;
|
|
116677
116761
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -47886,6 +47886,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47886
47886
|
white-space: nowrap;
|
|
47887
47887
|
overflow: hidden;
|
|
47888
47888
|
|
|
47889
|
+
&.e-spacer-toolbar {
|
|
47890
|
+
|
|
47891
|
+
.e-toolbar-items {
|
|
47892
|
+
display: flex;
|
|
47893
|
+
flex-wrap: nowrap;
|
|
47894
|
+
width: 100%;
|
|
47895
|
+
|
|
47896
|
+
&:not(.e-toolbar-multirow) {
|
|
47897
|
+
position: absolute;
|
|
47898
|
+
}
|
|
47899
|
+
}
|
|
47900
|
+
|
|
47901
|
+
&.e-pop-mode {
|
|
47902
|
+
|
|
47903
|
+
.e-toolbar-items {
|
|
47904
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47905
|
+
}
|
|
47906
|
+
}
|
|
47907
|
+
}
|
|
47908
|
+
|
|
47889
47909
|
.e-blazor-toolbar-items {
|
|
47890
47910
|
position: absolute;
|
|
47891
47911
|
top: -9999px;
|
|
@@ -48023,6 +48043,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48023
48043
|
min-height: $tbar-nrml-item-size;
|
|
48024
48044
|
vertical-align: middle;
|
|
48025
48045
|
width: auto;
|
|
48046
|
+
flex: 0 0 auto;
|
|
48047
|
+
|
|
48048
|
+
&.e-spacer {
|
|
48049
|
+
flex-grow: 1;
|
|
48050
|
+
}
|
|
48026
48051
|
|
|
48027
48052
|
.e-tbar-btn {
|
|
48028
48053
|
display: flex;
|
|
@@ -48453,6 +48478,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48453
48478
|
|
|
48454
48479
|
&.e-rtl {
|
|
48455
48480
|
|
|
48481
|
+
&:not(.e-spacer-toolbar) {
|
|
48482
|
+
|
|
48483
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48484
|
+
|
|
48485
|
+
.e-toolbar-item:first-child {
|
|
48486
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48487
|
+
}
|
|
48488
|
+
}
|
|
48489
|
+
}
|
|
48490
|
+
|
|
48456
48491
|
.e-toolbar-item {
|
|
48457
48492
|
|
|
48458
48493
|
.e-tbar-btn {
|
|
@@ -78100,8 +78135,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
78100
78135
|
}
|
|
78101
78136
|
|
|
78102
78137
|
& .e-responsive-right {
|
|
78103
|
-
width: calc(100% - 50px);
|
|
78104
|
-
|
|
78105
78138
|
& .e-search-wrapper {
|
|
78106
78139
|
& .e-input-group::before,
|
|
78107
78140
|
& .e-input-group::after {
|
|
@@ -90649,7 +90682,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90649
90682
|
|
|
90650
90683
|
.e-rte-image.e-imginline,
|
|
90651
90684
|
.e-rte-audio.e-audio-inline,
|
|
90652
|
-
.e-rte-video.e-video-inline
|
|
90685
|
+
.e-rte-video.e-video-inline {
|
|
90686
|
+
margin-left: 5px;
|
|
90687
|
+
margin-right: 5px;
|
|
90653
90688
|
display: inline-block;
|
|
90654
90689
|
float: none;
|
|
90655
90690
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91258,6 +91293,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91258
91293
|
.e-rte-quick-toolbar {
|
|
91259
91294
|
min-height: 48px;
|
|
91260
91295
|
|
|
91296
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91297
|
+
.e-rte-color-content,
|
|
91298
|
+
.e-caret {
|
|
91299
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91300
|
+
|
|
91301
|
+
&:hover {
|
|
91302
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91303
|
+
}
|
|
91304
|
+
}
|
|
91305
|
+
}
|
|
91306
|
+
|
|
91261
91307
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91262
91308
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91263
91309
|
min-height: 48px;
|
|
@@ -92006,12 +92052,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92006
92052
|
}
|
|
92007
92053
|
}
|
|
92008
92054
|
|
|
92009
|
-
@if $skin-name == 'bootstrap5' {
|
|
92010
|
-
.e-tbar-btn:focus .e-icons {
|
|
92011
|
-
color: $rte-quick-item-active-font-color;
|
|
92012
|
-
}
|
|
92013
|
-
}
|
|
92014
|
-
|
|
92015
92055
|
&.e-active .e-tbar-btn,
|
|
92016
92056
|
&.e-active .e-tbar-btn:focus {
|
|
92017
92057
|
background: $rte-tb-item-active-bg;
|
|
@@ -92035,10 +92075,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92035
92075
|
.e-tbar-btn:hover .e-icons {
|
|
92036
92076
|
color: $rte-tb-hover-font-color;
|
|
92037
92077
|
}
|
|
92038
|
-
|
|
92039
|
-
.e-tbar-btn:focus .e-icons {
|
|
92040
|
-
color: $primary-text-focus;
|
|
92041
|
-
}
|
|
92042
92078
|
}
|
|
92043
92079
|
|
|
92044
92080
|
.e-dropdown-btn.e-active {
|
|
@@ -92150,9 +92186,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92150
92186
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92151
92187
|
color: $rte-hover-icons-color;
|
|
92152
92188
|
}
|
|
92153
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92154
|
-
color: $rte-hover-icons-color;
|
|
92155
|
-
}
|
|
92156
92189
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92157
92190
|
color: $rte-tb-active-font-color;
|
|
92158
92191
|
}
|
|
@@ -92393,6 +92426,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92393
92426
|
.e-toolbar-items {
|
|
92394
92427
|
background: $rte-quick-pop-bg;
|
|
92395
92428
|
|
|
92429
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92430
|
+
.e-rte-color-content{
|
|
92431
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92432
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92433
|
+
padding-top: 5px;
|
|
92434
|
+
}
|
|
92435
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92436
|
+
@if $skin-name == 'FluentUI' {
|
|
92437
|
+
display: flex;
|
|
92438
|
+
align-items: center;
|
|
92439
|
+
justify-content: center;
|
|
92440
|
+
}
|
|
92441
|
+
&:hover {
|
|
92442
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92443
|
+
}
|
|
92444
|
+
}
|
|
92445
|
+
|
|
92446
|
+
.e-caret {
|
|
92447
|
+
&:hover {
|
|
92448
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92449
|
+
}
|
|
92450
|
+
}
|
|
92451
|
+
&.e-tbar-btn:hover {
|
|
92452
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92453
|
+
background: $rte-split-btn-hover-bg;
|
|
92454
|
+
}
|
|
92455
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92456
|
+
background: $rte-tbar-default-bg;
|
|
92457
|
+
}
|
|
92458
|
+
}
|
|
92459
|
+
}
|
|
92460
|
+
|
|
92396
92461
|
.e-separator {
|
|
92397
92462
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92398
92463
|
}
|
|
@@ -92473,6 +92538,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92473
92538
|
}
|
|
92474
92539
|
}
|
|
92475
92540
|
|
|
92541
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92542
|
+
.e-rte-color-content {
|
|
92543
|
+
@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' {
|
|
92544
|
+
padding-top: 8px;
|
|
92545
|
+
}
|
|
92546
|
+
}
|
|
92547
|
+
}
|
|
92548
|
+
|
|
92476
92549
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92477
92550
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92478
92551
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92763,6 +92836,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92763
92836
|
color: $rte-icons-color;
|
|
92764
92837
|
}
|
|
92765
92838
|
|
|
92839
|
+
.e-bigger .e-richtexteditor,
|
|
92840
|
+
.e-richtexteditor {
|
|
92841
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92842
|
+
color: $icon-color-disabled;
|
|
92843
|
+
}
|
|
92844
|
+
}
|
|
92845
|
+
|
|
92766
92846
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92767
92847
|
border-radius: 4px;
|
|
92768
92848
|
}
|
|
@@ -103747,8 +103827,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103747
103827
|
padding-bottom: 30px;
|
|
103748
103828
|
height: 18px;
|
|
103749
103829
|
}
|
|
103750
|
-
max-width: 237px;
|
|
103751
103830
|
position: absolute;
|
|
103831
|
+
overflow: hidden;
|
|
103832
|
+
text-overflow: ellipsis;
|
|
103752
103833
|
}
|
|
103753
103834
|
|
|
103754
103835
|
.e-pv-reply-title {
|
|
@@ -103767,10 +103848,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103767
103848
|
@if $skin-name == 'Material3' {
|
|
103768
103849
|
font-size: $text-xs;
|
|
103769
103850
|
}
|
|
103770
|
-
max-width: 212px;
|
|
103771
103851
|
padding-left: 8px;
|
|
103772
103852
|
padding-top: $pv-comment-title-padding-top;
|
|
103773
103853
|
position: absolute;
|
|
103854
|
+
overflow: hidden;
|
|
103855
|
+
text-overflow: ellipsis;
|
|
103774
103856
|
}
|
|
103775
103857
|
|
|
103776
103858
|
.e-pv-comments-hover {
|
|
@@ -116669,6 +116751,8 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-bgr-font-size !default;
|
|
|
116669
116751
|
}
|
|
116670
116752
|
|
|
116671
116753
|
.e-toolbar-items {
|
|
116754
|
+
height: $schedule-tbar-bgr-size;
|
|
116755
|
+
|
|
116672
116756
|
&.e-tbar-pos {
|
|
116673
116757
|
height: $schedule-tbar-bgr-size;
|
|
116674
116758
|
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.8","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"}}
|