@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
|
@@ -2881,7 +2881,7 @@ $ddl-bigger-small-list-font-size: 13px !default;
|
|
|
2881
2881
|
}
|
|
2882
2882
|
}
|
|
2883
2883
|
|
|
2884
|
-
.e-popup.e-ddl-device.e-popup-close {
|
|
2884
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
2885
2885
|
display: block;
|
|
2886
2886
|
visibility: hidden;
|
|
2887
2887
|
}
|
|
@@ -46473,6 +46473,10 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
46473
46473
|
cursor: move;
|
|
46474
46474
|
}
|
|
46475
46475
|
|
|
46476
|
+
.e-dialog.e-device.e-draggable.e-popup-open {
|
|
46477
|
+
touch-action: none;
|
|
46478
|
+
}
|
|
46479
|
+
|
|
46476
46480
|
.e-dialog {
|
|
46477
46481
|
max-height: 98%;
|
|
46478
46482
|
max-width: 100%;
|
|
@@ -48307,6 +48311,26 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48307
48311
|
white-space: nowrap;
|
|
48308
48312
|
overflow: hidden;
|
|
48309
48313
|
|
|
48314
|
+
&.e-spacer-toolbar {
|
|
48315
|
+
|
|
48316
|
+
.e-toolbar-items {
|
|
48317
|
+
display: flex;
|
|
48318
|
+
flex-wrap: nowrap;
|
|
48319
|
+
width: 100%;
|
|
48320
|
+
|
|
48321
|
+
&:not(.e-toolbar-multirow) {
|
|
48322
|
+
position: absolute;
|
|
48323
|
+
}
|
|
48324
|
+
}
|
|
48325
|
+
|
|
48326
|
+
&.e-pop-mode {
|
|
48327
|
+
|
|
48328
|
+
.e-toolbar-items {
|
|
48329
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48330
|
+
}
|
|
48331
|
+
}
|
|
48332
|
+
}
|
|
48333
|
+
|
|
48310
48334
|
.e-blazor-toolbar-items {
|
|
48311
48335
|
position: absolute;
|
|
48312
48336
|
top: -9999px;
|
|
@@ -48444,6 +48468,11 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48444
48468
|
min-height: $tbar-nrml-item-size;
|
|
48445
48469
|
vertical-align: middle;
|
|
48446
48470
|
width: auto;
|
|
48471
|
+
flex: 0 0 auto;
|
|
48472
|
+
|
|
48473
|
+
&.e-spacer {
|
|
48474
|
+
flex-grow: 1;
|
|
48475
|
+
}
|
|
48447
48476
|
|
|
48448
48477
|
.e-tbar-btn {
|
|
48449
48478
|
display: flex;
|
|
@@ -48874,6 +48903,16 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48874
48903
|
|
|
48875
48904
|
&.e-rtl {
|
|
48876
48905
|
|
|
48906
|
+
&:not(.e-spacer-toolbar) {
|
|
48907
|
+
|
|
48908
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48909
|
+
|
|
48910
|
+
.e-toolbar-item:first-child {
|
|
48911
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48912
|
+
}
|
|
48913
|
+
}
|
|
48914
|
+
}
|
|
48915
|
+
|
|
48877
48916
|
.e-toolbar-item {
|
|
48878
48917
|
|
|
48879
48918
|
.e-tbar-btn {
|
|
@@ -79077,8 +79116,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
79077
79116
|
}
|
|
79078
79117
|
|
|
79079
79118
|
& .e-responsive-right {
|
|
79080
|
-
width: calc(100% - 50px);
|
|
79081
|
-
|
|
79082
79119
|
& .e-search-wrapper {
|
|
79083
79120
|
& .e-input-group::before,
|
|
79084
79121
|
& .e-input-group::after {
|
|
@@ -91628,7 +91665,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91628
91665
|
|
|
91629
91666
|
.e-rte-image.e-imginline,
|
|
91630
91667
|
.e-rte-audio.e-audio-inline,
|
|
91631
|
-
.e-rte-video.e-video-inline
|
|
91668
|
+
.e-rte-video.e-video-inline {
|
|
91669
|
+
margin-left: 5px;
|
|
91670
|
+
margin-right: 5px;
|
|
91632
91671
|
display: inline-block;
|
|
91633
91672
|
float: none;
|
|
91634
91673
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -92237,6 +92276,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92237
92276
|
.e-rte-quick-toolbar {
|
|
92238
92277
|
min-height: 48px;
|
|
92239
92278
|
|
|
92279
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92280
|
+
.e-rte-color-content,
|
|
92281
|
+
.e-caret {
|
|
92282
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
92283
|
+
|
|
92284
|
+
&:hover {
|
|
92285
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
92286
|
+
}
|
|
92287
|
+
}
|
|
92288
|
+
}
|
|
92289
|
+
|
|
92240
92290
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
92241
92291
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
92242
92292
|
min-height: 48px;
|
|
@@ -92985,12 +93035,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92985
93035
|
}
|
|
92986
93036
|
}
|
|
92987
93037
|
|
|
92988
|
-
@if $skin-name == 'bootstrap5' {
|
|
92989
|
-
.e-tbar-btn:focus .e-icons {
|
|
92990
|
-
color: $rte-quick-item-active-font-color;
|
|
92991
|
-
}
|
|
92992
|
-
}
|
|
92993
|
-
|
|
92994
93038
|
&.e-active .e-tbar-btn,
|
|
92995
93039
|
&.e-active .e-tbar-btn:focus {
|
|
92996
93040
|
background: $rte-tb-item-active-bg;
|
|
@@ -93014,10 +93058,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93014
93058
|
.e-tbar-btn:hover .e-icons {
|
|
93015
93059
|
color: $rte-tb-hover-font-color;
|
|
93016
93060
|
}
|
|
93017
|
-
|
|
93018
|
-
.e-tbar-btn:focus .e-icons {
|
|
93019
|
-
color: $primary-text-focus;
|
|
93020
|
-
}
|
|
93021
93061
|
}
|
|
93022
93062
|
|
|
93023
93063
|
.e-dropdown-btn.e-active {
|
|
@@ -93129,9 +93169,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93129
93169
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
93130
93170
|
color: $rte-hover-icons-color;
|
|
93131
93171
|
}
|
|
93132
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
93133
|
-
color: $rte-hover-icons-color;
|
|
93134
|
-
}
|
|
93135
93172
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
93136
93173
|
color: $rte-tb-active-font-color;
|
|
93137
93174
|
}
|
|
@@ -93372,6 +93409,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93372
93409
|
.e-toolbar-items {
|
|
93373
93410
|
background: $rte-quick-pop-bg;
|
|
93374
93411
|
|
|
93412
|
+
.e-rte-backgroundcolor-dropdown {
|
|
93413
|
+
.e-rte-color-content{
|
|
93414
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
93415
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
93416
|
+
padding-top: 5px;
|
|
93417
|
+
}
|
|
93418
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
93419
|
+
@if $skin-name == 'FluentUI' {
|
|
93420
|
+
display: flex;
|
|
93421
|
+
align-items: center;
|
|
93422
|
+
justify-content: center;
|
|
93423
|
+
}
|
|
93424
|
+
&:hover {
|
|
93425
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93426
|
+
}
|
|
93427
|
+
}
|
|
93428
|
+
|
|
93429
|
+
.e-caret {
|
|
93430
|
+
&:hover {
|
|
93431
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93432
|
+
}
|
|
93433
|
+
}
|
|
93434
|
+
&.e-tbar-btn:hover {
|
|
93435
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
93436
|
+
background: $rte-split-btn-hover-bg;
|
|
93437
|
+
}
|
|
93438
|
+
@if $skin-name =='bootstrap-dark'{
|
|
93439
|
+
background: $rte-tbar-default-bg;
|
|
93440
|
+
}
|
|
93441
|
+
}
|
|
93442
|
+
}
|
|
93443
|
+
|
|
93375
93444
|
.e-separator {
|
|
93376
93445
|
border: .5px solid $rte-quick-vr-line-color;
|
|
93377
93446
|
}
|
|
@@ -93452,6 +93521,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93452
93521
|
}
|
|
93453
93522
|
}
|
|
93454
93523
|
|
|
93524
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
93525
|
+
.e-rte-color-content {
|
|
93526
|
+
@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' {
|
|
93527
|
+
padding-top: 8px;
|
|
93528
|
+
}
|
|
93529
|
+
}
|
|
93530
|
+
}
|
|
93531
|
+
|
|
93455
93532
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
93456
93533
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
93457
93534
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -93742,6 +93819,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93742
93819
|
color: $rte-icons-color;
|
|
93743
93820
|
}
|
|
93744
93821
|
|
|
93822
|
+
.e-bigger .e-richtexteditor,
|
|
93823
|
+
.e-richtexteditor {
|
|
93824
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
93825
|
+
color: $icon-color-disabled;
|
|
93826
|
+
}
|
|
93827
|
+
}
|
|
93828
|
+
|
|
93745
93829
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
93746
93830
|
border-radius: 4px;
|
|
93747
93831
|
}
|
|
@@ -104724,8 +104808,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
104724
104808
|
padding-bottom: 30px;
|
|
104725
104809
|
height: 18px;
|
|
104726
104810
|
}
|
|
104727
|
-
max-width: 237px;
|
|
104728
104811
|
position: absolute;
|
|
104812
|
+
overflow: hidden;
|
|
104813
|
+
text-overflow: ellipsis;
|
|
104729
104814
|
}
|
|
104730
104815
|
|
|
104731
104816
|
.e-pv-reply-title {
|
|
@@ -104744,10 +104829,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
104744
104829
|
@if $skin-name == 'Material3' {
|
|
104745
104830
|
font-size: $text-xs;
|
|
104746
104831
|
}
|
|
104747
|
-
max-width: 212px;
|
|
104748
104832
|
padding-left: 8px;
|
|
104749
104833
|
padding-top: $pv-comment-title-padding-top;
|
|
104750
104834
|
position: absolute;
|
|
104835
|
+
overflow: hidden;
|
|
104836
|
+
text-overflow: ellipsis;
|
|
104751
104837
|
}
|
|
104752
104838
|
|
|
104753
104839
|
.e-pv-comments-hover {
|
|
@@ -117659,6 +117745,8 @@ $schedule-tree-content-color: #fff !default;
|
|
|
117659
117745
|
}
|
|
117660
117746
|
|
|
117661
117747
|
.e-toolbar-items {
|
|
117748
|
+
height: $schedule-tbar-bgr-size;
|
|
117749
|
+
|
|
117662
117750
|
&.e-tbar-pos {
|
|
117663
117751
|
height: $schedule-tbar-bgr-size;
|
|
117664
117752
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -2896,7 +2896,7 @@ $ddl-bigger-small-list-font-size: 13px !default;
|
|
|
2896
2896
|
}
|
|
2897
2897
|
}
|
|
2898
2898
|
|
|
2899
|
-
.e-popup.e-ddl-device.e-popup-close {
|
|
2899
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
2900
2900
|
display: block;
|
|
2901
2901
|
visibility: hidden;
|
|
2902
2902
|
}
|
|
@@ -46222,6 +46222,10 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
46222
46222
|
cursor: move;
|
|
46223
46223
|
}
|
|
46224
46224
|
|
|
46225
|
+
.e-dialog.e-device.e-draggable.e-popup-open {
|
|
46226
|
+
touch-action: none;
|
|
46227
|
+
}
|
|
46228
|
+
|
|
46225
46229
|
.e-dialog {
|
|
46226
46230
|
max-height: 98%;
|
|
46227
46231
|
max-width: 100%;
|
|
@@ -48039,6 +48043,26 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48039
48043
|
white-space: nowrap;
|
|
48040
48044
|
overflow: hidden;
|
|
48041
48045
|
|
|
48046
|
+
&.e-spacer-toolbar {
|
|
48047
|
+
|
|
48048
|
+
.e-toolbar-items {
|
|
48049
|
+
display: flex;
|
|
48050
|
+
flex-wrap: nowrap;
|
|
48051
|
+
width: 100%;
|
|
48052
|
+
|
|
48053
|
+
&:not(.e-toolbar-multirow) {
|
|
48054
|
+
position: absolute;
|
|
48055
|
+
}
|
|
48056
|
+
}
|
|
48057
|
+
|
|
48058
|
+
&.e-pop-mode {
|
|
48059
|
+
|
|
48060
|
+
.e-toolbar-items {
|
|
48061
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48062
|
+
}
|
|
48063
|
+
}
|
|
48064
|
+
}
|
|
48065
|
+
|
|
48042
48066
|
.e-blazor-toolbar-items {
|
|
48043
48067
|
position: absolute;
|
|
48044
48068
|
top: -9999px;
|
|
@@ -48176,6 +48200,11 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48176
48200
|
min-height: $tbar-nrml-item-size;
|
|
48177
48201
|
vertical-align: middle;
|
|
48178
48202
|
width: auto;
|
|
48203
|
+
flex: 0 0 auto;
|
|
48204
|
+
|
|
48205
|
+
&.e-spacer {
|
|
48206
|
+
flex-grow: 1;
|
|
48207
|
+
}
|
|
48179
48208
|
|
|
48180
48209
|
.e-tbar-btn {
|
|
48181
48210
|
display: flex;
|
|
@@ -48606,6 +48635,16 @@ $tbar-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !d
|
|
|
48606
48635
|
|
|
48607
48636
|
&.e-rtl {
|
|
48608
48637
|
|
|
48638
|
+
&:not(.e-spacer-toolbar) {
|
|
48639
|
+
|
|
48640
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48641
|
+
|
|
48642
|
+
.e-toolbar-item:first-child {
|
|
48643
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48644
|
+
}
|
|
48645
|
+
}
|
|
48646
|
+
}
|
|
48647
|
+
|
|
48609
48648
|
.e-toolbar-item {
|
|
48610
48649
|
|
|
48611
48650
|
.e-tbar-btn {
|
|
@@ -78798,8 +78837,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
78798
78837
|
}
|
|
78799
78838
|
|
|
78800
78839
|
& .e-responsive-right {
|
|
78801
|
-
width: calc(100% - 50px);
|
|
78802
|
-
|
|
78803
78840
|
& .e-search-wrapper {
|
|
78804
78841
|
& .e-input-group::before,
|
|
78805
78842
|
& .e-input-group::after {
|
|
@@ -91342,7 +91379,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91342
91379
|
|
|
91343
91380
|
.e-rte-image.e-imginline,
|
|
91344
91381
|
.e-rte-audio.e-audio-inline,
|
|
91345
|
-
.e-rte-video.e-video-inline
|
|
91382
|
+
.e-rte-video.e-video-inline {
|
|
91383
|
+
margin-left: 5px;
|
|
91384
|
+
margin-right: 5px;
|
|
91346
91385
|
display: inline-block;
|
|
91347
91386
|
float: none;
|
|
91348
91387
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91951,6 +91990,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91951
91990
|
.e-rte-quick-toolbar {
|
|
91952
91991
|
min-height: 48px;
|
|
91953
91992
|
|
|
91993
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91994
|
+
.e-rte-color-content,
|
|
91995
|
+
.e-caret {
|
|
91996
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91997
|
+
|
|
91998
|
+
&:hover {
|
|
91999
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
92000
|
+
}
|
|
92001
|
+
}
|
|
92002
|
+
}
|
|
92003
|
+
|
|
91954
92004
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91955
92005
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91956
92006
|
min-height: 48px;
|
|
@@ -92699,12 +92749,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92699
92749
|
}
|
|
92700
92750
|
}
|
|
92701
92751
|
|
|
92702
|
-
@if $skin-name == 'bootstrap5' {
|
|
92703
|
-
.e-tbar-btn:focus .e-icons {
|
|
92704
|
-
color: $rte-quick-item-active-font-color;
|
|
92705
|
-
}
|
|
92706
|
-
}
|
|
92707
|
-
|
|
92708
92752
|
&.e-active .e-tbar-btn,
|
|
92709
92753
|
&.e-active .e-tbar-btn:focus {
|
|
92710
92754
|
background: $rte-tb-item-active-bg;
|
|
@@ -92728,10 +92772,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92728
92772
|
.e-tbar-btn:hover .e-icons {
|
|
92729
92773
|
color: $rte-tb-hover-font-color;
|
|
92730
92774
|
}
|
|
92731
|
-
|
|
92732
|
-
.e-tbar-btn:focus .e-icons {
|
|
92733
|
-
color: $primary-text-focus;
|
|
92734
|
-
}
|
|
92735
92775
|
}
|
|
92736
92776
|
|
|
92737
92777
|
.e-dropdown-btn.e-active {
|
|
@@ -92843,9 +92883,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92843
92883
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92844
92884
|
color: $rte-hover-icons-color;
|
|
92845
92885
|
}
|
|
92846
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92847
|
-
color: $rte-hover-icons-color;
|
|
92848
|
-
}
|
|
92849
92886
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92850
92887
|
color: $rte-tb-active-font-color;
|
|
92851
92888
|
}
|
|
@@ -93086,6 +93123,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93086
93123
|
.e-toolbar-items {
|
|
93087
93124
|
background: $rte-quick-pop-bg;
|
|
93088
93125
|
|
|
93126
|
+
.e-rte-backgroundcolor-dropdown {
|
|
93127
|
+
.e-rte-color-content{
|
|
93128
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
93129
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
93130
|
+
padding-top: 5px;
|
|
93131
|
+
}
|
|
93132
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
93133
|
+
@if $skin-name == 'FluentUI' {
|
|
93134
|
+
display: flex;
|
|
93135
|
+
align-items: center;
|
|
93136
|
+
justify-content: center;
|
|
93137
|
+
}
|
|
93138
|
+
&:hover {
|
|
93139
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93140
|
+
}
|
|
93141
|
+
}
|
|
93142
|
+
|
|
93143
|
+
.e-caret {
|
|
93144
|
+
&:hover {
|
|
93145
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93146
|
+
}
|
|
93147
|
+
}
|
|
93148
|
+
&.e-tbar-btn:hover {
|
|
93149
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
93150
|
+
background: $rte-split-btn-hover-bg;
|
|
93151
|
+
}
|
|
93152
|
+
@if $skin-name =='bootstrap-dark'{
|
|
93153
|
+
background: $rte-tbar-default-bg;
|
|
93154
|
+
}
|
|
93155
|
+
}
|
|
93156
|
+
}
|
|
93157
|
+
|
|
93089
93158
|
.e-separator {
|
|
93090
93159
|
border: .5px solid $rte-quick-vr-line-color;
|
|
93091
93160
|
}
|
|
@@ -93166,6 +93235,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93166
93235
|
}
|
|
93167
93236
|
}
|
|
93168
93237
|
|
|
93238
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
93239
|
+
.e-rte-color-content {
|
|
93240
|
+
@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' {
|
|
93241
|
+
padding-top: 8px;
|
|
93242
|
+
}
|
|
93243
|
+
}
|
|
93244
|
+
}
|
|
93245
|
+
|
|
93169
93246
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
93170
93247
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
93171
93248
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -93456,6 +93533,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93456
93533
|
color: $rte-icons-color;
|
|
93457
93534
|
}
|
|
93458
93535
|
|
|
93536
|
+
.e-bigger .e-richtexteditor,
|
|
93537
|
+
.e-richtexteditor {
|
|
93538
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
93539
|
+
color: $icon-color-disabled;
|
|
93540
|
+
}
|
|
93541
|
+
}
|
|
93542
|
+
|
|
93459
93543
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
93460
93544
|
border-radius: 4px;
|
|
93461
93545
|
}
|
|
@@ -104436,8 +104520,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
104436
104520
|
padding-bottom: 30px;
|
|
104437
104521
|
height: 18px;
|
|
104438
104522
|
}
|
|
104439
|
-
max-width: 237px;
|
|
104440
104523
|
position: absolute;
|
|
104524
|
+
overflow: hidden;
|
|
104525
|
+
text-overflow: ellipsis;
|
|
104441
104526
|
}
|
|
104442
104527
|
|
|
104443
104528
|
.e-pv-reply-title {
|
|
@@ -104456,10 +104541,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
104456
104541
|
@if $skin-name == 'Material3' {
|
|
104457
104542
|
font-size: $text-xs;
|
|
104458
104543
|
}
|
|
104459
|
-
max-width: 212px;
|
|
104460
104544
|
padding-left: 8px;
|
|
104461
104545
|
padding-top: $pv-comment-title-padding-top;
|
|
104462
104546
|
position: absolute;
|
|
104547
|
+
overflow: hidden;
|
|
104548
|
+
text-overflow: ellipsis;
|
|
104463
104549
|
}
|
|
104464
104550
|
|
|
104465
104551
|
.e-pv-comments-hover {
|
|
@@ -117367,6 +117453,8 @@ $schedule-tree-content-color: $shadow;
|
|
|
117367
117453
|
}
|
|
117368
117454
|
|
|
117369
117455
|
.e-toolbar-items {
|
|
117456
|
+
height: $schedule-tbar-bgr-size;
|
|
117457
|
+
|
|
117370
117458
|
&.e-tbar-pos {
|
|
117371
117459
|
height: $schedule-tbar-bgr-size;
|
|
117372
117460
|
min-height: $schedule-tbar-bgr-size;
|