@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
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -2869,7 +2869,7 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
2869
2869
|
}
|
|
2870
2870
|
}
|
|
2871
2871
|
|
|
2872
|
-
.e-popup.e-ddl-device.e-popup-close {
|
|
2872
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
2873
2873
|
display: block;
|
|
2874
2874
|
visibility: hidden;
|
|
2875
2875
|
}
|
|
@@ -45753,6 +45753,10 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
45753
45753
|
cursor: move;
|
|
45754
45754
|
}
|
|
45755
45755
|
|
|
45756
|
+
.e-dialog.e-device.e-draggable.e-popup-open {
|
|
45757
|
+
touch-action: none;
|
|
45758
|
+
}
|
|
45759
|
+
|
|
45756
45760
|
.e-dialog {
|
|
45757
45761
|
max-height: 98%;
|
|
45758
45762
|
max-width: 100%;
|
|
@@ -47489,6 +47493,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47489
47493
|
white-space: nowrap;
|
|
47490
47494
|
overflow: hidden;
|
|
47491
47495
|
|
|
47496
|
+
&.e-spacer-toolbar {
|
|
47497
|
+
|
|
47498
|
+
.e-toolbar-items {
|
|
47499
|
+
display: flex;
|
|
47500
|
+
flex-wrap: nowrap;
|
|
47501
|
+
width: 100%;
|
|
47502
|
+
|
|
47503
|
+
&:not(.e-toolbar-multirow) {
|
|
47504
|
+
position: absolute;
|
|
47505
|
+
}
|
|
47506
|
+
}
|
|
47507
|
+
|
|
47508
|
+
&.e-pop-mode {
|
|
47509
|
+
|
|
47510
|
+
.e-toolbar-items {
|
|
47511
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47512
|
+
}
|
|
47513
|
+
}
|
|
47514
|
+
}
|
|
47515
|
+
|
|
47492
47516
|
.e-blazor-toolbar-items {
|
|
47493
47517
|
position: absolute;
|
|
47494
47518
|
top: -9999px;
|
|
@@ -47626,6 +47650,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47626
47650
|
min-height: $tbar-nrml-item-size;
|
|
47627
47651
|
vertical-align: middle;
|
|
47628
47652
|
width: auto;
|
|
47653
|
+
flex: 0 0 auto;
|
|
47654
|
+
|
|
47655
|
+
&.e-spacer {
|
|
47656
|
+
flex-grow: 1;
|
|
47657
|
+
}
|
|
47629
47658
|
|
|
47630
47659
|
.e-tbar-btn {
|
|
47631
47660
|
display: flex;
|
|
@@ -48056,6 +48085,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48056
48085
|
|
|
48057
48086
|
&.e-rtl {
|
|
48058
48087
|
|
|
48088
|
+
&:not(.e-spacer-toolbar) {
|
|
48089
|
+
|
|
48090
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48091
|
+
|
|
48092
|
+
.e-toolbar-item:first-child {
|
|
48093
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48094
|
+
}
|
|
48095
|
+
}
|
|
48096
|
+
}
|
|
48097
|
+
|
|
48059
48098
|
.e-toolbar-item {
|
|
48060
48099
|
|
|
48061
48100
|
.e-tbar-btn {
|
|
@@ -77532,8 +77571,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77532
77571
|
}
|
|
77533
77572
|
|
|
77534
77573
|
& .e-responsive-right {
|
|
77535
|
-
width: calc(100% - 50px);
|
|
77536
|
-
|
|
77537
77574
|
& .e-search-wrapper {
|
|
77538
77575
|
& .e-input-group::before,
|
|
77539
77576
|
& .e-input-group::after {
|
|
@@ -90066,7 +90103,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90066
90103
|
|
|
90067
90104
|
.e-rte-image.e-imginline,
|
|
90068
90105
|
.e-rte-audio.e-audio-inline,
|
|
90069
|
-
.e-rte-video.e-video-inline
|
|
90106
|
+
.e-rte-video.e-video-inline {
|
|
90107
|
+
margin-left: 5px;
|
|
90108
|
+
margin-right: 5px;
|
|
90070
90109
|
display: inline-block;
|
|
90071
90110
|
float: none;
|
|
90072
90111
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -90675,6 +90714,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90675
90714
|
.e-rte-quick-toolbar {
|
|
90676
90715
|
min-height: 48px;
|
|
90677
90716
|
|
|
90717
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
90718
|
+
.e-rte-color-content,
|
|
90719
|
+
.e-caret {
|
|
90720
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90721
|
+
|
|
90722
|
+
&:hover {
|
|
90723
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90724
|
+
}
|
|
90725
|
+
}
|
|
90726
|
+
}
|
|
90727
|
+
|
|
90678
90728
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
90679
90729
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
90680
90730
|
min-height: 48px;
|
|
@@ -91423,12 +91473,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91423
91473
|
}
|
|
91424
91474
|
}
|
|
91425
91475
|
|
|
91426
|
-
@if $skin-name == 'bootstrap5' {
|
|
91427
|
-
.e-tbar-btn:focus .e-icons {
|
|
91428
|
-
color: $rte-quick-item-active-font-color;
|
|
91429
|
-
}
|
|
91430
|
-
}
|
|
91431
|
-
|
|
91432
91476
|
&.e-active .e-tbar-btn,
|
|
91433
91477
|
&.e-active .e-tbar-btn:focus {
|
|
91434
91478
|
background: $rte-tb-item-active-bg;
|
|
@@ -91452,10 +91496,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91452
91496
|
.e-tbar-btn:hover .e-icons {
|
|
91453
91497
|
color: $rte-tb-hover-font-color;
|
|
91454
91498
|
}
|
|
91455
|
-
|
|
91456
|
-
.e-tbar-btn:focus .e-icons {
|
|
91457
|
-
color: $primary-text-focus;
|
|
91458
|
-
}
|
|
91459
91499
|
}
|
|
91460
91500
|
|
|
91461
91501
|
.e-dropdown-btn.e-active {
|
|
@@ -91567,9 +91607,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91567
91607
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
91568
91608
|
color: $rte-hover-icons-color;
|
|
91569
91609
|
}
|
|
91570
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
91571
|
-
color: $rte-hover-icons-color;
|
|
91572
|
-
}
|
|
91573
91610
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
91574
91611
|
color: $rte-tb-active-font-color;
|
|
91575
91612
|
}
|
|
@@ -91810,6 +91847,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91810
91847
|
.e-toolbar-items {
|
|
91811
91848
|
background: $rte-quick-pop-bg;
|
|
91812
91849
|
|
|
91850
|
+
.e-rte-backgroundcolor-dropdown {
|
|
91851
|
+
.e-rte-color-content{
|
|
91852
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
91853
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
91854
|
+
padding-top: 5px;
|
|
91855
|
+
}
|
|
91856
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
91857
|
+
@if $skin-name == 'FluentUI' {
|
|
91858
|
+
display: flex;
|
|
91859
|
+
align-items: center;
|
|
91860
|
+
justify-content: center;
|
|
91861
|
+
}
|
|
91862
|
+
&:hover {
|
|
91863
|
+
background: $rte-split-btn-span-hover-bg;
|
|
91864
|
+
}
|
|
91865
|
+
}
|
|
91866
|
+
|
|
91867
|
+
.e-caret {
|
|
91868
|
+
&:hover {
|
|
91869
|
+
background: $rte-split-btn-span-hover-bg;
|
|
91870
|
+
}
|
|
91871
|
+
}
|
|
91872
|
+
&.e-tbar-btn:hover {
|
|
91873
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
91874
|
+
background: $rte-split-btn-hover-bg;
|
|
91875
|
+
}
|
|
91876
|
+
@if $skin-name =='bootstrap-dark'{
|
|
91877
|
+
background: $rte-tbar-default-bg;
|
|
91878
|
+
}
|
|
91879
|
+
}
|
|
91880
|
+
}
|
|
91881
|
+
|
|
91813
91882
|
.e-separator {
|
|
91814
91883
|
border: .5px solid $rte-quick-vr-line-color;
|
|
91815
91884
|
}
|
|
@@ -91890,6 +91959,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91890
91959
|
}
|
|
91891
91960
|
}
|
|
91892
91961
|
|
|
91962
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91963
|
+
.e-rte-color-content {
|
|
91964
|
+
@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' {
|
|
91965
|
+
padding-top: 8px;
|
|
91966
|
+
}
|
|
91967
|
+
}
|
|
91968
|
+
}
|
|
91969
|
+
|
|
91893
91970
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
91894
91971
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
91895
91972
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92180,6 +92257,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92180
92257
|
color: $rte-icons-color;
|
|
92181
92258
|
}
|
|
92182
92259
|
|
|
92260
|
+
.e-bigger .e-richtexteditor,
|
|
92261
|
+
.e-richtexteditor {
|
|
92262
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92263
|
+
color: $icon-color-disabled;
|
|
92264
|
+
}
|
|
92265
|
+
}
|
|
92266
|
+
|
|
92183
92267
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92184
92268
|
border-radius: 4px;
|
|
92185
92269
|
}
|
|
@@ -103147,8 +103231,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103147
103231
|
padding-bottom: 30px;
|
|
103148
103232
|
height: 18px;
|
|
103149
103233
|
}
|
|
103150
|
-
max-width: 237px;
|
|
103151
103234
|
position: absolute;
|
|
103235
|
+
overflow: hidden;
|
|
103236
|
+
text-overflow: ellipsis;
|
|
103152
103237
|
}
|
|
103153
103238
|
|
|
103154
103239
|
.e-pv-reply-title {
|
|
@@ -103167,10 +103252,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103167
103252
|
@if $skin-name == 'Material3' {
|
|
103168
103253
|
font-size: $text-xs;
|
|
103169
103254
|
}
|
|
103170
|
-
max-width: 212px;
|
|
103171
103255
|
padding-left: 8px;
|
|
103172
103256
|
padding-top: $pv-comment-title-padding-top;
|
|
103173
103257
|
position: absolute;
|
|
103258
|
+
overflow: hidden;
|
|
103259
|
+
text-overflow: ellipsis;
|
|
103174
103260
|
}
|
|
103175
103261
|
|
|
103176
103262
|
.e-pv-comments-hover {
|
|
@@ -116053,6 +116139,8 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
116053
116139
|
}
|
|
116054
116140
|
|
|
116055
116141
|
.e-toolbar-items {
|
|
116142
|
+
height: $schedule-tbar-bgr-size;
|
|
116143
|
+
|
|
116056
116144
|
&.e-tbar-pos {
|
|
116057
116145
|
height: $schedule-tbar-bgr-size;
|
|
116058
116146
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -3000,7 +3000,7 @@ $ddl-filter-box-shadow: none !default;
|
|
|
3000
3000
|
}
|
|
3001
3001
|
}
|
|
3002
3002
|
|
|
3003
|
-
.e-popup.e-ddl-device.e-popup-close {
|
|
3003
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
3004
3004
|
display: block;
|
|
3005
3005
|
visibility: hidden;
|
|
3006
3006
|
}
|
|
@@ -46326,6 +46326,10 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
46326
46326
|
cursor: move;
|
|
46327
46327
|
}
|
|
46328
46328
|
|
|
46329
|
+
.e-dialog.e-device.e-draggable.e-popup-open {
|
|
46330
|
+
touch-action: none;
|
|
46331
|
+
}
|
|
46332
|
+
|
|
46329
46333
|
.e-dialog {
|
|
46330
46334
|
max-height: 98%;
|
|
46331
46335
|
max-width: 100%;
|
|
@@ -47602,7 +47606,7 @@ $tbar-default-font-overlay: $content-text-color !default;
|
|
|
47602
47606
|
$tbar-active-font-color: $tbar-press-font !default;
|
|
47603
47607
|
$tbar-border-nav-type: $border-light !default;
|
|
47604
47608
|
$tbar-border-nav-active-type: $border-light !default;
|
|
47605
|
-
$tbar-btn-border:
|
|
47609
|
+
$tbar-btn-border: 1px solid $transparent !default;
|
|
47606
47610
|
|
|
47607
47611
|
$tbar-box-shadow: $shadow-sm !default;
|
|
47608
47612
|
$tbar-border-type: $border-type !default;
|
|
@@ -47699,8 +47703,8 @@ $tbar-nrml-btn-focus-outline: none !default;
|
|
|
47699
47703
|
|
|
47700
47704
|
$tbar-btn-icons-focus-color: $icon-color !default;
|
|
47701
47705
|
$tbar-btn-text-focus-color: $content-text-color !default;
|
|
47702
|
-
$tbar-btn-focus-border-color: $
|
|
47703
|
-
$tbar-btn-hover-border-size:
|
|
47706
|
+
$tbar-btn-focus-border-color: $transparent !default;
|
|
47707
|
+
$tbar-btn-hover-border-size: 1px !default;
|
|
47704
47708
|
$tbar-btn-hover-active-icons-color: $icon-color !default;
|
|
47705
47709
|
$tbar-btn-hover-active-text-color: $content-text-color !default;
|
|
47706
47710
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
@@ -48091,6 +48095,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48091
48095
|
white-space: nowrap;
|
|
48092
48096
|
overflow: hidden;
|
|
48093
48097
|
|
|
48098
|
+
&.e-spacer-toolbar {
|
|
48099
|
+
|
|
48100
|
+
.e-toolbar-items {
|
|
48101
|
+
display: flex;
|
|
48102
|
+
flex-wrap: nowrap;
|
|
48103
|
+
width: 100%;
|
|
48104
|
+
|
|
48105
|
+
&:not(.e-toolbar-multirow) {
|
|
48106
|
+
position: absolute;
|
|
48107
|
+
}
|
|
48108
|
+
}
|
|
48109
|
+
|
|
48110
|
+
&.e-pop-mode {
|
|
48111
|
+
|
|
48112
|
+
.e-toolbar-items {
|
|
48113
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48114
|
+
}
|
|
48115
|
+
}
|
|
48116
|
+
}
|
|
48117
|
+
|
|
48094
48118
|
.e-blazor-toolbar-items {
|
|
48095
48119
|
position: absolute;
|
|
48096
48120
|
top: -9999px;
|
|
@@ -48228,6 +48252,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48228
48252
|
min-height: $tbar-nrml-item-size;
|
|
48229
48253
|
vertical-align: middle;
|
|
48230
48254
|
width: auto;
|
|
48255
|
+
flex: 0 0 auto;
|
|
48256
|
+
|
|
48257
|
+
&.e-spacer {
|
|
48258
|
+
flex-grow: 1;
|
|
48259
|
+
}
|
|
48231
48260
|
|
|
48232
48261
|
.e-tbar-btn {
|
|
48233
48262
|
display: flex;
|
|
@@ -48658,6 +48687,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48658
48687
|
|
|
48659
48688
|
&.e-rtl {
|
|
48660
48689
|
|
|
48690
|
+
&:not(.e-spacer-toolbar) {
|
|
48691
|
+
|
|
48692
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48693
|
+
|
|
48694
|
+
.e-toolbar-item:first-child {
|
|
48695
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48696
|
+
}
|
|
48697
|
+
}
|
|
48698
|
+
}
|
|
48699
|
+
|
|
48661
48700
|
.e-toolbar-item {
|
|
48662
48701
|
|
|
48663
48702
|
.e-tbar-btn {
|
|
@@ -78338,8 +78377,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
78338
78377
|
}
|
|
78339
78378
|
|
|
78340
78379
|
& .e-responsive-right {
|
|
78341
|
-
width: calc(100% - 50px);
|
|
78342
|
-
|
|
78343
78380
|
& .e-search-wrapper {
|
|
78344
78381
|
& .e-input-group::before,
|
|
78345
78382
|
& .e-input-group::after {
|
|
@@ -90907,7 +90944,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90907
90944
|
|
|
90908
90945
|
.e-rte-image.e-imginline,
|
|
90909
90946
|
.e-rte-audio.e-audio-inline,
|
|
90910
|
-
.e-rte-video.e-video-inline
|
|
90947
|
+
.e-rte-video.e-video-inline {
|
|
90948
|
+
margin-left: 5px;
|
|
90949
|
+
margin-right: 5px;
|
|
90911
90950
|
display: inline-block;
|
|
90912
90951
|
float: none;
|
|
90913
90952
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91516,6 +91555,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91516
91555
|
.e-rte-quick-toolbar {
|
|
91517
91556
|
min-height: 48px;
|
|
91518
91557
|
|
|
91558
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91559
|
+
.e-rte-color-content,
|
|
91560
|
+
.e-caret {
|
|
91561
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91562
|
+
|
|
91563
|
+
&:hover {
|
|
91564
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91565
|
+
}
|
|
91566
|
+
}
|
|
91567
|
+
}
|
|
91568
|
+
|
|
91519
91569
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91520
91570
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91521
91571
|
min-height: 48px;
|
|
@@ -92264,12 +92314,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92264
92314
|
}
|
|
92265
92315
|
}
|
|
92266
92316
|
|
|
92267
|
-
@if $skin-name == 'bootstrap5' {
|
|
92268
|
-
.e-tbar-btn:focus .e-icons {
|
|
92269
|
-
color: $rte-quick-item-active-font-color;
|
|
92270
|
-
}
|
|
92271
|
-
}
|
|
92272
|
-
|
|
92273
92317
|
&.e-active .e-tbar-btn,
|
|
92274
92318
|
&.e-active .e-tbar-btn:focus {
|
|
92275
92319
|
background: $rte-tb-item-active-bg;
|
|
@@ -92293,10 +92337,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92293
92337
|
.e-tbar-btn:hover .e-icons {
|
|
92294
92338
|
color: $rte-tb-hover-font-color;
|
|
92295
92339
|
}
|
|
92296
|
-
|
|
92297
|
-
.e-tbar-btn:focus .e-icons {
|
|
92298
|
-
color: $primary-text-focus;
|
|
92299
|
-
}
|
|
92300
92340
|
}
|
|
92301
92341
|
|
|
92302
92342
|
.e-dropdown-btn.e-active {
|
|
@@ -92408,9 +92448,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92408
92448
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92409
92449
|
color: $rte-hover-icons-color;
|
|
92410
92450
|
}
|
|
92411
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92412
|
-
color: $rte-hover-icons-color;
|
|
92413
|
-
}
|
|
92414
92451
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92415
92452
|
color: $rte-tb-active-font-color;
|
|
92416
92453
|
}
|
|
@@ -92651,6 +92688,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92651
92688
|
.e-toolbar-items {
|
|
92652
92689
|
background: $rte-quick-pop-bg;
|
|
92653
92690
|
|
|
92691
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92692
|
+
.e-rte-color-content{
|
|
92693
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92694
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92695
|
+
padding-top: 5px;
|
|
92696
|
+
}
|
|
92697
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92698
|
+
@if $skin-name == 'FluentUI' {
|
|
92699
|
+
display: flex;
|
|
92700
|
+
align-items: center;
|
|
92701
|
+
justify-content: center;
|
|
92702
|
+
}
|
|
92703
|
+
&:hover {
|
|
92704
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92705
|
+
}
|
|
92706
|
+
}
|
|
92707
|
+
|
|
92708
|
+
.e-caret {
|
|
92709
|
+
&:hover {
|
|
92710
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92711
|
+
}
|
|
92712
|
+
}
|
|
92713
|
+
&.e-tbar-btn:hover {
|
|
92714
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92715
|
+
background: $rte-split-btn-hover-bg;
|
|
92716
|
+
}
|
|
92717
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92718
|
+
background: $rte-tbar-default-bg;
|
|
92719
|
+
}
|
|
92720
|
+
}
|
|
92721
|
+
}
|
|
92722
|
+
|
|
92654
92723
|
.e-separator {
|
|
92655
92724
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92656
92725
|
}
|
|
@@ -92731,6 +92800,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92731
92800
|
}
|
|
92732
92801
|
}
|
|
92733
92802
|
|
|
92803
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92804
|
+
.e-rte-color-content {
|
|
92805
|
+
@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' {
|
|
92806
|
+
padding-top: 8px;
|
|
92807
|
+
}
|
|
92808
|
+
}
|
|
92809
|
+
}
|
|
92810
|
+
|
|
92734
92811
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92735
92812
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92736
92813
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -93021,6 +93098,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93021
93098
|
color: $rte-icons-color;
|
|
93022
93099
|
}
|
|
93023
93100
|
|
|
93101
|
+
.e-bigger .e-richtexteditor,
|
|
93102
|
+
.e-richtexteditor {
|
|
93103
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
93104
|
+
color: $icon-color-disabled;
|
|
93105
|
+
}
|
|
93106
|
+
}
|
|
93107
|
+
|
|
93024
93108
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
93025
93109
|
border-radius: 4px;
|
|
93026
93110
|
}
|
|
@@ -103994,8 +104078,9 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
103994
104078
|
padding-bottom: 30px;
|
|
103995
104079
|
height: 18px;
|
|
103996
104080
|
}
|
|
103997
|
-
max-width: 237px;
|
|
103998
104081
|
position: absolute;
|
|
104082
|
+
overflow: hidden;
|
|
104083
|
+
text-overflow: ellipsis;
|
|
103999
104084
|
}
|
|
104000
104085
|
|
|
104001
104086
|
.e-pv-reply-title {
|
|
@@ -104014,10 +104099,11 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
104014
104099
|
@if $skin-name == 'Material3' {
|
|
104015
104100
|
font-size: $text-xs;
|
|
104016
104101
|
}
|
|
104017
|
-
max-width: 212px;
|
|
104018
104102
|
padding-left: 8px;
|
|
104019
104103
|
padding-top: $pv-comment-title-padding-top;
|
|
104020
104104
|
position: absolute;
|
|
104105
|
+
overflow: hidden;
|
|
104106
|
+
text-overflow: ellipsis;
|
|
104021
104107
|
}
|
|
104022
104108
|
|
|
104023
104109
|
.e-pv-comments-hover {
|
|
@@ -116921,6 +117007,8 @@ $schedule-tree-content-color: $content-text-color-alt2;
|
|
|
116921
117007
|
}
|
|
116922
117008
|
|
|
116923
117009
|
.e-toolbar-items {
|
|
117010
|
+
height: $schedule-tbar-bgr-size;
|
|
117011
|
+
|
|
116924
117012
|
&.e-tbar-pos {
|
|
116925
117013
|
height: $schedule-tbar-bgr-size;
|
|
116926
117014
|
min-height: $schedule-tbar-bgr-size;
|