@syncfusion/blazor-themes 21.2.8 → 21.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 +2 -6
- package/SCSS-Themes/bootstrap.scss +2 -6
- package/SCSS-Themes/bootstrap4.scss +2 -6
- package/SCSS-Themes/bootstrap5-dark.scss +2 -6
- package/SCSS-Themes/bootstrap5.scss +2 -6
- package/SCSS-Themes/fabric-dark.scss +2 -6
- package/SCSS-Themes/fabric.scss +2 -6
- package/SCSS-Themes/fluent-dark.scss +2 -6
- package/SCSS-Themes/fluent.scss +2 -6
- package/SCSS-Themes/highcontrast.scss +2 -6
- package/SCSS-Themes/material-dark.scss +2 -6
- package/SCSS-Themes/material.scss +2 -6
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +1 -1
- package/SCSS-Themes/popups/tooltip/bootstrap-dark.scss +1 -0
- package/SCSS-Themes/popups/tooltip/bootstrap.scss +1 -0
- package/SCSS-Themes/popups/tooltip/bootstrap4.scss +1 -0
- package/SCSS-Themes/popups/tooltip/bootstrap5-dark.scss +1 -0
- package/SCSS-Themes/popups/tooltip/bootstrap5.scss +1 -0
- package/SCSS-Themes/popups/tooltip/fabric-dark.scss +1 -0
- package/SCSS-Themes/popups/tooltip/fabric.scss +1 -0
- package/SCSS-Themes/popups/tooltip/fluent-dark.scss +1 -0
- package/SCSS-Themes/popups/tooltip/fluent.scss +1 -0
- package/SCSS-Themes/popups/tooltip/highcontrast.scss +1 -0
- package/SCSS-Themes/popups/tooltip/material-dark.scss +1 -0
- package/SCSS-Themes/popups/tooltip/material.scss +1 -0
- package/SCSS-Themes/popups/tooltip/tailwind-dark.scss +1 -0
- package/SCSS-Themes/popups/tooltip/tailwind.scss +1 -0
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +0 -5
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +0 -5
- package/SCSS-Themes/tailwind-dark.scss +2 -6
- package/SCSS-Themes/tailwind.scss +2 -6
- package/package.json +1 -1
|
@@ -31454,6 +31454,7 @@ $tooltip-tip-right-width: 8px !default;
|
|
|
31454
31454
|
|
|
31455
31455
|
/*! tooltip content area */
|
|
31456
31456
|
.e-tip-content {
|
|
31457
|
+
border-radius: inherit;
|
|
31457
31458
|
color: $tooltip-content-font-color;
|
|
31458
31459
|
font-family: $font-family;
|
|
31459
31460
|
font-size: $tooltip-font-size;
|
|
@@ -85201,11 +85202,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
85201
85202
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
85202
85203
|
line-height: 20px;
|
|
85203
85204
|
}
|
|
85204
|
-
|
|
85205
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
85206
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
85207
|
-
padding: 0;
|
|
85208
|
-
}
|
|
85209
85205
|
}
|
|
85210
85206
|
|
|
85211
85207
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -96331,7 +96327,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
96331
96327
|
|
|
96332
96328
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
96333
96329
|
border-bottom: 0;
|
|
96334
|
-
word-break: break-
|
|
96330
|
+
word-break: break-word;
|
|
96335
96331
|
}
|
|
96336
96332
|
|
|
96337
96333
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -31219,6 +31219,7 @@ $tooltip-tip-right-width: 8px !default;
|
|
|
31219
31219
|
|
|
31220
31220
|
/*! tooltip content area */
|
|
31221
31221
|
.e-tip-content {
|
|
31222
|
+
border-radius: inherit;
|
|
31222
31223
|
color: $tooltip-content-font-color;
|
|
31223
31224
|
font-family: $font-family;
|
|
31224
31225
|
font-size: $tooltip-font-size;
|
|
@@ -84963,11 +84964,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
84963
84964
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
84964
84965
|
line-height: 20px;
|
|
84965
84966
|
}
|
|
84966
|
-
|
|
84967
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
84968
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
84969
|
-
padding: 0;
|
|
84970
|
-
}
|
|
84971
84967
|
}
|
|
84972
84968
|
|
|
84973
84969
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -96091,7 +96087,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
96091
96087
|
|
|
96092
96088
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
96093
96089
|
border-bottom: 0;
|
|
96094
|
-
word-break: break-
|
|
96090
|
+
word-break: break-word;
|
|
96095
96091
|
}
|
|
96096
96092
|
|
|
96097
96093
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -31215,6 +31215,7 @@ $tooltip-tip-right-width: 8px !default;
|
|
|
31215
31215
|
|
|
31216
31216
|
/*! tooltip content area */
|
|
31217
31217
|
.e-tip-content {
|
|
31218
|
+
border-radius: inherit;
|
|
31218
31219
|
color: $tooltip-content-font-color;
|
|
31219
31220
|
font-family: $font-family;
|
|
31220
31221
|
font-size: $tooltip-font-size;
|
|
@@ -85278,11 +85279,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
85278
85279
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
85279
85280
|
line-height: 20px;
|
|
85280
85281
|
}
|
|
85281
|
-
|
|
85282
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
85283
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
85284
|
-
padding: 0;
|
|
85285
|
-
}
|
|
85286
85282
|
}
|
|
85287
85283
|
|
|
85288
85284
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -96456,7 +96452,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
96456
96452
|
|
|
96457
96453
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
96458
96454
|
border-bottom: 0;
|
|
96459
|
-
word-break: break-
|
|
96455
|
+
word-break: break-word;
|
|
96460
96456
|
}
|
|
96461
96457
|
|
|
96462
96458
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -31545,6 +31545,7 @@ $tooltip-close-icon-border-hover: $secondary-border-color-hover !default;
|
|
|
31545
31545
|
|
|
31546
31546
|
/*! tooltip content area */
|
|
31547
31547
|
.e-tip-content {
|
|
31548
|
+
border-radius: inherit;
|
|
31548
31549
|
color: $tooltip-content-font-color;
|
|
31549
31550
|
font-family: $font-family;
|
|
31550
31551
|
font-size: $tooltip-font-size;
|
|
@@ -85494,11 +85495,6 @@ $rte-tbar-default-bg: $content-bg-color-alt1;
|
|
|
85494
85495
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
85495
85496
|
line-height: 20px;
|
|
85496
85497
|
}
|
|
85497
|
-
|
|
85498
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
85499
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
85500
|
-
padding: 0;
|
|
85501
|
-
}
|
|
85502
85498
|
}
|
|
85503
85499
|
|
|
85504
85500
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -96621,7 +96617,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
96621
96617
|
|
|
96622
96618
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
96623
96619
|
border-bottom: 0;
|
|
96624
|
-
word-break: break-
|
|
96620
|
+
word-break: break-word;
|
|
96625
96621
|
}
|
|
96626
96622
|
|
|
96627
96623
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -31545,6 +31545,7 @@ $tooltip-close-icon-border-hover: $secondary-border-color-hover !default;
|
|
|
31545
31545
|
|
|
31546
31546
|
/*! tooltip content area */
|
|
31547
31547
|
.e-tip-content {
|
|
31548
|
+
border-radius: inherit;
|
|
31548
31549
|
color: $tooltip-content-font-color;
|
|
31549
31550
|
font-family: $font-family;
|
|
31550
31551
|
font-size: $tooltip-font-size;
|
|
@@ -85494,11 +85495,6 @@ $rte-tbar-default-bg: $content-bg-color-alt1;
|
|
|
85494
85495
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
85495
85496
|
line-height: 20px;
|
|
85496
85497
|
}
|
|
85497
|
-
|
|
85498
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
85499
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
85500
|
-
padding: 0;
|
|
85501
|
-
}
|
|
85502
85498
|
}
|
|
85503
85499
|
|
|
85504
85500
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -96621,7 +96617,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
96621
96617
|
|
|
96622
96618
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
96623
96619
|
border-bottom: 0;
|
|
96624
|
-
word-break: break-
|
|
96620
|
+
word-break: break-word;
|
|
96625
96621
|
}
|
|
96626
96622
|
|
|
96627
96623
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -31296,6 +31296,7 @@ $tooltip-tip-right-width: 8px !default;
|
|
|
31296
31296
|
|
|
31297
31297
|
/*! tooltip content area */
|
|
31298
31298
|
.e-tip-content {
|
|
31299
|
+
border-radius: inherit;
|
|
31299
31300
|
color: $tooltip-content-font-color;
|
|
31300
31301
|
font-family: $font-family;
|
|
31301
31302
|
font-size: $tooltip-font-size;
|
|
@@ -85041,11 +85042,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
85041
85042
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
85042
85043
|
line-height: 20px;
|
|
85043
85044
|
}
|
|
85044
|
-
|
|
85045
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
85046
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
85047
|
-
padding: 0;
|
|
85048
|
-
}
|
|
85049
85045
|
}
|
|
85050
85046
|
|
|
85051
85047
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -96154,7 +96150,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
96154
96150
|
|
|
96155
96151
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
96156
96152
|
border-bottom: 0;
|
|
96157
|
-
word-break: break-
|
|
96153
|
+
word-break: break-word;
|
|
96158
96154
|
}
|
|
96159
96155
|
|
|
96160
96156
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -31132,6 +31132,7 @@ $tooltip-tip-right-width: 8px !default;
|
|
|
31132
31132
|
|
|
31133
31133
|
/*! tooltip content area */
|
|
31134
31134
|
.e-tip-content {
|
|
31135
|
+
border-radius: inherit;
|
|
31135
31136
|
color: $tooltip-content-font-color;
|
|
31136
31137
|
font-family: $font-family;
|
|
31137
31138
|
font-size: $tooltip-font-size;
|
|
@@ -84798,11 +84799,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
84798
84799
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
84799
84800
|
line-height: 20px;
|
|
84800
84801
|
}
|
|
84801
|
-
|
|
84802
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
84803
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
84804
|
-
padding: 0;
|
|
84805
|
-
}
|
|
84806
84802
|
}
|
|
84807
84803
|
|
|
84808
84804
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -95915,7 +95911,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
95915
95911
|
|
|
95916
95912
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
95917
95913
|
border-bottom: 0;
|
|
95918
|
-
word-break: break-
|
|
95914
|
+
word-break: break-word;
|
|
95919
95915
|
}
|
|
95920
95916
|
|
|
95921
95917
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -31617,6 +31617,7 @@ $tooltip-close-icon-border-hover: $secondary-border-color-hover !default;
|
|
|
31617
31617
|
|
|
31618
31618
|
/*! tooltip content area */
|
|
31619
31619
|
.e-tip-content {
|
|
31620
|
+
border-radius: inherit;
|
|
31620
31621
|
color: $tooltip-content-font-color;
|
|
31621
31622
|
font-family: $font-family;
|
|
31622
31623
|
font-size: $tooltip-font-size;
|
|
@@ -85654,11 +85655,6 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
85654
85655
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
85655
85656
|
line-height: 20px;
|
|
85656
85657
|
}
|
|
85657
|
-
|
|
85658
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
85659
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
85660
|
-
padding: 0;
|
|
85661
|
-
}
|
|
85662
85658
|
}
|
|
85663
85659
|
|
|
85664
85660
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -96777,7 +96773,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
96777
96773
|
|
|
96778
96774
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
96779
96775
|
border-bottom: 0;
|
|
96780
|
-
word-break: break-
|
|
96776
|
+
word-break: break-word;
|
|
96781
96777
|
}
|
|
96782
96778
|
|
|
96783
96779
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -31618,6 +31618,7 @@ $tooltip-close-icon-border-hover: $secondary-border-color-hover !default;
|
|
|
31618
31618
|
|
|
31619
31619
|
/*! tooltip content area */
|
|
31620
31620
|
.e-tip-content {
|
|
31621
|
+
border-radius: inherit;
|
|
31621
31622
|
color: $tooltip-content-font-color;
|
|
31622
31623
|
font-family: $font-family;
|
|
31623
31624
|
font-size: $tooltip-font-size;
|
|
@@ -85655,11 +85656,6 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
85655
85656
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
85656
85657
|
line-height: 20px;
|
|
85657
85658
|
}
|
|
85658
|
-
|
|
85659
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
85660
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
85661
|
-
padding: 0;
|
|
85662
|
-
}
|
|
85663
85659
|
}
|
|
85664
85660
|
|
|
85665
85661
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -96778,7 +96774,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
96778
96774
|
|
|
96779
96775
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
96780
96776
|
border-bottom: 0;
|
|
96781
|
-
word-break: break-
|
|
96777
|
+
word-break: break-word;
|
|
96782
96778
|
}
|
|
96783
96779
|
|
|
96784
96780
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -31213,6 +31213,7 @@ $tooltip-tip-right-width: 8px !default;
|
|
|
31213
31213
|
|
|
31214
31214
|
/*! tooltip content area */
|
|
31215
31215
|
.e-tip-content {
|
|
31216
|
+
border-radius: inherit;
|
|
31216
31217
|
color: $tooltip-content-font-color;
|
|
31217
31218
|
font-family: $font-family;
|
|
31218
31219
|
font-size: $tooltip-font-size;
|
|
@@ -85038,11 +85039,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
85038
85039
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
85039
85040
|
line-height: 20px;
|
|
85040
85041
|
}
|
|
85041
|
-
|
|
85042
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
85043
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
85044
|
-
padding: 0;
|
|
85045
|
-
}
|
|
85046
85042
|
}
|
|
85047
85043
|
|
|
85048
85044
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -96165,7 +96161,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
96165
96161
|
|
|
96166
96162
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
96167
96163
|
border-bottom: 0;
|
|
96168
|
-
word-break: break-
|
|
96164
|
+
word-break: break-word;
|
|
96169
96165
|
}
|
|
96170
96166
|
|
|
96171
96167
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -31665,6 +31665,7 @@ $tooltip-tip-right-width: 8px !default;
|
|
|
31665
31665
|
|
|
31666
31666
|
/*! tooltip content area */
|
|
31667
31667
|
.e-tip-content {
|
|
31668
|
+
border-radius: inherit;
|
|
31668
31669
|
color: $tooltip-content-font-color;
|
|
31669
31670
|
font-family: $font-family;
|
|
31670
31671
|
font-size: $tooltip-font-size;
|
|
@@ -86361,11 +86362,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
86361
86362
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
86362
86363
|
line-height: 20px;
|
|
86363
86364
|
}
|
|
86364
|
-
|
|
86365
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
86366
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
86367
|
-
padding: 0;
|
|
86368
|
-
}
|
|
86369
86365
|
}
|
|
86370
86366
|
|
|
86371
86367
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -97492,7 +97488,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
97492
97488
|
|
|
97493
97489
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
97494
97490
|
border-bottom: 0;
|
|
97495
|
-
word-break: break-
|
|
97491
|
+
word-break: break-word;
|
|
97496
97492
|
}
|
|
97497
97493
|
|
|
97498
97494
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -31454,6 +31454,7 @@ $tooltip-tip-right-width: 8px !default;
|
|
|
31454
31454
|
|
|
31455
31455
|
/*! tooltip content area */
|
|
31456
31456
|
.e-tip-content {
|
|
31457
|
+
border-radius: inherit;
|
|
31457
31458
|
color: $tooltip-content-font-color;
|
|
31458
31459
|
font-family: $font-family;
|
|
31459
31460
|
font-size: $tooltip-font-size;
|
|
@@ -86072,11 +86073,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
86072
86073
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
86073
86074
|
line-height: 20px;
|
|
86074
86075
|
}
|
|
86075
|
-
|
|
86076
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
86077
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
86078
|
-
padding: 0;
|
|
86079
|
-
}
|
|
86080
86076
|
}
|
|
86081
86077
|
|
|
86082
86078
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -97201,7 +97197,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
97201
97197
|
|
|
97202
97198
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
97203
97199
|
border-bottom: 0;
|
|
97204
|
-
word-break: break-
|
|
97200
|
+
word-break: break-word;
|
|
97205
97201
|
}
|
|
97206
97202
|
|
|
97207
97203
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3854,7 +3854,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3854
3854
|
|
|
3855
3855
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3856
3856
|
border-bottom: 0;
|
|
3857
|
-
word-break: break-
|
|
3857
|
+
word-break: break-word;
|
|
3858
3858
|
}
|
|
3859
3859
|
|
|
3860
3860
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3854,7 +3854,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3854
3854
|
|
|
3855
3855
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3856
3856
|
border-bottom: 0;
|
|
3857
|
-
word-break: break-
|
|
3857
|
+
word-break: break-word;
|
|
3858
3858
|
}
|
|
3859
3859
|
|
|
3860
3860
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3900,7 +3900,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3900
3900
|
|
|
3901
3901
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3902
3902
|
border-bottom: 0;
|
|
3903
|
-
word-break: break-
|
|
3903
|
+
word-break: break-word;
|
|
3904
3904
|
}
|
|
3905
3905
|
|
|
3906
3906
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3848,7 +3848,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3848
3848
|
|
|
3849
3849
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3850
3850
|
border-bottom: 0;
|
|
3851
|
-
word-break: break-
|
|
3851
|
+
word-break: break-word;
|
|
3852
3852
|
}
|
|
3853
3853
|
|
|
3854
3854
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3848,7 +3848,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3848
3848
|
|
|
3849
3849
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3850
3850
|
border-bottom: 0;
|
|
3851
|
-
word-break: break-
|
|
3851
|
+
word-break: break-word;
|
|
3852
3852
|
}
|
|
3853
3853
|
|
|
3854
3854
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3851,7 +3851,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3851
3851
|
|
|
3852
3852
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3853
3853
|
border-bottom: 0;
|
|
3854
|
-
word-break: break-
|
|
3854
|
+
word-break: break-word;
|
|
3855
3855
|
}
|
|
3856
3856
|
|
|
3857
3857
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3853,7 +3853,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3853
3853
|
|
|
3854
3854
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3855
3855
|
border-bottom: 0;
|
|
3856
|
-
word-break: break-
|
|
3856
|
+
word-break: break-word;
|
|
3857
3857
|
}
|
|
3858
3858
|
|
|
3859
3859
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3855,7 +3855,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
3855
3855
|
|
|
3856
3856
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3857
3857
|
border-bottom: 0;
|
|
3858
|
-
word-break: break-
|
|
3858
|
+
word-break: break-word;
|
|
3859
3859
|
}
|
|
3860
3860
|
|
|
3861
3861
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3855,7 +3855,7 @@ $pv-comment-text-cursor-color: $black !default;
|
|
|
3855
3855
|
|
|
3856
3856
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3857
3857
|
border-bottom: 0;
|
|
3858
|
-
word-break: break-
|
|
3858
|
+
word-break: break-word;
|
|
3859
3859
|
}
|
|
3860
3860
|
|
|
3861
3861
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3853,7 +3853,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3853
3853
|
|
|
3854
3854
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3855
3855
|
border-bottom: 0;
|
|
3856
|
-
word-break: break-
|
|
3856
|
+
word-break: break-word;
|
|
3857
3857
|
}
|
|
3858
3858
|
|
|
3859
3859
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3852,7 +3852,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3852
3852
|
|
|
3853
3853
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3854
3854
|
border-bottom: 0;
|
|
3855
|
-
word-break: break-
|
|
3855
|
+
word-break: break-word;
|
|
3856
3856
|
}
|
|
3857
3857
|
|
|
3858
3858
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3850,7 +3850,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3850
3850
|
|
|
3851
3851
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3852
3852
|
border-bottom: 0;
|
|
3853
|
-
word-break: break-
|
|
3853
|
+
word-break: break-word;
|
|
3854
3854
|
}
|
|
3855
3855
|
|
|
3856
3856
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3857,7 +3857,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3857
3857
|
|
|
3858
3858
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3859
3859
|
border-bottom: 0;
|
|
3860
|
-
word-break: break-
|
|
3860
|
+
word-break: break-word;
|
|
3861
3861
|
}
|
|
3862
3862
|
|
|
3863
3863
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -3857,7 +3857,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
3857
3857
|
|
|
3858
3858
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
3859
3859
|
border-bottom: 0;
|
|
3860
|
-
word-break: break-
|
|
3860
|
+
word-break: break-word;
|
|
3861
3861
|
}
|
|
3862
3862
|
|
|
3863
3863
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -326,6 +326,7 @@ $tooltip-close-icon-border-hover: $secondary-border-color-hover !default;
|
|
|
326
326
|
|
|
327
327
|
/*! tooltip content area */
|
|
328
328
|
.e-tip-content {
|
|
329
|
+
border-radius: inherit;
|
|
329
330
|
color: $tooltip-content-font-color;
|
|
330
331
|
font-family: $font-family;
|
|
331
332
|
font-size: $tooltip-font-size;
|
|
@@ -326,6 +326,7 @@ $tooltip-close-icon-border-hover: $secondary-border-color-hover !default;
|
|
|
326
326
|
|
|
327
327
|
/*! tooltip content area */
|
|
328
328
|
.e-tip-content {
|
|
329
|
+
border-radius: inherit;
|
|
329
330
|
color: $tooltip-content-font-color;
|
|
330
331
|
font-family: $font-family;
|
|
331
332
|
font-size: $tooltip-font-size;
|
|
@@ -326,6 +326,7 @@ $tooltip-close-icon-border-hover: $secondary-border-color-hover !default;
|
|
|
326
326
|
|
|
327
327
|
/*! tooltip content area */
|
|
328
328
|
.e-tip-content {
|
|
329
|
+
border-radius: inherit;
|
|
329
330
|
color: $tooltip-content-font-color;
|
|
330
331
|
font-family: $font-family;
|
|
331
332
|
font-size: $tooltip-font-size;
|
|
@@ -326,6 +326,7 @@ $tooltip-close-icon-border-hover: $secondary-border-color-hover !default;
|
|
|
326
326
|
|
|
327
327
|
/*! tooltip content area */
|
|
328
328
|
.e-tip-content {
|
|
329
|
+
border-radius: inherit;
|
|
329
330
|
color: $tooltip-content-font-color;
|
|
330
331
|
font-family: $font-family;
|
|
331
332
|
font-size: $tooltip-font-size;
|
|
@@ -2104,11 +2104,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
2104
2104
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2105
2105
|
line-height: 20px;
|
|
2106
2106
|
}
|
|
2107
|
-
|
|
2108
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2109
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2110
|
-
padding: 0;
|
|
2111
|
-
}
|
|
2112
2107
|
}
|
|
2113
2108
|
|
|
2114
2109
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2159,11 +2159,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
2159
2159
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2160
2160
|
line-height: 20px;
|
|
2161
2161
|
}
|
|
2162
|
-
|
|
2163
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2164
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2165
|
-
padding: 0;
|
|
2166
|
-
}
|
|
2167
2162
|
}
|
|
2168
2163
|
|
|
2169
2164
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2286,11 +2286,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
2286
2286
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2287
2287
|
line-height: 20px;
|
|
2288
2288
|
}
|
|
2289
|
-
|
|
2290
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2291
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2292
|
-
padding: 0;
|
|
2293
|
-
}
|
|
2294
2289
|
}
|
|
2295
2290
|
|
|
2296
2291
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2088,11 +2088,6 @@ $rte-tbar-default-bg: $content-bg-color-alt1;
|
|
|
2088
2088
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2089
2089
|
line-height: 20px;
|
|
2090
2090
|
}
|
|
2091
|
-
|
|
2092
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2093
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2094
|
-
padding: 0;
|
|
2095
|
-
}
|
|
2096
2091
|
}
|
|
2097
2092
|
|
|
2098
2093
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2088,11 +2088,6 @@ $rte-tbar-default-bg: $content-bg-color-alt1;
|
|
|
2088
2088
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2089
2089
|
line-height: 20px;
|
|
2090
2090
|
}
|
|
2091
|
-
|
|
2092
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2093
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2094
|
-
padding: 0;
|
|
2095
|
-
}
|
|
2096
2091
|
}
|
|
2097
2092
|
|
|
2098
2093
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2085,11 +2085,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
2085
2085
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2086
2086
|
line-height: 20px;
|
|
2087
2087
|
}
|
|
2088
|
-
|
|
2089
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2090
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2091
|
-
padding: 0;
|
|
2092
|
-
}
|
|
2093
2088
|
}
|
|
2094
2089
|
|
|
2095
2090
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2083,11 +2083,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
2083
2083
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2084
2084
|
line-height: 20px;
|
|
2085
2085
|
}
|
|
2086
|
-
|
|
2087
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2088
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2089
|
-
padding: 0;
|
|
2090
|
-
}
|
|
2091
2086
|
}
|
|
2092
2087
|
|
|
2093
2088
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2091,11 +2091,6 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
2091
2091
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2092
2092
|
line-height: 20px;
|
|
2093
2093
|
}
|
|
2094
|
-
|
|
2095
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2096
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2097
|
-
padding: 0;
|
|
2098
|
-
}
|
|
2099
2094
|
}
|
|
2100
2095
|
|
|
2101
2096
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2091,11 +2091,6 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
2091
2091
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2092
2092
|
line-height: 20px;
|
|
2093
2093
|
}
|
|
2094
|
-
|
|
2095
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2096
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2097
|
-
padding: 0;
|
|
2098
|
-
}
|
|
2099
2094
|
}
|
|
2100
2095
|
|
|
2101
2096
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2083,11 +2083,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
2083
2083
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2084
2084
|
line-height: 20px;
|
|
2085
2085
|
}
|
|
2086
|
-
|
|
2087
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2088
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2089
|
-
padding: 0;
|
|
2090
|
-
}
|
|
2091
2086
|
}
|
|
2092
2087
|
|
|
2093
2088
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2088,11 +2088,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
2088
2088
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2089
2089
|
line-height: 20px;
|
|
2090
2090
|
}
|
|
2091
|
-
|
|
2092
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2093
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2094
|
-
padding: 0;
|
|
2095
|
-
}
|
|
2096
2091
|
}
|
|
2097
2092
|
|
|
2098
2093
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2085,11 +2085,6 @@ $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
|
2085
2085
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2086
2086
|
line-height: 20px;
|
|
2087
2087
|
}
|
|
2088
|
-
|
|
2089
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2090
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2091
|
-
padding: 0;
|
|
2092
|
-
}
|
|
2093
2088
|
}
|
|
2094
2089
|
|
|
2095
2090
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2086,11 +2086,6 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
2086
2086
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2087
2087
|
line-height: 20px;
|
|
2088
2088
|
}
|
|
2089
|
-
|
|
2090
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2091
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2092
|
-
padding: 0;
|
|
2093
|
-
}
|
|
2094
2089
|
}
|
|
2095
2090
|
|
|
2096
2091
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -2086,11 +2086,6 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
2086
2086
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2087
2087
|
line-height: 20px;
|
|
2088
2088
|
}
|
|
2089
|
-
|
|
2090
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
2091
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
2092
|
-
padding: 0;
|
|
2093
|
-
}
|
|
2094
2089
|
}
|
|
2095
2090
|
|
|
2096
2091
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -31473,6 +31473,7 @@ $tooltip-icon-border-color: $border !default;
|
|
|
31473
31473
|
|
|
31474
31474
|
/*! tooltip content area */
|
|
31475
31475
|
.e-tip-content {
|
|
31476
|
+
border-radius: inherit;
|
|
31476
31477
|
color: $tooltip-content-font-color;
|
|
31477
31478
|
font-family: $font-family;
|
|
31478
31479
|
font-size: $tooltip-font-size;
|
|
@@ -85417,11 +85418,6 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
85417
85418
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
85418
85419
|
line-height: 20px;
|
|
85419
85420
|
}
|
|
85420
|
-
|
|
85421
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
85422
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
85423
|
-
padding: 0;
|
|
85424
|
-
}
|
|
85425
85421
|
}
|
|
85426
85422
|
|
|
85427
85423
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -96552,7 +96548,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
96552
96548
|
|
|
96553
96549
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
96554
96550
|
border-bottom: 0;
|
|
96555
|
-
word-break: break-
|
|
96551
|
+
word-break: break-word;
|
|
96556
96552
|
}
|
|
96557
96553
|
|
|
96558
96554
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
|
@@ -31470,6 +31470,7 @@ $tooltip-icon-border-color: $border !default;
|
|
|
31470
31470
|
|
|
31471
31471
|
/*! tooltip content area */
|
|
31472
31472
|
.e-tip-content {
|
|
31473
|
+
border-radius: inherit;
|
|
31473
31474
|
color: $tooltip-content-font-color;
|
|
31474
31475
|
font-family: $font-family;
|
|
31475
31476
|
font-size: $tooltip-font-size;
|
|
@@ -85414,11 +85415,6 @@ $rte-tbar-default-bg: $content-bg-color-alt2;
|
|
|
85414
85415
|
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
85415
85416
|
line-height: 20px;
|
|
85416
85417
|
}
|
|
85417
|
-
|
|
85418
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
85419
|
-
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
85420
|
-
padding: 0;
|
|
85421
|
-
}
|
|
85422
85418
|
}
|
|
85423
85419
|
|
|
85424
85420
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -96549,7 +96545,7 @@ $pv-eye-icon-margin-top: 3px !default;
|
|
|
96549
96545
|
|
|
96550
96546
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
96551
96547
|
border-bottom: 0;
|
|
96552
|
-
word-break: break-
|
|
96548
|
+
word-break: break-word;
|
|
96553
96549
|
}
|
|
96554
96550
|
|
|
96555
96551
|
.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@syncfusion/blazor-themes","version":"21.2.
|
|
1
|
+
{"name":"@syncfusion/blazor-themes","version":"21.2.9","description":"This package contains the individual component wise SCSS files and single SCSS files for Syncfusion Blazor components.","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","keywords":["Blazor","Blazor Themes","Syncfusion","Syncfusion Blazor","Web components","Themes","Individual Themes","Combined Themes","Syncfusion Blazor SCSS"],"repository":{"type":"git","url":"git@github.com/syncfusion/blazor-samples"}}
|