@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
|
@@ -2774,7 +2774,7 @@ $ddl-bigger-small-list-font-size: 14px !default;
|
|
|
2774
2774
|
}
|
|
2775
2775
|
}
|
|
2776
2776
|
|
|
2777
|
-
.e-popup.e-ddl-device.e-popup-close {
|
|
2777
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
2778
2778
|
display: block;
|
|
2779
2779
|
visibility: hidden;
|
|
2780
2780
|
}
|
|
@@ -45865,6 +45865,10 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
45865
45865
|
cursor: move;
|
|
45866
45866
|
}
|
|
45867
45867
|
|
|
45868
|
+
.e-dialog.e-device.e-draggable.e-popup-open {
|
|
45869
|
+
touch-action: none;
|
|
45870
|
+
}
|
|
45871
|
+
|
|
45868
45872
|
.e-dialog {
|
|
45869
45873
|
max-height: 98%;
|
|
45870
45874
|
max-width: 100%;
|
|
@@ -47069,7 +47073,7 @@ $vscroll-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
|
47069
47073
|
|
|
47070
47074
|
$border-type: solid !default;
|
|
47071
47075
|
$border-size: 1px !default;
|
|
47072
|
-
$tbar-btn-border:
|
|
47076
|
+
$tbar-btn-border: 1px solid transparent !default;
|
|
47073
47077
|
$tbar-skin: 'bootstrap4' !default;
|
|
47074
47078
|
$tbar-zero-value: 0 !default;
|
|
47075
47079
|
$tbar-separator-bgr-minheight: 36px !default;
|
|
@@ -47194,7 +47198,7 @@ $tbar-separator-nrml-mrgn: 5.5px 6px !default;
|
|
|
47194
47198
|
$tbar-separator-vertical-bgr-mrgn: 6px !default;
|
|
47195
47199
|
$tbar-separator-vertical-nrml-mrgn: 6px 5.5px !default;
|
|
47196
47200
|
$tbar-btn-bgr-padding: 1.5px 5.5px !default;
|
|
47197
|
-
$tbar-btn-bgr-focus-padding:
|
|
47201
|
+
$tbar-btn-bgr-focus-padding: 1.5px 5.5px !default;
|
|
47198
47202
|
$tbar-btn-nrml-padding: 0 3px !default;
|
|
47199
47203
|
$tbar-icons-bgr-font-size: 16px !default;
|
|
47200
47204
|
$tbar-multirow-items-mrgn-bigger: 15px !default;
|
|
@@ -47213,7 +47217,7 @@ $tbar-nrml-btn-focus-outline: 0 !default;
|
|
|
47213
47217
|
$tbar-btn-icons-focus-color: inherit !default;
|
|
47214
47218
|
$tbar-btn-text-focus-color: inherit !default;
|
|
47215
47219
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
47216
|
-
$tbar-btn-hover-border-size: $tbar-
|
|
47220
|
+
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
47217
47221
|
$tbar-btn-hover-active-icons-color: inherit !default;
|
|
47218
47222
|
$tbar-btn-hover-active-text-color: inherit !default;
|
|
47219
47223
|
$tbar-btn-overlay-opacity: .65 !default;
|
|
@@ -47604,6 +47608,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47604
47608
|
white-space: nowrap;
|
|
47605
47609
|
overflow: hidden;
|
|
47606
47610
|
|
|
47611
|
+
&.e-spacer-toolbar {
|
|
47612
|
+
|
|
47613
|
+
.e-toolbar-items {
|
|
47614
|
+
display: flex;
|
|
47615
|
+
flex-wrap: nowrap;
|
|
47616
|
+
width: 100%;
|
|
47617
|
+
|
|
47618
|
+
&:not(.e-toolbar-multirow) {
|
|
47619
|
+
position: absolute;
|
|
47620
|
+
}
|
|
47621
|
+
}
|
|
47622
|
+
|
|
47623
|
+
&.e-pop-mode {
|
|
47624
|
+
|
|
47625
|
+
.e-toolbar-items {
|
|
47626
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
47627
|
+
}
|
|
47628
|
+
}
|
|
47629
|
+
}
|
|
47630
|
+
|
|
47607
47631
|
.e-blazor-toolbar-items {
|
|
47608
47632
|
position: absolute;
|
|
47609
47633
|
top: -9999px;
|
|
@@ -47741,6 +47765,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47741
47765
|
min-height: $tbar-nrml-item-size;
|
|
47742
47766
|
vertical-align: middle;
|
|
47743
47767
|
width: auto;
|
|
47768
|
+
flex: 0 0 auto;
|
|
47769
|
+
|
|
47770
|
+
&.e-spacer {
|
|
47771
|
+
flex-grow: 1;
|
|
47772
|
+
}
|
|
47744
47773
|
|
|
47745
47774
|
.e-tbar-btn {
|
|
47746
47775
|
display: flex;
|
|
@@ -48171,6 +48200,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48171
48200
|
|
|
48172
48201
|
&.e-rtl {
|
|
48173
48202
|
|
|
48203
|
+
&:not(.e-spacer-toolbar) {
|
|
48204
|
+
|
|
48205
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48206
|
+
|
|
48207
|
+
.e-toolbar-item:first-child {
|
|
48208
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48209
|
+
}
|
|
48210
|
+
}
|
|
48211
|
+
}
|
|
48212
|
+
|
|
48174
48213
|
.e-toolbar-item {
|
|
48175
48214
|
|
|
48176
48215
|
.e-tbar-btn {
|
|
@@ -77809,8 +77848,6 @@ $grid-dropitems-count-margin-left: -8px !default;
|
|
|
77809
77848
|
}
|
|
77810
77849
|
|
|
77811
77850
|
& .e-responsive-right {
|
|
77812
|
-
width: calc(100% - 50px);
|
|
77813
|
-
|
|
77814
77851
|
& .e-search-wrapper {
|
|
77815
77852
|
& .e-input-group::before,
|
|
77816
77853
|
& .e-input-group::after {
|
|
@@ -90554,7 +90591,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90554
90591
|
|
|
90555
90592
|
.e-rte-image.e-imginline,
|
|
90556
90593
|
.e-rte-audio.e-audio-inline,
|
|
90557
|
-
.e-rte-video.e-video-inline
|
|
90594
|
+
.e-rte-video.e-video-inline {
|
|
90595
|
+
margin-left: 5px;
|
|
90596
|
+
margin-right: 5px;
|
|
90558
90597
|
display: inline-block;
|
|
90559
90598
|
float: none;
|
|
90560
90599
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91163,6 +91202,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91163
91202
|
.e-rte-quick-toolbar {
|
|
91164
91203
|
min-height: 48px;
|
|
91165
91204
|
|
|
91205
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91206
|
+
.e-rte-color-content,
|
|
91207
|
+
.e-caret {
|
|
91208
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91209
|
+
|
|
91210
|
+
&:hover {
|
|
91211
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91212
|
+
}
|
|
91213
|
+
}
|
|
91214
|
+
}
|
|
91215
|
+
|
|
91166
91216
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91167
91217
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91168
91218
|
min-height: 48px;
|
|
@@ -91911,12 +91961,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91911
91961
|
}
|
|
91912
91962
|
}
|
|
91913
91963
|
|
|
91914
|
-
@if $skin-name == 'bootstrap5' {
|
|
91915
|
-
.e-tbar-btn:focus .e-icons {
|
|
91916
|
-
color: $rte-quick-item-active-font-color;
|
|
91917
|
-
}
|
|
91918
|
-
}
|
|
91919
|
-
|
|
91920
91964
|
&.e-active .e-tbar-btn,
|
|
91921
91965
|
&.e-active .e-tbar-btn:focus {
|
|
91922
91966
|
background: $rte-tb-item-active-bg;
|
|
@@ -91940,10 +91984,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91940
91984
|
.e-tbar-btn:hover .e-icons {
|
|
91941
91985
|
color: $rte-tb-hover-font-color;
|
|
91942
91986
|
}
|
|
91943
|
-
|
|
91944
|
-
.e-tbar-btn:focus .e-icons {
|
|
91945
|
-
color: $primary-text-focus;
|
|
91946
|
-
}
|
|
91947
91987
|
}
|
|
91948
91988
|
|
|
91949
91989
|
.e-dropdown-btn.e-active {
|
|
@@ -92055,9 +92095,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92055
92095
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92056
92096
|
color: $rte-hover-icons-color;
|
|
92057
92097
|
}
|
|
92058
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92059
|
-
color: $rte-hover-icons-color;
|
|
92060
|
-
}
|
|
92061
92098
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92062
92099
|
color: $rte-tb-active-font-color;
|
|
92063
92100
|
}
|
|
@@ -92298,6 +92335,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92298
92335
|
.e-toolbar-items {
|
|
92299
92336
|
background: $rte-quick-pop-bg;
|
|
92300
92337
|
|
|
92338
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92339
|
+
.e-rte-color-content{
|
|
92340
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92341
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92342
|
+
padding-top: 5px;
|
|
92343
|
+
}
|
|
92344
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92345
|
+
@if $skin-name == 'FluentUI' {
|
|
92346
|
+
display: flex;
|
|
92347
|
+
align-items: center;
|
|
92348
|
+
justify-content: center;
|
|
92349
|
+
}
|
|
92350
|
+
&:hover {
|
|
92351
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92352
|
+
}
|
|
92353
|
+
}
|
|
92354
|
+
|
|
92355
|
+
.e-caret {
|
|
92356
|
+
&:hover {
|
|
92357
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92358
|
+
}
|
|
92359
|
+
}
|
|
92360
|
+
&.e-tbar-btn:hover {
|
|
92361
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92362
|
+
background: $rte-split-btn-hover-bg;
|
|
92363
|
+
}
|
|
92364
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92365
|
+
background: $rte-tbar-default-bg;
|
|
92366
|
+
}
|
|
92367
|
+
}
|
|
92368
|
+
}
|
|
92369
|
+
|
|
92301
92370
|
.e-separator {
|
|
92302
92371
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92303
92372
|
}
|
|
@@ -92378,6 +92447,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92378
92447
|
}
|
|
92379
92448
|
}
|
|
92380
92449
|
|
|
92450
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92451
|
+
.e-rte-color-content {
|
|
92452
|
+
@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' {
|
|
92453
|
+
padding-top: 8px;
|
|
92454
|
+
}
|
|
92455
|
+
}
|
|
92456
|
+
}
|
|
92457
|
+
|
|
92381
92458
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92382
92459
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92383
92460
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92668,6 +92745,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92668
92745
|
color: $rte-icons-color;
|
|
92669
92746
|
}
|
|
92670
92747
|
|
|
92748
|
+
.e-bigger .e-richtexteditor,
|
|
92749
|
+
.e-richtexteditor {
|
|
92750
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92751
|
+
color: $icon-color-disabled;
|
|
92752
|
+
}
|
|
92753
|
+
}
|
|
92754
|
+
|
|
92671
92755
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92672
92756
|
border-radius: 4px;
|
|
92673
92757
|
}
|
|
@@ -103697,8 +103781,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103697
103781
|
padding-bottom: 30px;
|
|
103698
103782
|
height: 18px;
|
|
103699
103783
|
}
|
|
103700
|
-
max-width: 237px;
|
|
103701
103784
|
position: absolute;
|
|
103785
|
+
overflow: hidden;
|
|
103786
|
+
text-overflow: ellipsis;
|
|
103702
103787
|
}
|
|
103703
103788
|
|
|
103704
103789
|
.e-pv-reply-title {
|
|
@@ -103717,10 +103802,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103717
103802
|
@if $skin-name == 'Material3' {
|
|
103718
103803
|
font-size: $text-xs;
|
|
103719
103804
|
}
|
|
103720
|
-
max-width: 212px;
|
|
103721
103805
|
padding-left: 8px;
|
|
103722
103806
|
padding-top: $pv-comment-title-padding-top;
|
|
103723
103807
|
position: absolute;
|
|
103808
|
+
overflow: hidden;
|
|
103809
|
+
text-overflow: ellipsis;
|
|
103724
103810
|
}
|
|
103725
103811
|
|
|
103726
103812
|
.e-pv-comments-hover {
|
|
@@ -116607,6 +116693,8 @@ $schedule-tbar-border-hover-color: darken($gray-600, 12.5%) !default;
|
|
|
116607
116693
|
}
|
|
116608
116694
|
|
|
116609
116695
|
.e-toolbar-items {
|
|
116696
|
+
height: $schedule-tbar-bgr-size;
|
|
116697
|
+
|
|
116610
116698
|
&.e-tbar-pos {
|
|
116611
116699
|
height: $schedule-tbar-bgr-size;
|
|
116612
116700
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -2953,7 +2953,7 @@ $ddl-filter-box-shadow: 0 1.5px 5px -2px $ddl-filter-box-shadow-color !default;
|
|
|
2953
2953
|
}
|
|
2954
2954
|
}
|
|
2955
2955
|
|
|
2956
|
-
.e-popup.e-ddl-device.e-popup-close {
|
|
2956
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
2957
2957
|
display: block;
|
|
2958
2958
|
visibility: hidden;
|
|
2959
2959
|
}
|
|
@@ -46202,6 +46202,10 @@ $dialog-enable-resize-padding-bottom: 15px !default;
|
|
|
46202
46202
|
cursor: move;
|
|
46203
46203
|
}
|
|
46204
46204
|
|
|
46205
|
+
.e-dialog.e-device.e-draggable.e-popup-open {
|
|
46206
|
+
touch-action: none;
|
|
46207
|
+
}
|
|
46208
|
+
|
|
46205
46209
|
.e-dialog {
|
|
46206
46210
|
max-height: 98%;
|
|
46207
46211
|
max-width: 100%;
|
|
@@ -47977,6 +47981,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
47977
47981
|
white-space: nowrap;
|
|
47978
47982
|
overflow: hidden;
|
|
47979
47983
|
|
|
47984
|
+
&.e-spacer-toolbar {
|
|
47985
|
+
|
|
47986
|
+
.e-toolbar-items {
|
|
47987
|
+
display: flex;
|
|
47988
|
+
flex-wrap: nowrap;
|
|
47989
|
+
width: 100%;
|
|
47990
|
+
|
|
47991
|
+
&:not(.e-toolbar-multirow) {
|
|
47992
|
+
position: absolute;
|
|
47993
|
+
}
|
|
47994
|
+
}
|
|
47995
|
+
|
|
47996
|
+
&.e-pop-mode {
|
|
47997
|
+
|
|
47998
|
+
.e-toolbar-items {
|
|
47999
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48000
|
+
}
|
|
48001
|
+
}
|
|
48002
|
+
}
|
|
48003
|
+
|
|
47980
48004
|
.e-blazor-toolbar-items {
|
|
47981
48005
|
position: absolute;
|
|
47982
48006
|
top: -9999px;
|
|
@@ -48114,6 +48138,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48114
48138
|
min-height: $tbar-nrml-item-size;
|
|
48115
48139
|
vertical-align: middle;
|
|
48116
48140
|
width: auto;
|
|
48141
|
+
flex: 0 0 auto;
|
|
48142
|
+
|
|
48143
|
+
&.e-spacer {
|
|
48144
|
+
flex-grow: 1;
|
|
48145
|
+
}
|
|
48117
48146
|
|
|
48118
48147
|
.e-tbar-btn {
|
|
48119
48148
|
display: flex;
|
|
@@ -48544,6 +48573,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48544
48573
|
|
|
48545
48574
|
&.e-rtl {
|
|
48546
48575
|
|
|
48576
|
+
&:not(.e-spacer-toolbar) {
|
|
48577
|
+
|
|
48578
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
48579
|
+
|
|
48580
|
+
.e-toolbar-item:first-child {
|
|
48581
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
48582
|
+
}
|
|
48583
|
+
}
|
|
48584
|
+
}
|
|
48585
|
+
|
|
48547
48586
|
.e-toolbar-item {
|
|
48548
48587
|
|
|
48549
48588
|
.e-tbar-btn {
|
|
@@ -78173,8 +78212,6 @@ $grid-dropitems-count-margin-left: -4px !default;
|
|
|
78173
78212
|
}
|
|
78174
78213
|
|
|
78175
78214
|
& .e-responsive-right {
|
|
78176
|
-
width: calc(100% - 50px);
|
|
78177
|
-
|
|
78178
78215
|
& .e-search-wrapper {
|
|
78179
78216
|
& .e-input-group::before,
|
|
78180
78217
|
& .e-input-group::after {
|
|
@@ -90729,7 +90766,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90729
90766
|
|
|
90730
90767
|
.e-rte-image.e-imginline,
|
|
90731
90768
|
.e-rte-audio.e-audio-inline,
|
|
90732
|
-
.e-rte-video.e-video-inline
|
|
90769
|
+
.e-rte-video.e-video-inline {
|
|
90770
|
+
margin-left: 5px;
|
|
90771
|
+
margin-right: 5px;
|
|
90733
90772
|
display: inline-block;
|
|
90734
90773
|
float: none;
|
|
90735
90774
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -91338,6 +91377,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91338
91377
|
.e-rte-quick-toolbar {
|
|
91339
91378
|
min-height: 48px;
|
|
91340
91379
|
|
|
91380
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
91381
|
+
.e-rte-color-content,
|
|
91382
|
+
.e-caret {
|
|
91383
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91384
|
+
|
|
91385
|
+
&:hover {
|
|
91386
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
91387
|
+
}
|
|
91388
|
+
}
|
|
91389
|
+
}
|
|
91390
|
+
|
|
91341
91391
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
91342
91392
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
91343
91393
|
min-height: 48px;
|
|
@@ -92086,12 +92136,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92086
92136
|
}
|
|
92087
92137
|
}
|
|
92088
92138
|
|
|
92089
|
-
@if $skin-name == 'bootstrap5' {
|
|
92090
|
-
.e-tbar-btn:focus .e-icons {
|
|
92091
|
-
color: $rte-quick-item-active-font-color;
|
|
92092
|
-
}
|
|
92093
|
-
}
|
|
92094
|
-
|
|
92095
92139
|
&.e-active .e-tbar-btn,
|
|
92096
92140
|
&.e-active .e-tbar-btn:focus {
|
|
92097
92141
|
background: $rte-tb-item-active-bg;
|
|
@@ -92115,10 +92159,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92115
92159
|
.e-tbar-btn:hover .e-icons {
|
|
92116
92160
|
color: $rte-tb-hover-font-color;
|
|
92117
92161
|
}
|
|
92118
|
-
|
|
92119
|
-
.e-tbar-btn:focus .e-icons {
|
|
92120
|
-
color: $primary-text-focus;
|
|
92121
|
-
}
|
|
92122
92162
|
}
|
|
92123
92163
|
|
|
92124
92164
|
.e-dropdown-btn.e-active {
|
|
@@ -92230,9 +92270,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92230
92270
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
92231
92271
|
color: $rte-hover-icons-color;
|
|
92232
92272
|
}
|
|
92233
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
92234
|
-
color: $rte-hover-icons-color;
|
|
92235
|
-
}
|
|
92236
92273
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
92237
92274
|
color: $rte-tb-active-font-color;
|
|
92238
92275
|
}
|
|
@@ -92473,6 +92510,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92473
92510
|
.e-toolbar-items {
|
|
92474
92511
|
background: $rte-quick-pop-bg;
|
|
92475
92512
|
|
|
92513
|
+
.e-rte-backgroundcolor-dropdown {
|
|
92514
|
+
.e-rte-color-content{
|
|
92515
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
92516
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
92517
|
+
padding-top: 5px;
|
|
92518
|
+
}
|
|
92519
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
92520
|
+
@if $skin-name == 'FluentUI' {
|
|
92521
|
+
display: flex;
|
|
92522
|
+
align-items: center;
|
|
92523
|
+
justify-content: center;
|
|
92524
|
+
}
|
|
92525
|
+
&:hover {
|
|
92526
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92527
|
+
}
|
|
92528
|
+
}
|
|
92529
|
+
|
|
92530
|
+
.e-caret {
|
|
92531
|
+
&:hover {
|
|
92532
|
+
background: $rte-split-btn-span-hover-bg;
|
|
92533
|
+
}
|
|
92534
|
+
}
|
|
92535
|
+
&.e-tbar-btn:hover {
|
|
92536
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
92537
|
+
background: $rte-split-btn-hover-bg;
|
|
92538
|
+
}
|
|
92539
|
+
@if $skin-name =='bootstrap-dark'{
|
|
92540
|
+
background: $rte-tbar-default-bg;
|
|
92541
|
+
}
|
|
92542
|
+
}
|
|
92543
|
+
}
|
|
92544
|
+
|
|
92476
92545
|
.e-separator {
|
|
92477
92546
|
border: .5px solid $rte-quick-vr-line-color;
|
|
92478
92547
|
}
|
|
@@ -92553,6 +92622,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92553
92622
|
}
|
|
92554
92623
|
}
|
|
92555
92624
|
|
|
92625
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92626
|
+
.e-rte-color-content {
|
|
92627
|
+
@if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
|
|
92628
|
+
padding-top: 8px;
|
|
92629
|
+
}
|
|
92630
|
+
}
|
|
92631
|
+
}
|
|
92632
|
+
|
|
92556
92633
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92557
92634
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92558
92635
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -92843,6 +92920,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92843
92920
|
color: $rte-icons-color;
|
|
92844
92921
|
}
|
|
92845
92922
|
|
|
92923
|
+
.e-bigger .e-richtexteditor,
|
|
92924
|
+
.e-richtexteditor {
|
|
92925
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
92926
|
+
color: $icon-color-disabled;
|
|
92927
|
+
}
|
|
92928
|
+
}
|
|
92929
|
+
|
|
92846
92930
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
92847
92931
|
border-radius: 4px;
|
|
92848
92932
|
}
|
|
@@ -103820,8 +103904,9 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103820
103904
|
padding-bottom: 30px;
|
|
103821
103905
|
height: 18px;
|
|
103822
103906
|
}
|
|
103823
|
-
max-width: 237px;
|
|
103824
103907
|
position: absolute;
|
|
103908
|
+
overflow: hidden;
|
|
103909
|
+
text-overflow: ellipsis;
|
|
103825
103910
|
}
|
|
103826
103911
|
|
|
103827
103912
|
.e-pv-reply-title {
|
|
@@ -103840,10 +103925,11 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
103840
103925
|
@if $skin-name == 'Material3' {
|
|
103841
103926
|
font-size: $text-xs;
|
|
103842
103927
|
}
|
|
103843
|
-
max-width: 212px;
|
|
103844
103928
|
padding-left: 8px;
|
|
103845
103929
|
padding-top: $pv-comment-title-padding-top;
|
|
103846
103930
|
position: absolute;
|
|
103931
|
+
overflow: hidden;
|
|
103932
|
+
text-overflow: ellipsis;
|
|
103847
103933
|
}
|
|
103848
103934
|
|
|
103849
103935
|
.e-pv-comments-hover {
|
|
@@ -116754,6 +116840,8 @@ $schedule-multiple-event-popup-icon-bg-color: $schedule-header-bg-color !default
|
|
|
116754
116840
|
}
|
|
116755
116841
|
|
|
116756
116842
|
.e-toolbar-items {
|
|
116843
|
+
height: $schedule-tbar-bgr-size;
|
|
116844
|
+
|
|
116757
116845
|
&.e-tbar-pos {
|
|
116758
116846
|
height: $schedule-tbar-bgr-size;
|
|
116759
116847
|
min-height: $schedule-tbar-bgr-size;
|