@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
|
@@ -2920,7 +2920,7 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
2920
2920
|
}
|
|
2921
2921
|
}
|
|
2922
2922
|
|
|
2923
|
-
.e-popup.e-ddl-device.e-popup-close {
|
|
2923
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
2924
2924
|
display: block;
|
|
2925
2925
|
visibility: hidden;
|
|
2926
2926
|
}
|
|
@@ -46119,6 +46119,10 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
46119
46119
|
cursor: move;
|
|
46120
46120
|
}
|
|
46121
46121
|
|
|
46122
|
+
.e-dialog.e-device.e-draggable.e-popup-open {
|
|
46123
|
+
touch-action: none;
|
|
46124
|
+
}
|
|
46125
|
+
|
|
46122
46126
|
.e-dialog {
|
|
46123
46127
|
max-height: 98%;
|
|
46124
46128
|
max-width: 100%;
|
|
@@ -47385,7 +47389,7 @@ $tbar-nav-press-border: 0 !default;
|
|
|
47385
47389
|
$tbar-nav-hover-border: 1px solid $grey-99 !default;
|
|
47386
47390
|
$tbar-nav-focus-border: 0 !default;
|
|
47387
47391
|
$tbar-pressed-border: transparent !default;
|
|
47388
|
-
$tbar-btn-border:
|
|
47392
|
+
$tbar-btn-border: 1px solid transparent !default;
|
|
47389
47393
|
|
|
47390
47394
|
$tbar-nav-pressed-box-shadow: inset 0 4px 5px rgba($grey-base, .35) !default;
|
|
47391
47395
|
$tbar-pop-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !default;
|
|
@@ -47446,7 +47450,7 @@ $tbar-separator-bgr-height: calc(100% - 12px) !default;
|
|
|
47446
47450
|
$tbar-separator-bgr-mrgn: 6px 6px !default;
|
|
47447
47451
|
$tbar-separator-nrml-mrgn: 5.5px 6px !default;
|
|
47448
47452
|
$tbar-btn-bgr-padding: 1px 7px !default;
|
|
47449
|
-
$tbar-btn-bgr-focus-padding: 0
|
|
47453
|
+
$tbar-btn-bgr-focus-padding: 0 7px !default;
|
|
47450
47454
|
$tbar-btn-nrml-padding: 1px 2.5px !default;
|
|
47451
47455
|
$tbar-icons-bgr-font-size: 14px !default;
|
|
47452
47456
|
$tbar-multirow-items-mrgn-bigger: 15px !default;
|
|
@@ -47459,13 +47463,13 @@ $tbar-bgr-btn-icon-font-size: 16px !default;
|
|
|
47459
47463
|
$tbar-bgr-btn-focus-padding: 0 6px !default;
|
|
47460
47464
|
|
|
47461
47465
|
$tbar-nrml-btn-border-radius: 4px !default;
|
|
47462
|
-
$tbar-nrml-btn-focus-padding:
|
|
47466
|
+
$tbar-nrml-btn-focus-padding: 0 2.5px !default;
|
|
47463
47467
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
47464
47468
|
|
|
47465
47469
|
$tbar-btn-icons-focus-color: $grey-dark-font !default;
|
|
47466
47470
|
$tbar-btn-text-focus-color: $grey-dark-font !default;
|
|
47467
47471
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
47468
|
-
$tbar-btn-hover-border-size: $tbar-
|
|
47472
|
+
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
47469
47473
|
$tbar-btn-hover-active-icons-color: $grey-dark-font !default;
|
|
47470
47474
|
$tbar-btn-hover-active-text-color: $grey-dark-font !default;
|
|
47471
47475
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
@@ -47858,6 +47862,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47858
47862
|
white-space: nowrap;
|
|
47859
47863
|
overflow: hidden;
|
|
47860
47864
|
|
|
47865
|
+
&.e-spacer-toolbar {
|
|
47866
|
+
|
|
47867
|
+
.e-toolbar-items {
|
|
47868
|
+
display: flex;
|
|
47869
|
+
flex-wrap: nowrap;
|
|
47870
|
+
width: 100%;
|
|
47871
|
+
|
|
47872
|
+
&:not(.e-toolbar-multirow) {
|
|
47873
|
+
position: absolute;
|
|
47874
|
+
}
|
|
47875
|
+
}
|
|
47876
|
+
|
|
47877
|
+
&.e-pop-mode {
|
|
47878
|
+
|
|
47879
|
+
.e-toolbar-items {
|
|
47880
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47881
|
+
}
|
|
47882
|
+
}
|
|
47883
|
+
}
|
|
47884
|
+
|
|
47861
47885
|
.e-blazor-toolbar-items {
|
|
47862
47886
|
position: absolute;
|
|
47863
47887
|
top: -9999px;
|
|
@@ -47995,6 +48019,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47995
48019
|
min-height: $tbar-nrml-item-size;
|
|
47996
48020
|
vertical-align: middle;
|
|
47997
48021
|
width: auto;
|
|
48022
|
+
flex: 0 0 auto;
|
|
48023
|
+
|
|
48024
|
+
&.e-spacer {
|
|
48025
|
+
flex-grow: 1;
|
|
48026
|
+
}
|
|
47998
48027
|
|
|
47999
48028
|
.e-tbar-btn {
|
|
48000
48029
|
display: flex;
|
|
@@ -48425,6 +48454,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48425
48454
|
|
|
48426
48455
|
&.e-rtl {
|
|
48427
48456
|
|
|
48457
|
+
&:not(.e-spacer-toolbar) {
|
|
48458
|
+
|
|
48459
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48460
|
+
|
|
48461
|
+
.e-toolbar-item:first-child {
|
|
48462
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48463
|
+
}
|
|
48464
|
+
}
|
|
48465
|
+
}
|
|
48466
|
+
|
|
48428
48467
|
.e-toolbar-item {
|
|
48429
48468
|
|
|
48430
48469
|
.e-tbar-btn {
|
|
@@ -77912,8 +77951,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77912
77951
|
}
|
|
77913
77952
|
|
|
77914
77953
|
& .e-responsive-right {
|
|
77915
|
-
width: calc(100% - 50px);
|
|
77916
|
-
|
|
77917
77954
|
& .e-search-wrapper {
|
|
77918
77955
|
& .e-input-group::before,
|
|
77919
77956
|
& .e-input-group::after {
|
|
@@ -89390,8 +89427,8 @@ $rte-big-tb-items-margin-left: 3px !default;
|
|
|
89390
89427
|
$rte-tb-items-margin-left: 6px !default;
|
|
89391
89428
|
$rte-big-tb-items-padding-left: 3px !default;
|
|
89392
89429
|
$rte-tb-items-padding-left: 6px !default;
|
|
89393
|
-
$rte-big-active-tb-item-btn-padding: 0
|
|
89394
|
-
$rte-active-tb-item-btn-padding: 0
|
|
89430
|
+
$rte-big-active-tb-item-btn-padding: 0 7px !default;
|
|
89431
|
+
$rte-active-tb-item-btn-padding: 0 2.5px !default;
|
|
89395
89432
|
$rte-tb-item-active-bg: rgba($grey-base, .12) !default;
|
|
89396
89433
|
$rte-tb-active-font-color: $grey-dark-font !default;
|
|
89397
89434
|
$rte-tb-item-active-border: $rte-border-size $rte-border-type $grey-8c !default;
|
|
@@ -89439,15 +89476,15 @@ $rte-font-name-btn-min-width: 67px !default;
|
|
|
89439
89476
|
$rte-font-size-btn-min-width: 36px !default;
|
|
89440
89477
|
$rte-drop-btn-padding-left: 9px !default;
|
|
89441
89478
|
$rte-drop-btn-padding-right: 3.5px !default;
|
|
89442
|
-
$rte-drop-btn-action-padding-left:
|
|
89443
|
-
$rte-drop-btn-action-padding-right:
|
|
89479
|
+
$rte-drop-btn-action-padding-left: 9px !default;
|
|
89480
|
+
$rte-drop-btn-action-padding-right: 3.5px !default;
|
|
89444
89481
|
$rte-big-drop-btn-padding-left: 12px !default;
|
|
89445
89482
|
$rte-big-drop-btn-padding-right: 7px !default;
|
|
89446
|
-
$rte-big-drop-btn-action-padding-left:
|
|
89447
|
-
$rte-big-drop-btn-action-padding-right:
|
|
89483
|
+
$rte-big-drop-btn-action-padding-left: 12px !default;
|
|
89484
|
+
$rte-big-drop-btn-action-padding-right: 7px !default;
|
|
89448
89485
|
$rte-ext-tbar-overlay-icons-color: $grey-dark-font !default;
|
|
89449
89486
|
$rte-colorpicker-parent-padding: 1px !default;
|
|
89450
|
-
$rte-colorpicker-parent-padding-hover:
|
|
89487
|
+
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
89451
89488
|
$rte-colorpicker-parent-padding-active-hover: 1px !default;
|
|
89452
89489
|
$rte-overlay-color: #383838 !default;
|
|
89453
89490
|
$rte-dropdown-btn-color-content-height: 30px !default;
|
|
@@ -89504,7 +89541,7 @@ $rte-resize-handler-width: 15px;
|
|
|
89504
89541
|
$rte-resize-handler-height: 15px;
|
|
89505
89542
|
$rte-resize-handler-position: 0;
|
|
89506
89543
|
|
|
89507
|
-
$rte-big-color-list-span-common-padding-left-right:
|
|
89544
|
+
$rte-big-color-list-span-common-padding-left-right: 1px;
|
|
89508
89545
|
$rte-default-character-count-opacity: .54;
|
|
89509
89546
|
$rte-placeholder-padding: 16px !default;
|
|
89510
89547
|
|
|
@@ -90480,7 +90517,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90480
90517
|
|
|
90481
90518
|
.e-rte-image.e-imginline,
|
|
90482
90519
|
.e-rte-audio.e-audio-inline,
|
|
90483
|
-
.e-rte-video.e-video-inline
|
|
90520
|
+
.e-rte-video.e-video-inline {
|
|
90521
|
+
margin-left: 5px;
|
|
90522
|
+
margin-right: 5px;
|
|
90484
90523
|
display: inline-block;
|
|
90485
90524
|
float: none;
|
|
90486
90525
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91089,6 +91128,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91089
91128
|
.e-rte-quick-toolbar {
|
|
91090
91129
|
min-height: 48px;
|
|
91091
91130
|
|
|
91131
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91132
|
+
.e-rte-color-content,
|
|
91133
|
+
.e-caret {
|
|
91134
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91135
|
+
|
|
91136
|
+
&:hover {
|
|
91137
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91138
|
+
}
|
|
91139
|
+
}
|
|
91140
|
+
}
|
|
91141
|
+
|
|
91092
91142
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91093
91143
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91094
91144
|
min-height: 48px;
|
|
@@ -91837,12 +91887,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91837
91887
|
}
|
|
91838
91888
|
}
|
|
91839
91889
|
|
|
91840
|
-
@if $skin-name == 'bootstrap5' {
|
|
91841
|
-
.e-tbar-btn:focus .e-icons {
|
|
91842
|
-
color: $rte-quick-item-active-font-color;
|
|
91843
|
-
}
|
|
91844
|
-
}
|
|
91845
|
-
|
|
91846
91890
|
&.e-active .e-tbar-btn,
|
|
91847
91891
|
&.e-active .e-tbar-btn:focus {
|
|
91848
91892
|
background: $rte-tb-item-active-bg;
|
|
@@ -91866,10 +91910,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91866
91910
|
.e-tbar-btn:hover .e-icons {
|
|
91867
91911
|
color: $rte-tb-hover-font-color;
|
|
91868
91912
|
}
|
|
91869
|
-
|
|
91870
|
-
.e-tbar-btn:focus .e-icons {
|
|
91871
|
-
color: $primary-text-focus;
|
|
91872
|
-
}
|
|
91873
91913
|
}
|
|
91874
91914
|
|
|
91875
91915
|
.e-dropdown-btn.e-active {
|
|
@@ -91981,9 +92021,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91981
92021
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
91982
92022
|
color: $rte-hover-icons-color;
|
|
91983
92023
|
}
|
|
91984
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
91985
|
-
color: $rte-hover-icons-color;
|
|
91986
|
-
}
|
|
91987
92024
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
91988
92025
|
color: $rte-tb-active-font-color;
|
|
91989
92026
|
}
|
|
@@ -92224,6 +92261,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92224
92261
|
.e-toolbar-items {
|
|
92225
92262
|
background: $rte-quick-pop-bg;
|
|
92226
92263
|
|
|
92264
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92265
|
+
.e-rte-color-content{
|
|
92266
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92267
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92268
|
+
padding-top: 5px;
|
|
92269
|
+
}
|
|
92270
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92271
|
+
@if $skin-name == 'FluentUI' {
|
|
92272
|
+
display: flex;
|
|
92273
|
+
align-items: center;
|
|
92274
|
+
justify-content: center;
|
|
92275
|
+
}
|
|
92276
|
+
&:hover {
|
|
92277
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92278
|
+
}
|
|
92279
|
+
}
|
|
92280
|
+
|
|
92281
|
+
.e-caret {
|
|
92282
|
+
&:hover {
|
|
92283
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92284
|
+
}
|
|
92285
|
+
}
|
|
92286
|
+
&.e-tbar-btn:hover {
|
|
92287
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92288
|
+
background: $rte-split-btn-hover-bg;
|
|
92289
|
+
}
|
|
92290
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92291
|
+
background: $rte-tbar-default-bg;
|
|
92292
|
+
}
|
|
92293
|
+
}
|
|
92294
|
+
}
|
|
92295
|
+
|
|
92227
92296
|
.e-separator {
|
|
92228
92297
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92229
92298
|
}
|
|
@@ -92304,6 +92373,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92304
92373
|
}
|
|
92305
92374
|
}
|
|
92306
92375
|
|
|
92376
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92377
|
+
.e-rte-color-content {
|
|
92378
|
+
@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' {
|
|
92379
|
+
padding-top: 8px;
|
|
92380
|
+
}
|
|
92381
|
+
}
|
|
92382
|
+
}
|
|
92383
|
+
|
|
92307
92384
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92308
92385
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92309
92386
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92594,6 +92671,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92594
92671
|
color: $rte-icons-color;
|
|
92595
92672
|
}
|
|
92596
92673
|
|
|
92674
|
+
.e-bigger .e-richtexteditor,
|
|
92675
|
+
.e-richtexteditor {
|
|
92676
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92677
|
+
color: $icon-color-disabled;
|
|
92678
|
+
}
|
|
92679
|
+
}
|
|
92680
|
+
|
|
92597
92681
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92598
92682
|
border-radius: 4px;
|
|
92599
92683
|
}
|
|
@@ -103574,8 +103658,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103574
103658
|
padding-bottom: 30px;
|
|
103575
103659
|
height: 18px;
|
|
103576
103660
|
}
|
|
103577
|
-
max-width: 237px;
|
|
103578
103661
|
position: absolute;
|
|
103662
|
+
overflow: hidden;
|
|
103663
|
+
text-overflow: ellipsis;
|
|
103579
103664
|
}
|
|
103580
103665
|
|
|
103581
103666
|
.e-pv-reply-title {
|
|
@@ -103594,10 +103679,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103594
103679
|
@if $skin-name == 'Material3' {
|
|
103595
103680
|
font-size: $text-xs;
|
|
103596
103681
|
}
|
|
103597
|
-
max-width: 212px;
|
|
103598
103682
|
padding-left: 8px;
|
|
103599
103683
|
padding-top: $pv-comment-title-padding-top;
|
|
103600
103684
|
position: absolute;
|
|
103685
|
+
overflow: hidden;
|
|
103686
|
+
text-overflow: ellipsis;
|
|
103601
103687
|
}
|
|
103602
103688
|
|
|
103603
103689
|
.e-pv-comments-hover {
|
|
@@ -116487,6 +116573,8 @@ $schedule-tree-content-color: #fff !default;
|
|
|
116487
116573
|
}
|
|
116488
116574
|
|
|
116489
116575
|
.e-toolbar-items {
|
|
116576
|
+
height: $schedule-tbar-bgr-size;
|
|
116577
|
+
|
|
116490
116578
|
&.e-tbar-pos {
|
|
116491
116579
|
height: $schedule-tbar-bgr-size;
|
|
116492
116580
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -2920,7 +2920,7 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
2920
2920
|
}
|
|
2921
2921
|
}
|
|
2922
2922
|
|
|
2923
|
-
.e-popup.e-ddl-device.e-popup-close {
|
|
2923
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
2924
2924
|
display: block;
|
|
2925
2925
|
visibility: hidden;
|
|
2926
2926
|
}
|
|
@@ -45840,6 +45840,10 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
45840
45840
|
cursor: move;
|
|
45841
45841
|
}
|
|
45842
45842
|
|
|
45843
|
+
.e-dialog.e-device.e-draggable.e-popup-open {
|
|
45844
|
+
touch-action: none;
|
|
45845
|
+
}
|
|
45846
|
+
|
|
45843
45847
|
.e-dialog {
|
|
45844
45848
|
max-height: 98%;
|
|
45845
45849
|
max-width: 100%;
|
|
@@ -47574,6 +47578,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47574
47578
|
white-space: nowrap;
|
|
47575
47579
|
overflow: hidden;
|
|
47576
47580
|
|
|
47581
|
+
&.e-spacer-toolbar {
|
|
47582
|
+
|
|
47583
|
+
.e-toolbar-items {
|
|
47584
|
+
display: flex;
|
|
47585
|
+
flex-wrap: nowrap;
|
|
47586
|
+
width: 100%;
|
|
47587
|
+
|
|
47588
|
+
&:not(.e-toolbar-multirow) {
|
|
47589
|
+
position: absolute;
|
|
47590
|
+
}
|
|
47591
|
+
}
|
|
47592
|
+
|
|
47593
|
+
&.e-pop-mode {
|
|
47594
|
+
|
|
47595
|
+
.e-toolbar-items {
|
|
47596
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47597
|
+
}
|
|
47598
|
+
}
|
|
47599
|
+
}
|
|
47600
|
+
|
|
47577
47601
|
.e-blazor-toolbar-items {
|
|
47578
47602
|
position: absolute;
|
|
47579
47603
|
top: -9999px;
|
|
@@ -47711,6 +47735,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47711
47735
|
min-height: $tbar-nrml-item-size;
|
|
47712
47736
|
vertical-align: middle;
|
|
47713
47737
|
width: auto;
|
|
47738
|
+
flex: 0 0 auto;
|
|
47739
|
+
|
|
47740
|
+
&.e-spacer {
|
|
47741
|
+
flex-grow: 1;
|
|
47742
|
+
}
|
|
47714
47743
|
|
|
47715
47744
|
.e-tbar-btn {
|
|
47716
47745
|
display: flex;
|
|
@@ -48141,6 +48170,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48141
48170
|
|
|
48142
48171
|
&.e-rtl {
|
|
48143
48172
|
|
|
48173
|
+
&:not(.e-spacer-toolbar) {
|
|
48174
|
+
|
|
48175
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48176
|
+
|
|
48177
|
+
.e-toolbar-item:first-child {
|
|
48178
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48179
|
+
}
|
|
48180
|
+
}
|
|
48181
|
+
}
|
|
48182
|
+
|
|
48144
48183
|
.e-toolbar-item {
|
|
48145
48184
|
|
|
48146
48185
|
.e-tbar-btn {
|
|
@@ -77621,8 +77660,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77621
77660
|
}
|
|
77622
77661
|
|
|
77623
77662
|
& .e-responsive-right {
|
|
77624
|
-
width: calc(100% - 50px);
|
|
77625
|
-
|
|
77626
77663
|
& .e-search-wrapper {
|
|
77627
77664
|
& .e-input-group::before,
|
|
77628
77665
|
& .e-input-group::after {
|
|
@@ -89057,7 +89094,7 @@ $rte-big-quick-item-line-height: normal !default;
|
|
|
89057
89094
|
$rte-quick-item-line-height: 20px !default;
|
|
89058
89095
|
$rte-quick-item-active-bg: rgba($grey-base, .12) !default;
|
|
89059
89096
|
$rte-quick-item-active-font-color: $base-font !default;
|
|
89060
|
-
$rte-quick-item-border:
|
|
89097
|
+
$rte-quick-item-border: 0 solid transparent !default;
|
|
89061
89098
|
$rte-quick-item-hover-border-color: $grey-8c !default;
|
|
89062
89099
|
$rte-quick-item-active-border-color: $grey-8c !default;
|
|
89063
89100
|
$rte-content-padding: 16px !default;
|
|
@@ -89095,11 +89132,11 @@ $rte-big-tb-items-margin-left: 3px !default;
|
|
|
89095
89132
|
$rte-tb-items-margin-left: 6px !default;
|
|
89096
89133
|
$rte-big-tb-items-padding-left: 3px !default;
|
|
89097
89134
|
$rte-tb-items-padding-left: 6px !default;
|
|
89098
|
-
$rte-big-active-tb-item-btn-padding: 0
|
|
89099
|
-
$rte-active-tb-item-btn-padding: 0
|
|
89135
|
+
$rte-big-active-tb-item-btn-padding: 0 7px !default;
|
|
89136
|
+
$rte-active-tb-item-btn-padding: 0 2.5px !default;
|
|
89100
89137
|
$rte-tb-item-active-bg: rgba($grey-base, .12) !default;
|
|
89101
89138
|
$rte-tb-active-font-color: $base-font !default;
|
|
89102
|
-
$rte-tb-item-active-border:
|
|
89139
|
+
$rte-tb-item-active-border: 0 !default;
|
|
89103
89140
|
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type rgb(250, 250, 250) !default;
|
|
89104
89141
|
$rte-color-picker-active-bg: inherit !default;
|
|
89105
89142
|
$rte-drop-btn-active-bg: $grey-e6 !default;
|
|
@@ -89117,7 +89154,7 @@ $rte-split-btn-span-active-bg: $grey-e6 !default;
|
|
|
89117
89154
|
$rte-split-btn-bar-bg: $grey-ad !default;
|
|
89118
89155
|
$rte-split-btn-active-bar-bg: $grey-ad !default;
|
|
89119
89156
|
$rte-split-btn-bar-size: 0 !default;
|
|
89120
|
-
$rte-split-btn-active-border:
|
|
89157
|
+
$rte-split-btn-active-border: 0 solid $grey-ad !default;
|
|
89121
89158
|
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
89122
89159
|
$rte-big-split-btn-active-color-icon-line-height: 34px !default;
|
|
89123
89160
|
$rte-formatlists-dropdown-line-height: 20px;
|
|
@@ -89144,15 +89181,15 @@ $rte-font-name-btn-min-width: 67px !default;
|
|
|
89144
89181
|
$rte-font-size-btn-min-width: 36px !default;
|
|
89145
89182
|
$rte-drop-btn-padding-left: 9px !default;
|
|
89146
89183
|
$rte-drop-btn-padding-right: 3.5px !default;
|
|
89147
|
-
$rte-drop-btn-action-padding-left:
|
|
89148
|
-
$rte-drop-btn-action-padding-right:
|
|
89184
|
+
$rte-drop-btn-action-padding-left: 9px !default;
|
|
89185
|
+
$rte-drop-btn-action-padding-right: 3.5px !default;
|
|
89149
89186
|
$rte-big-drop-btn-padding-left: 12px !default;
|
|
89150
89187
|
$rte-big-drop-btn-padding-right: 7px !default;
|
|
89151
|
-
$rte-big-drop-btn-action-padding-left:
|
|
89152
|
-
$rte-big-drop-btn-action-padding-right:
|
|
89188
|
+
$rte-big-drop-btn-action-padding-left: 12px !default;
|
|
89189
|
+
$rte-big-drop-btn-action-padding-right: 7px !default;
|
|
89153
89190
|
$rte-ext-tbar-overlay-icons-color: $base-font !default;
|
|
89154
89191
|
$rte-colorpicker-parent-padding: 1px !default;
|
|
89155
|
-
$rte-colorpicker-parent-padding-hover:
|
|
89192
|
+
$rte-colorpicker-parent-padding-hover: 1px !default;
|
|
89156
89193
|
$rte-colorpicker-parent-padding-active-hover: 1px !default;
|
|
89157
89194
|
$rte-overlay-color: #383838 !default;
|
|
89158
89195
|
$rte-dropdown-btn-color-content-height: 30px !default;
|
|
@@ -89208,7 +89245,7 @@ $rte-resize-handler-height: 15px;
|
|
|
89208
89245
|
$rte-resize-handler-position: 0;
|
|
89209
89246
|
$rte-default-character-count-opacity: .54;
|
|
89210
89247
|
|
|
89211
|
-
$rte-big-color-list-span-common-padding-left-right:
|
|
89248
|
+
$rte-big-color-list-span-common-padding-left-right: 1px;
|
|
89212
89249
|
$rte-placeholder-padding: 16px !default;
|
|
89213
89250
|
|
|
89214
89251
|
$rte-img-dlg-max-height: 426px !default;
|
|
@@ -89297,9 +89334,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
89297
89334
|
&.e-extended-toolbar .e-toolbar-items .e-toolbar-item {
|
|
89298
89335
|
& .e-rte-dropdown-btn.e-active.e-tbar-btn {
|
|
89299
89336
|
background: $rte-dropdown-active-bg;
|
|
89300
|
-
border:
|
|
89301
|
-
padding-left:
|
|
89302
|
-
padding-right:
|
|
89337
|
+
border: 0;
|
|
89338
|
+
padding-left: 9px;
|
|
89339
|
+
padding-right: 3.5px;
|
|
89303
89340
|
}
|
|
89304
89341
|
}
|
|
89305
89342
|
}
|
|
@@ -90240,7 +90277,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90240
90277
|
|
|
90241
90278
|
.e-rte-image.e-imginline,
|
|
90242
90279
|
.e-rte-audio.e-audio-inline,
|
|
90243
|
-
.e-rte-video.e-video-inline
|
|
90280
|
+
.e-rte-video.e-video-inline {
|
|
90281
|
+
margin-left: 5px;
|
|
90282
|
+
margin-right: 5px;
|
|
90244
90283
|
display: inline-block;
|
|
90245
90284
|
float: none;
|
|
90246
90285
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -90849,6 +90888,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90849
90888
|
.e-rte-quick-toolbar {
|
|
90850
90889
|
min-height: 48px;
|
|
90851
90890
|
|
|
90891
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
90892
|
+
.e-rte-color-content,
|
|
90893
|
+
.e-caret {
|
|
90894
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90895
|
+
|
|
90896
|
+
&:hover {
|
|
90897
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
90898
|
+
}
|
|
90899
|
+
}
|
|
90900
|
+
}
|
|
90901
|
+
|
|
90852
90902
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
90853
90903
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
90854
90904
|
min-height: 48px;
|
|
@@ -91597,12 +91647,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91597
91647
|
}
|
|
91598
91648
|
}
|
|
91599
91649
|
|
|
91600
|
-
@if $skin-name == 'bootstrap5' {
|
|
91601
|
-
.e-tbar-btn:focus .e-icons {
|
|
91602
|
-
color: $rte-quick-item-active-font-color;
|
|
91603
|
-
}
|
|
91604
|
-
}
|
|
91605
|
-
|
|
91606
91650
|
&.e-active .e-tbar-btn,
|
|
91607
91651
|
&.e-active .e-tbar-btn:focus {
|
|
91608
91652
|
background: $rte-tb-item-active-bg;
|
|
@@ -91626,10 +91670,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91626
91670
|
.e-tbar-btn:hover .e-icons {
|
|
91627
91671
|
color: $rte-tb-hover-font-color;
|
|
91628
91672
|
}
|
|
91629
|
-
|
|
91630
|
-
.e-tbar-btn:focus .e-icons {
|
|
91631
|
-
color: $primary-text-focus;
|
|
91632
|
-
}
|
|
91633
91673
|
}
|
|
91634
91674
|
|
|
91635
91675
|
.e-dropdown-btn.e-active {
|
|
@@ -91741,9 +91781,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91741
91781
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
91742
91782
|
color: $rte-hover-icons-color;
|
|
91743
91783
|
}
|
|
91744
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
91745
|
-
color: $rte-hover-icons-color;
|
|
91746
|
-
}
|
|
91747
91784
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
91748
91785
|
color: $rte-tb-active-font-color;
|
|
91749
91786
|
}
|
|
@@ -91984,6 +92021,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91984
92021
|
.e-toolbar-items {
|
|
91985
92022
|
background: $rte-quick-pop-bg;
|
|
91986
92023
|
|
|
92024
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92025
|
+
.e-rte-color-content{
|
|
92026
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92027
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92028
|
+
padding-top: 5px;
|
|
92029
|
+
}
|
|
92030
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92031
|
+
@if $skin-name == 'FluentUI' {
|
|
92032
|
+
display: flex;
|
|
92033
|
+
align-items: center;
|
|
92034
|
+
justify-content: center;
|
|
92035
|
+
}
|
|
92036
|
+
&:hover {
|
|
92037
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92038
|
+
}
|
|
92039
|
+
}
|
|
92040
|
+
|
|
92041
|
+
.e-caret {
|
|
92042
|
+
&:hover {
|
|
92043
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92044
|
+
}
|
|
92045
|
+
}
|
|
92046
|
+
&.e-tbar-btn:hover {
|
|
92047
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92048
|
+
background: $rte-split-btn-hover-bg;
|
|
92049
|
+
}
|
|
92050
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92051
|
+
background: $rte-tbar-default-bg;
|
|
92052
|
+
}
|
|
92053
|
+
}
|
|
92054
|
+
}
|
|
92055
|
+
|
|
91987
92056
|
.e-separator {
|
|
91988
92057
|
border: .5px solid $rte-quick-vr-line-color;
|
|
91989
92058
|
}
|
|
@@ -92064,6 +92133,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92064
92133
|
}
|
|
92065
92134
|
}
|
|
92066
92135
|
|
|
92136
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92137
|
+
.e-rte-color-content {
|
|
92138
|
+
@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' {
|
|
92139
|
+
padding-top: 8px;
|
|
92140
|
+
}
|
|
92141
|
+
}
|
|
92142
|
+
}
|
|
92143
|
+
|
|
92067
92144
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92068
92145
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92069
92146
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92354,6 +92431,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92354
92431
|
color: $rte-icons-color;
|
|
92355
92432
|
}
|
|
92356
92433
|
|
|
92434
|
+
.e-bigger .e-richtexteditor,
|
|
92435
|
+
.e-richtexteditor {
|
|
92436
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92437
|
+
color: $icon-color-disabled;
|
|
92438
|
+
}
|
|
92439
|
+
}
|
|
92440
|
+
|
|
92357
92441
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92358
92442
|
border-radius: 4px;
|
|
92359
92443
|
}
|
|
@@ -103332,8 +103416,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103332
103416
|
padding-bottom: 30px;
|
|
103333
103417
|
height: 18px;
|
|
103334
103418
|
}
|
|
103335
|
-
max-width: 237px;
|
|
103336
103419
|
position: absolute;
|
|
103420
|
+
overflow: hidden;
|
|
103421
|
+
text-overflow: ellipsis;
|
|
103337
103422
|
}
|
|
103338
103423
|
|
|
103339
103424
|
.e-pv-reply-title {
|
|
@@ -103352,10 +103437,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103352
103437
|
@if $skin-name == 'Material3' {
|
|
103353
103438
|
font-size: $text-xs;
|
|
103354
103439
|
}
|
|
103355
|
-
max-width: 212px;
|
|
103356
103440
|
padding-left: 8px;
|
|
103357
103441
|
padding-top: $pv-comment-title-padding-top;
|
|
103358
103442
|
position: absolute;
|
|
103443
|
+
overflow: hidden;
|
|
103444
|
+
text-overflow: ellipsis;
|
|
103359
103445
|
}
|
|
103360
103446
|
|
|
103361
103447
|
.e-pv-comments-hover {
|
|
@@ -116227,6 +116313,8 @@ $schedule-tree-content-color: $shadow !default;
|
|
|
116227
116313
|
}
|
|
116228
116314
|
|
|
116229
116315
|
.e-toolbar-items {
|
|
116316
|
+
height: $schedule-tbar-bgr-size;
|
|
116317
|
+
|
|
116230
116318
|
&.e-tbar-pos {
|
|
116231
116319
|
height: $schedule-tbar-bgr-size;
|
|
116232
116320
|
min-height: $schedule-tbar-bgr-size;
|