@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
|
@@ -2953,7 +2953,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
2953
2953
|
}
|
|
2954
2954
|
}
|
|
2955
2955
|
|
|
2956
|
-
.e-popup.e-ddl-device.e-popup-close {
|
|
2956
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
2957
2957
|
display: block;
|
|
2958
2958
|
visibility: hidden;
|
|
2959
2959
|
}
|
|
@@ -46202,6 +46202,10 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
46202
46202
|
cursor: move;
|
|
46203
46203
|
}
|
|
46204
46204
|
|
|
46205
|
+
.e-dialog.e-device.e-draggable.e-popup-open {
|
|
46206
|
+
touch-action: none;
|
|
46207
|
+
}
|
|
46208
|
+
|
|
46205
46209
|
.e-dialog {
|
|
46206
46210
|
max-height: 98%;
|
|
46207
46211
|
max-width: 100%;
|
|
@@ -47977,6 +47981,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47977
47981
|
white-space: nowrap;
|
|
47978
47982
|
overflow: hidden;
|
|
47979
47983
|
|
|
47984
|
+
&.e-spacer-toolbar {
|
|
47985
|
+
|
|
47986
|
+
.e-toolbar-items {
|
|
47987
|
+
display: flex;
|
|
47988
|
+
flex-wrap: nowrap;
|
|
47989
|
+
width: 100%;
|
|
47990
|
+
|
|
47991
|
+
&:not(.e-toolbar-multirow) {
|
|
47992
|
+
position: absolute;
|
|
47993
|
+
}
|
|
47994
|
+
}
|
|
47995
|
+
|
|
47996
|
+
&.e-pop-mode {
|
|
47997
|
+
|
|
47998
|
+
.e-toolbar-items {
|
|
47999
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48000
|
+
}
|
|
48001
|
+
}
|
|
48002
|
+
}
|
|
48003
|
+
|
|
47980
48004
|
.e-blazor-toolbar-items {
|
|
47981
48005
|
position: absolute;
|
|
47982
48006
|
top: -9999px;
|
|
@@ -48114,6 +48138,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48114
48138
|
min-height: $tbar-nrml-item-size;
|
|
48115
48139
|
vertical-align: middle;
|
|
48116
48140
|
width: auto;
|
|
48141
|
+
flex: 0 0 auto;
|
|
48142
|
+
|
|
48143
|
+
&.e-spacer {
|
|
48144
|
+
flex-grow: 1;
|
|
48145
|
+
}
|
|
48117
48146
|
|
|
48118
48147
|
.e-tbar-btn {
|
|
48119
48148
|
display: flex;
|
|
@@ -48544,6 +48573,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48544
48573
|
|
|
48545
48574
|
&.e-rtl {
|
|
48546
48575
|
|
|
48576
|
+
&:not(.e-spacer-toolbar) {
|
|
48577
|
+
|
|
48578
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48579
|
+
|
|
48580
|
+
.e-toolbar-item:first-child {
|
|
48581
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48582
|
+
}
|
|
48583
|
+
}
|
|
48584
|
+
}
|
|
48585
|
+
|
|
48547
48586
|
.e-toolbar-item {
|
|
48548
48587
|
|
|
48549
48588
|
.e-tbar-btn {
|
|
@@ -78173,8 +78212,6 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
78173
78212
|
}
|
|
78174
78213
|
|
|
78175
78214
|
& .e-responsive-right {
|
|
78176
|
-
width: calc(100% - 50px);
|
|
78177
|
-
|
|
78178
78215
|
& .e-search-wrapper {
|
|
78179
78216
|
& .e-input-group::before,
|
|
78180
78217
|
& .e-input-group::after {
|
|
@@ -90729,7 +90766,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90729
90766
|
|
|
90730
90767
|
.e-rte-image.e-imginline,
|
|
90731
90768
|
.e-rte-audio.e-audio-inline,
|
|
90732
|
-
.e-rte-video.e-video-inline
|
|
90769
|
+
.e-rte-video.e-video-inline {
|
|
90770
|
+
margin-left: 5px;
|
|
90771
|
+
margin-right: 5px;
|
|
90733
90772
|
display: inline-block;
|
|
90734
90773
|
float: none;
|
|
90735
90774
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91338,6 +91377,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91338
91377
|
.e-rte-quick-toolbar {
|
|
91339
91378
|
min-height: 48px;
|
|
91340
91379
|
|
|
91380
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91381
|
+
.e-rte-color-content,
|
|
91382
|
+
.e-caret {
|
|
91383
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91384
|
+
|
|
91385
|
+
&:hover {
|
|
91386
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91387
|
+
}
|
|
91388
|
+
}
|
|
91389
|
+
}
|
|
91390
|
+
|
|
91341
91391
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91342
91392
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91343
91393
|
min-height: 48px;
|
|
@@ -92086,12 +92136,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92086
92136
|
}
|
|
92087
92137
|
}
|
|
92088
92138
|
|
|
92089
|
-
@if $skin-name == 'bootstrap5' {
|
|
92090
|
-
.e-tbar-btn:focus .e-icons {
|
|
92091
|
-
color: $rte-quick-item-active-font-color;
|
|
92092
|
-
}
|
|
92093
|
-
}
|
|
92094
|
-
|
|
92095
92139
|
&.e-active .e-tbar-btn,
|
|
92096
92140
|
&.e-active .e-tbar-btn:focus {
|
|
92097
92141
|
background: $rte-tb-item-active-bg;
|
|
@@ -92115,10 +92159,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92115
92159
|
.e-tbar-btn:hover .e-icons {
|
|
92116
92160
|
color: $rte-tb-hover-font-color;
|
|
92117
92161
|
}
|
|
92118
|
-
|
|
92119
|
-
.e-tbar-btn:focus .e-icons {
|
|
92120
|
-
color: $primary-text-focus;
|
|
92121
|
-
}
|
|
92122
92162
|
}
|
|
92123
92163
|
|
|
92124
92164
|
.e-dropdown-btn.e-active {
|
|
@@ -92230,9 +92270,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92230
92270
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92231
92271
|
color: $rte-hover-icons-color;
|
|
92232
92272
|
}
|
|
92233
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92234
|
-
color: $rte-hover-icons-color;
|
|
92235
|
-
}
|
|
92236
92273
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92237
92274
|
color: $rte-tb-active-font-color;
|
|
92238
92275
|
}
|
|
@@ -92473,6 +92510,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92473
92510
|
.e-toolbar-items {
|
|
92474
92511
|
background: $rte-quick-pop-bg;
|
|
92475
92512
|
|
|
92513
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92514
|
+
.e-rte-color-content{
|
|
92515
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92516
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92517
|
+
padding-top: 5px;
|
|
92518
|
+
}
|
|
92519
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92520
|
+
@if $skin-name == 'FluentUI' {
|
|
92521
|
+
display: flex;
|
|
92522
|
+
align-items: center;
|
|
92523
|
+
justify-content: center;
|
|
92524
|
+
}
|
|
92525
|
+
&:hover {
|
|
92526
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92527
|
+
}
|
|
92528
|
+
}
|
|
92529
|
+
|
|
92530
|
+
.e-caret {
|
|
92531
|
+
&:hover {
|
|
92532
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92533
|
+
}
|
|
92534
|
+
}
|
|
92535
|
+
&.e-tbar-btn:hover {
|
|
92536
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92537
|
+
background: $rte-split-btn-hover-bg;
|
|
92538
|
+
}
|
|
92539
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92540
|
+
background: $rte-tbar-default-bg;
|
|
92541
|
+
}
|
|
92542
|
+
}
|
|
92543
|
+
}
|
|
92544
|
+
|
|
92476
92545
|
.e-separator {
|
|
92477
92546
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92478
92547
|
}
|
|
@@ -92553,6 +92622,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92553
92622
|
}
|
|
92554
92623
|
}
|
|
92555
92624
|
|
|
92625
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92626
|
+
.e-rte-color-content {
|
|
92627
|
+
@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' {
|
|
92628
|
+
padding-top: 8px;
|
|
92629
|
+
}
|
|
92630
|
+
}
|
|
92631
|
+
}
|
|
92632
|
+
|
|
92556
92633
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92557
92634
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92558
92635
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92843,6 +92920,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92843
92920
|
color: $rte-icons-color;
|
|
92844
92921
|
}
|
|
92845
92922
|
|
|
92923
|
+
.e-bigger .e-richtexteditor,
|
|
92924
|
+
.e-richtexteditor {
|
|
92925
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92926
|
+
color: $icon-color-disabled;
|
|
92927
|
+
}
|
|
92928
|
+
}
|
|
92929
|
+
|
|
92846
92930
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92847
92931
|
border-radius: 4px;
|
|
92848
92932
|
}
|
|
@@ -103820,8 +103904,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103820
103904
|
padding-bottom: 30px;
|
|
103821
103905
|
height: 18px;
|
|
103822
103906
|
}
|
|
103823
|
-
max-width: 237px;
|
|
103824
103907
|
position: absolute;
|
|
103908
|
+
overflow: hidden;
|
|
103909
|
+
text-overflow: ellipsis;
|
|
103825
103910
|
}
|
|
103826
103911
|
|
|
103827
103912
|
.e-pv-reply-title {
|
|
@@ -103840,10 +103925,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103840
103925
|
@if $skin-name == 'Material3' {
|
|
103841
103926
|
font-size: $text-xs;
|
|
103842
103927
|
}
|
|
103843
|
-
max-width: 212px;
|
|
103844
103928
|
padding-left: 8px;
|
|
103845
103929
|
padding-top: $pv-comment-title-padding-top;
|
|
103846
103930
|
position: absolute;
|
|
103931
|
+
overflow: hidden;
|
|
103932
|
+
text-overflow: ellipsis;
|
|
103847
103933
|
}
|
|
103848
103934
|
|
|
103849
103935
|
.e-pv-comments-hover {
|
|
@@ -116754,6 +116840,8 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
116754
116840
|
}
|
|
116755
116841
|
|
|
116756
116842
|
.e-toolbar-items {
|
|
116843
|
+
height: $schedule-tbar-bgr-size;
|
|
116844
|
+
|
|
116757
116845
|
&.e-tbar-pos {
|
|
116758
116846
|
height: $schedule-tbar-bgr-size;
|
|
116759
116847
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -2870,7 +2870,7 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
2870
2870
|
}
|
|
2871
2871
|
}
|
|
2872
2872
|
|
|
2873
|
-
.e-popup.e-ddl-device.e-popup-close {
|
|
2873
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
2874
2874
|
display: block;
|
|
2875
2875
|
visibility: hidden;
|
|
2876
2876
|
}
|
|
@@ -45970,6 +45970,10 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
45970
45970
|
cursor: move;
|
|
45971
45971
|
}
|
|
45972
45972
|
|
|
45973
|
+
.e-dialog.e-device.e-draggable.e-popup-open {
|
|
45974
|
+
touch-action: none;
|
|
45975
|
+
}
|
|
45976
|
+
|
|
45973
45977
|
.e-dialog {
|
|
45974
45978
|
max-height: 98%;
|
|
45975
45979
|
max-width: 100%;
|
|
@@ -47725,6 +47729,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47725
47729
|
white-space: nowrap;
|
|
47726
47730
|
overflow: hidden;
|
|
47727
47731
|
|
|
47732
|
+
&.e-spacer-toolbar {
|
|
47733
|
+
|
|
47734
|
+
.e-toolbar-items {
|
|
47735
|
+
display: flex;
|
|
47736
|
+
flex-wrap: nowrap;
|
|
47737
|
+
width: 100%;
|
|
47738
|
+
|
|
47739
|
+
&:not(.e-toolbar-multirow) {
|
|
47740
|
+
position: absolute;
|
|
47741
|
+
}
|
|
47742
|
+
}
|
|
47743
|
+
|
|
47744
|
+
&.e-pop-mode {
|
|
47745
|
+
|
|
47746
|
+
.e-toolbar-items {
|
|
47747
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47748
|
+
}
|
|
47749
|
+
}
|
|
47750
|
+
}
|
|
47751
|
+
|
|
47728
47752
|
.e-blazor-toolbar-items {
|
|
47729
47753
|
position: absolute;
|
|
47730
47754
|
top: -9999px;
|
|
@@ -47862,6 +47886,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47862
47886
|
min-height: $tbar-nrml-item-size;
|
|
47863
47887
|
vertical-align: middle;
|
|
47864
47888
|
width: auto;
|
|
47889
|
+
flex: 0 0 auto;
|
|
47890
|
+
|
|
47891
|
+
&.e-spacer {
|
|
47892
|
+
flex-grow: 1;
|
|
47893
|
+
}
|
|
47865
47894
|
|
|
47866
47895
|
.e-tbar-btn {
|
|
47867
47896
|
display: flex;
|
|
@@ -48292,6 +48321,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48292
48321
|
|
|
48293
48322
|
&.e-rtl {
|
|
48294
48323
|
|
|
48324
|
+
&:not(.e-spacer-toolbar) {
|
|
48325
|
+
|
|
48326
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48327
|
+
|
|
48328
|
+
.e-toolbar-item:first-child {
|
|
48329
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48330
|
+
}
|
|
48331
|
+
}
|
|
48332
|
+
}
|
|
48333
|
+
|
|
48295
48334
|
.e-toolbar-item {
|
|
48296
48335
|
|
|
48297
48336
|
.e-tbar-btn {
|
|
@@ -77774,8 +77813,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77774
77813
|
}
|
|
77775
77814
|
|
|
77776
77815
|
& .e-responsive-right {
|
|
77777
|
-
width: calc(100% - 50px);
|
|
77778
|
-
|
|
77779
77816
|
& .e-search-wrapper {
|
|
77780
77817
|
& .e-input-group::before,
|
|
77781
77818
|
& .e-input-group::after {
|
|
@@ -90314,7 +90351,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90314
90351
|
|
|
90315
90352
|
.e-rte-image.e-imginline,
|
|
90316
90353
|
.e-rte-audio.e-audio-inline,
|
|
90317
|
-
.e-rte-video.e-video-inline
|
|
90354
|
+
.e-rte-video.e-video-inline {
|
|
90355
|
+
margin-left: 5px;
|
|
90356
|
+
margin-right: 5px;
|
|
90318
90357
|
display: inline-block;
|
|
90319
90358
|
float: none;
|
|
90320
90359
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -90923,6 +90962,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90923
90962
|
.e-rte-quick-toolbar {
|
|
90924
90963
|
min-height: 48px;
|
|
90925
90964
|
|
|
90965
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
90966
|
+
.e-rte-color-content,
|
|
90967
|
+
.e-caret {
|
|
90968
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90969
|
+
|
|
90970
|
+
&:hover {
|
|
90971
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90972
|
+
}
|
|
90973
|
+
}
|
|
90974
|
+
}
|
|
90975
|
+
|
|
90926
90976
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
90927
90977
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
90928
90978
|
min-height: 48px;
|
|
@@ -91671,12 +91721,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91671
91721
|
}
|
|
91672
91722
|
}
|
|
91673
91723
|
|
|
91674
|
-
@if $skin-name == 'bootstrap5' {
|
|
91675
|
-
.e-tbar-btn:focus .e-icons {
|
|
91676
|
-
color: $rte-quick-item-active-font-color;
|
|
91677
|
-
}
|
|
91678
|
-
}
|
|
91679
|
-
|
|
91680
91724
|
&.e-active .e-tbar-btn,
|
|
91681
91725
|
&.e-active .e-tbar-btn:focus {
|
|
91682
91726
|
background: $rte-tb-item-active-bg;
|
|
@@ -91700,10 +91744,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91700
91744
|
.e-tbar-btn:hover .e-icons {
|
|
91701
91745
|
color: $rte-tb-hover-font-color;
|
|
91702
91746
|
}
|
|
91703
|
-
|
|
91704
|
-
.e-tbar-btn:focus .e-icons {
|
|
91705
|
-
color: $primary-text-focus;
|
|
91706
|
-
}
|
|
91707
91747
|
}
|
|
91708
91748
|
|
|
91709
91749
|
.e-dropdown-btn.e-active {
|
|
@@ -91815,9 +91855,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91815
91855
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
91816
91856
|
color: $rte-hover-icons-color;
|
|
91817
91857
|
}
|
|
91818
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
91819
|
-
color: $rte-hover-icons-color;
|
|
91820
|
-
}
|
|
91821
91858
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
91822
91859
|
color: $rte-tb-active-font-color;
|
|
91823
91860
|
}
|
|
@@ -92058,6 +92095,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92058
92095
|
.e-toolbar-items {
|
|
92059
92096
|
background: $rte-quick-pop-bg;
|
|
92060
92097
|
|
|
92098
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92099
|
+
.e-rte-color-content{
|
|
92100
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92101
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92102
|
+
padding-top: 5px;
|
|
92103
|
+
}
|
|
92104
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92105
|
+
@if $skin-name == 'FluentUI' {
|
|
92106
|
+
display: flex;
|
|
92107
|
+
align-items: center;
|
|
92108
|
+
justify-content: center;
|
|
92109
|
+
}
|
|
92110
|
+
&:hover {
|
|
92111
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92112
|
+
}
|
|
92113
|
+
}
|
|
92114
|
+
|
|
92115
|
+
.e-caret {
|
|
92116
|
+
&:hover {
|
|
92117
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92118
|
+
}
|
|
92119
|
+
}
|
|
92120
|
+
&.e-tbar-btn:hover {
|
|
92121
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92122
|
+
background: $rte-split-btn-hover-bg;
|
|
92123
|
+
}
|
|
92124
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92125
|
+
background: $rte-tbar-default-bg;
|
|
92126
|
+
}
|
|
92127
|
+
}
|
|
92128
|
+
}
|
|
92129
|
+
|
|
92061
92130
|
.e-separator {
|
|
92062
92131
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92063
92132
|
}
|
|
@@ -92138,6 +92207,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92138
92207
|
}
|
|
92139
92208
|
}
|
|
92140
92209
|
|
|
92210
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92211
|
+
.e-rte-color-content {
|
|
92212
|
+
@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' {
|
|
92213
|
+
padding-top: 8px;
|
|
92214
|
+
}
|
|
92215
|
+
}
|
|
92216
|
+
}
|
|
92217
|
+
|
|
92141
92218
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92142
92219
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92143
92220
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92428,6 +92505,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92428
92505
|
color: $rte-icons-color;
|
|
92429
92506
|
}
|
|
92430
92507
|
|
|
92508
|
+
.e-bigger .e-richtexteditor,
|
|
92509
|
+
.e-richtexteditor {
|
|
92510
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92511
|
+
color: $icon-color-disabled;
|
|
92512
|
+
}
|
|
92513
|
+
}
|
|
92514
|
+
|
|
92431
92515
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92432
92516
|
border-radius: 4px;
|
|
92433
92517
|
}
|
|
@@ -103391,8 +103475,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103391
103475
|
padding-bottom: 30px;
|
|
103392
103476
|
height: 18px;
|
|
103393
103477
|
}
|
|
103394
|
-
max-width: 237px;
|
|
103395
103478
|
position: absolute;
|
|
103479
|
+
overflow: hidden;
|
|
103480
|
+
text-overflow: ellipsis;
|
|
103396
103481
|
}
|
|
103397
103482
|
|
|
103398
103483
|
.e-pv-reply-title {
|
|
@@ -103411,10 +103496,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103411
103496
|
@if $skin-name == 'Material3' {
|
|
103412
103497
|
font-size: $text-xs;
|
|
103413
103498
|
}
|
|
103414
|
-
max-width: 212px;
|
|
103415
103499
|
padding-left: 8px;
|
|
103416
103500
|
padding-top: $pv-comment-title-padding-top;
|
|
103417
103501
|
position: absolute;
|
|
103502
|
+
overflow: hidden;
|
|
103503
|
+
text-overflow: ellipsis;
|
|
103418
103504
|
}
|
|
103419
103505
|
|
|
103420
103506
|
.e-pv-comments-hover {
|
|
@@ -116304,6 +116390,8 @@ $schedule-tree-content-color: #fff !default;
|
|
|
116304
116390
|
}
|
|
116305
116391
|
|
|
116306
116392
|
.e-toolbar-items {
|
|
116393
|
+
height: $schedule-tbar-bgr-size;
|
|
116394
|
+
|
|
116307
116395
|
&.e-tbar-pos {
|
|
116308
116396
|
height: $schedule-tbar-bgr-size;
|
|
116309
116397
|
min-height: $schedule-tbar-bgr-size;
|