@syncfusion/blazor-themes 24.2.4 → 24.2.6
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 +56 -12
- package/SCSS-Themes/bootstrap.scss +54 -10
- package/SCSS-Themes/bootstrap4.scss +60 -16
- package/SCSS-Themes/bootstrap5-dark.scss +54 -10
- package/SCSS-Themes/bootstrap5.scss +54 -10
- package/SCSS-Themes/fabric-dark.scss +54 -10
- package/SCSS-Themes/fabric.scss +54 -10
- package/SCSS-Themes/fluent-dark.scss +55 -11
- package/SCSS-Themes/fluent.scss +55 -11
- package/SCSS-Themes/highcontrast.scss +54 -10
- package/SCSS-Themes/material-dark.scss +54 -10
- package/SCSS-Themes/material.scss +54 -10
- package/SCSS-Themes/material3-dark.scss +55 -11
- package/SCSS-Themes/material3.scss +55 -11
- package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +2 -2
- package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +2 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +54 -10
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +54 -10
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +58 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +54 -10
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +54 -10
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +54 -10
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +54 -10
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +55 -11
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +55 -11
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +54 -10
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +54 -10
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +54 -10
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +55 -11
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +55 -11
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +71 -27
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +71 -27
- package/SCSS-Themes/tailwind-dark.scss +71 -27
- package/SCSS-Themes/tailwind.scss +71 -27
- package/package.json +1 -1
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -89861,7 +89861,8 @@ $rte-default-character-count-opacity: .8;
|
|
|
89861
89861
|
$rte-droparea-line-height: 10;
|
|
89862
89862
|
$rte-droparea-browsebtn-height: 36px;
|
|
89863
89863
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
89864
|
-
$rte-droparea-browsebtn-top: -
|
|
89864
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
89865
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
89865
89866
|
$rte-insert-dialog-font-size: 15px;
|
|
89866
89867
|
$rte-big-insert-dialog-font-size: 15px;
|
|
89867
89868
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -89945,7 +89946,7 @@ $rte-font-family: $font-family !default;
|
|
|
89945
89946
|
$rte-content-color: $content-text-color !default;
|
|
89946
89947
|
$rte-content-blockquote-border-left-color: solid 2px $content-text-color !default;
|
|
89947
89948
|
$rte-dropdown-selection-bgcolor: $secondary-bg-color-pressed !default;
|
|
89948
|
-
$rte-ext-tbar-overlay-icons-color: $icon-color
|
|
89949
|
+
$rte-ext-tbar-overlay-icons-color: $icon-color !default;
|
|
89949
89950
|
$rte-overlay-color: $overlay-bg-color !default;
|
|
89950
89951
|
$rte-dropdown-selection-color: $secondary-text-color-pressed !default;
|
|
89951
89952
|
$rte-anchor-color: $primary !default;
|
|
@@ -90003,7 +90004,8 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
90003
90004
|
$rte-big-table-dlg-max-height: 306px !default;
|
|
90004
90005
|
$rte-big-edit-table-dlg-max-height: 388px !default;
|
|
90005
90006
|
$rte-drop-text-width: 292px !default;
|
|
90006
|
-
$rte-drop-text-height:
|
|
90007
|
+
$rte-drop-text-height: 128px !default;
|
|
90008
|
+
$rte-big-drop-text-height: 140px !default;
|
|
90007
90009
|
$rte-drop-text-mobile-width: 242px !default;
|
|
90008
90010
|
$rte-tbar-default-bg: $content-bg-color-alt2;
|
|
90009
90011
|
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
@@ -90173,6 +90175,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90173
90175
|
.e-rte-content .e-content {
|
|
90174
90176
|
font-size: $rte-big-content-font-size;
|
|
90175
90177
|
}
|
|
90178
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
90179
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
90180
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
90181
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
90182
|
+
}
|
|
90176
90183
|
}
|
|
90177
90184
|
|
|
90178
90185
|
.e-richtexteditor {
|
|
@@ -90695,6 +90702,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90695
90702
|
}
|
|
90696
90703
|
}
|
|
90697
90704
|
|
|
90705
|
+
@if $skin-name == 'tailwind' {
|
|
90706
|
+
.e-bigger {
|
|
90707
|
+
.e-richtexteditor {
|
|
90708
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
90709
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
90710
|
+
padding: 0 8px;
|
|
90711
|
+
}
|
|
90712
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
90713
|
+
padding: 0 8px;
|
|
90714
|
+
}
|
|
90715
|
+
}
|
|
90716
|
+
}
|
|
90717
|
+
}
|
|
90718
|
+
|
|
90698
90719
|
.e-rte-linkcontent .e-rte-label {
|
|
90699
90720
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90700
90721
|
}
|
|
@@ -90945,19 +90966,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90945
90966
|
}
|
|
90946
90967
|
|
|
90947
90968
|
.e-rte-img-caption.e-imgcenter {
|
|
90948
|
-
display:
|
|
90969
|
+
display: contents;
|
|
90949
90970
|
margin-left: auto;
|
|
90950
90971
|
margin-right: auto;
|
|
90951
90972
|
}
|
|
90952
90973
|
|
|
90953
90974
|
.e-rte-img-caption.e-imgright {
|
|
90954
|
-
display:
|
|
90975
|
+
display: contents;
|
|
90955
90976
|
margin-left: auto;
|
|
90956
90977
|
margin-right: 0;
|
|
90957
90978
|
}
|
|
90958
90979
|
|
|
90959
90980
|
.e-rte-img-caption.e-imgleft {
|
|
90960
|
-
display:
|
|
90981
|
+
display: contents;
|
|
90961
90982
|
margin-left: 0;
|
|
90962
90983
|
margin-right: auto;
|
|
90963
90984
|
}
|
|
@@ -90974,7 +90995,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90974
90995
|
}
|
|
90975
90996
|
|
|
90976
90997
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90977
|
-
display:
|
|
90998
|
+
display: contents;
|
|
90978
90999
|
}
|
|
90979
91000
|
|
|
90980
91001
|
.e-rte-table {
|
|
@@ -91145,7 +91166,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91145
91166
|
|
|
91146
91167
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
91147
91168
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
91148
|
-
top: -
|
|
91169
|
+
top: $rte-droparea-browsebtn-top;
|
|
91149
91170
|
}
|
|
91150
91171
|
|
|
91151
91172
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -91671,6 +91692,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91671
91692
|
}
|
|
91672
91693
|
}
|
|
91673
91694
|
}
|
|
91695
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
91696
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
91697
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
91698
|
+
@if $skin-name == 'tailwind' {
|
|
91699
|
+
padding: 1px;
|
|
91700
|
+
}
|
|
91701
|
+
}
|
|
91702
|
+
}
|
|
91674
91703
|
|
|
91675
91704
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91676
91705
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -92720,7 +92749,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92720
92749
|
}
|
|
92721
92750
|
|
|
92722
92751
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
92723
|
-
height:
|
|
92752
|
+
height: $rte-drop-text-height;
|
|
92753
|
+
}
|
|
92754
|
+
|
|
92755
|
+
.e-bigger .e-richtexteditor {
|
|
92756
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92757
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92758
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
92759
|
+
height: $rte-big-drop-text-height;
|
|
92760
|
+
}
|
|
92724
92761
|
}
|
|
92725
92762
|
|
|
92726
92763
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -92990,8 +93027,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92990
93027
|
}
|
|
92991
93028
|
|
|
92992
93029
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
92993
|
-
border
|
|
92994
|
-
border-top: 1px solid $transparent;
|
|
93030
|
+
border: 1px solid $transparent;
|
|
92995
93031
|
}
|
|
92996
93032
|
|
|
92997
93033
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -93003,6 +93039,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93003
93039
|
background: $rte-tb-hover-bg-color;
|
|
93004
93040
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
93005
93041
|
}
|
|
93042
|
+
|
|
93043
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
93044
|
+
border: 1px solid $transparent;
|
|
93045
|
+
}
|
|
93046
|
+
|
|
93047
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
93048
|
+
border: 1px solid $transparent;
|
|
93049
|
+
}
|
|
93006
93050
|
}
|
|
93007
93051
|
|
|
93008
93052
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -89391,13 +89391,15 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
89391
89391
|
$rte-big-table-dlg-max-height: 309px !default;
|
|
89392
89392
|
$rte-big-edit-table-dlg-max-height: 400px !default;
|
|
89393
89393
|
$rte-drop-text-width: 288px !default;
|
|
89394
|
-
$rte-drop-text-height:
|
|
89394
|
+
$rte-drop-text-height: 128px !default;
|
|
89395
|
+
$rte-big-drop-text-height: 140px !default;
|
|
89395
89396
|
$rte-drop-text-mobile-width: 238px !default;
|
|
89396
89397
|
$rte-tbar-default-bg: $bg-base-0;
|
|
89397
89398
|
$rte-droparea-line-height: 10;
|
|
89398
89399
|
$rte-droparea-browsebtn-height: 36px;
|
|
89399
89400
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
89400
|
-
$rte-droparea-browsebtn-top: -
|
|
89401
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
89402
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
89401
89403
|
$rte-insert-dialog-font-size: 15px;
|
|
89402
89404
|
$rte-big-insert-dialog-font-size: 15px;
|
|
89403
89405
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -89583,6 +89585,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
89583
89585
|
.e-rte-content .e-content {
|
|
89584
89586
|
font-size: $rte-big-content-font-size;
|
|
89585
89587
|
}
|
|
89588
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
89589
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
89590
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
89591
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
89592
|
+
}
|
|
89586
89593
|
}
|
|
89587
89594
|
|
|
89588
89595
|
.e-richtexteditor {
|
|
@@ -90105,6 +90112,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90105
90112
|
}
|
|
90106
90113
|
}
|
|
90107
90114
|
|
|
90115
|
+
@if $skin-name == 'tailwind' {
|
|
90116
|
+
.e-bigger {
|
|
90117
|
+
.e-richtexteditor {
|
|
90118
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
90119
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
90120
|
+
padding: 0 8px;
|
|
90121
|
+
}
|
|
90122
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
90123
|
+
padding: 0 8px;
|
|
90124
|
+
}
|
|
90125
|
+
}
|
|
90126
|
+
}
|
|
90127
|
+
}
|
|
90128
|
+
|
|
90108
90129
|
.e-rte-linkcontent .e-rte-label {
|
|
90109
90130
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90110
90131
|
}
|
|
@@ -90355,19 +90376,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90355
90376
|
}
|
|
90356
90377
|
|
|
90357
90378
|
.e-rte-img-caption.e-imgcenter {
|
|
90358
|
-
display:
|
|
90379
|
+
display: contents;
|
|
90359
90380
|
margin-left: auto;
|
|
90360
90381
|
margin-right: auto;
|
|
90361
90382
|
}
|
|
90362
90383
|
|
|
90363
90384
|
.e-rte-img-caption.e-imgright {
|
|
90364
|
-
display:
|
|
90385
|
+
display: contents;
|
|
90365
90386
|
margin-left: auto;
|
|
90366
90387
|
margin-right: 0;
|
|
90367
90388
|
}
|
|
90368
90389
|
|
|
90369
90390
|
.e-rte-img-caption.e-imgleft {
|
|
90370
|
-
display:
|
|
90391
|
+
display: contents;
|
|
90371
90392
|
margin-left: 0;
|
|
90372
90393
|
margin-right: auto;
|
|
90373
90394
|
}
|
|
@@ -90384,7 +90405,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90384
90405
|
}
|
|
90385
90406
|
|
|
90386
90407
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90387
|
-
display:
|
|
90408
|
+
display: contents;
|
|
90388
90409
|
}
|
|
90389
90410
|
|
|
90390
90411
|
.e-rte-table {
|
|
@@ -90555,7 +90576,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90555
90576
|
|
|
90556
90577
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
90557
90578
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
90558
|
-
top: -
|
|
90579
|
+
top: $rte-droparea-browsebtn-top;
|
|
90559
90580
|
}
|
|
90560
90581
|
|
|
90561
90582
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -91081,6 +91102,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91081
91102
|
}
|
|
91082
91103
|
}
|
|
91083
91104
|
}
|
|
91105
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
91106
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
91107
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
91108
|
+
@if $skin-name == 'tailwind' {
|
|
91109
|
+
padding: 1px;
|
|
91110
|
+
}
|
|
91111
|
+
}
|
|
91112
|
+
}
|
|
91084
91113
|
|
|
91085
91114
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91086
91115
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -92130,7 +92159,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92130
92159
|
}
|
|
92131
92160
|
|
|
92132
92161
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
92133
|
-
height:
|
|
92162
|
+
height: $rte-drop-text-height;
|
|
92163
|
+
}
|
|
92164
|
+
|
|
92165
|
+
.e-bigger .e-richtexteditor {
|
|
92166
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
92167
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
92168
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
92169
|
+
height: $rte-big-drop-text-height;
|
|
92170
|
+
}
|
|
92134
92171
|
}
|
|
92135
92172
|
|
|
92136
92173
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -92400,8 +92437,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92400
92437
|
}
|
|
92401
92438
|
|
|
92402
92439
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
92403
|
-
border
|
|
92404
|
-
border-top: 1px solid $transparent;
|
|
92440
|
+
border: 1px solid $transparent;
|
|
92405
92441
|
}
|
|
92406
92442
|
|
|
92407
92443
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -92413,6 +92449,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92413
92449
|
background: $rte-tb-hover-bg-color;
|
|
92414
92450
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
92415
92451
|
}
|
|
92452
|
+
|
|
92453
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
92454
|
+
border: 1px solid $transparent;
|
|
92455
|
+
}
|
|
92456
|
+
|
|
92457
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
92458
|
+
border: 1px solid $transparent;
|
|
92459
|
+
}
|
|
92416
92460
|
}
|
|
92417
92461
|
|
|
92418
92462
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -90690,7 +90690,8 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
90690
90690
|
$rte-big-table-dlg-max-height: 312px !default;
|
|
90691
90691
|
$rte-big-edit-table-dlg-max-height: 385px !default;
|
|
90692
90692
|
$rte-drop-text-width: 300px !default;
|
|
90693
|
-
$rte-drop-text-height:
|
|
90693
|
+
$rte-drop-text-height: 128px !default;
|
|
90694
|
+
$rte-big-drop-text-height: 140px !default;
|
|
90694
90695
|
$rte-drop-text-mobile-width: 250px !default;
|
|
90695
90696
|
|
|
90696
90697
|
$rte-quick-toolbar-item-margin: 0 6px !default;
|
|
@@ -90701,7 +90702,8 @@ $rte-tbar-default-bg: $grey-900;
|
|
|
90701
90702
|
$rte-droparea-line-height: 10;
|
|
90702
90703
|
$rte-droparea-browsebtn-height: 36px;
|
|
90703
90704
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
90704
|
-
$rte-droparea-browsebtn-top: -
|
|
90705
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
90706
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
90705
90707
|
$rte-insert-dialog-font-size: 15px;
|
|
90706
90708
|
$rte-big-insert-dialog-font-size: 15px;
|
|
90707
90709
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -90893,6 +90895,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90893
90895
|
.e-rte-content .e-content {
|
|
90894
90896
|
font-size: $rte-big-content-font-size;
|
|
90895
90897
|
}
|
|
90898
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
90899
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
90900
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
90901
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
90902
|
+
}
|
|
90896
90903
|
}
|
|
90897
90904
|
|
|
90898
90905
|
.e-richtexteditor {
|
|
@@ -91415,6 +91422,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91415
91422
|
}
|
|
91416
91423
|
}
|
|
91417
91424
|
|
|
91425
|
+
@if $skin-name == 'tailwind' {
|
|
91426
|
+
.e-bigger {
|
|
91427
|
+
.e-richtexteditor {
|
|
91428
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
91429
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
91430
|
+
padding: 0 8px;
|
|
91431
|
+
}
|
|
91432
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
91433
|
+
padding: 0 8px;
|
|
91434
|
+
}
|
|
91435
|
+
}
|
|
91436
|
+
}
|
|
91437
|
+
}
|
|
91438
|
+
|
|
91418
91439
|
.e-rte-linkcontent .e-rte-label {
|
|
91419
91440
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
91420
91441
|
}
|
|
@@ -91665,19 +91686,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91665
91686
|
}
|
|
91666
91687
|
|
|
91667
91688
|
.e-rte-img-caption.e-imgcenter {
|
|
91668
|
-
display:
|
|
91689
|
+
display: contents;
|
|
91669
91690
|
margin-left: auto;
|
|
91670
91691
|
margin-right: auto;
|
|
91671
91692
|
}
|
|
91672
91693
|
|
|
91673
91694
|
.e-rte-img-caption.e-imgright {
|
|
91674
|
-
display:
|
|
91695
|
+
display: contents;
|
|
91675
91696
|
margin-left: auto;
|
|
91676
91697
|
margin-right: 0;
|
|
91677
91698
|
}
|
|
91678
91699
|
|
|
91679
91700
|
.e-rte-img-caption.e-imgleft {
|
|
91680
|
-
display:
|
|
91701
|
+
display: contents;
|
|
91681
91702
|
margin-left: 0;
|
|
91682
91703
|
margin-right: auto;
|
|
91683
91704
|
}
|
|
@@ -91694,7 +91715,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91694
91715
|
}
|
|
91695
91716
|
|
|
91696
91717
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
91697
|
-
display:
|
|
91718
|
+
display: contents;
|
|
91698
91719
|
}
|
|
91699
91720
|
|
|
91700
91721
|
.e-rte-table {
|
|
@@ -91865,7 +91886,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91865
91886
|
|
|
91866
91887
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
91867
91888
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
91868
|
-
top: -
|
|
91889
|
+
top: $rte-droparea-browsebtn-top;
|
|
91869
91890
|
}
|
|
91870
91891
|
|
|
91871
91892
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -92391,6 +92412,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92391
92412
|
}
|
|
92392
92413
|
}
|
|
92393
92414
|
}
|
|
92415
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
92416
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
92417
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
92418
|
+
@if $skin-name == 'tailwind' {
|
|
92419
|
+
padding: 1px;
|
|
92420
|
+
}
|
|
92421
|
+
}
|
|
92422
|
+
}
|
|
92394
92423
|
|
|
92395
92424
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
92396
92425
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -93440,7 +93469,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93440
93469
|
}
|
|
93441
93470
|
|
|
93442
93471
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
93443
|
-
height:
|
|
93472
|
+
height: $rte-drop-text-height;
|
|
93473
|
+
}
|
|
93474
|
+
|
|
93475
|
+
.e-bigger .e-richtexteditor {
|
|
93476
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
93477
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
93478
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
93479
|
+
height: $rte-big-drop-text-height;
|
|
93480
|
+
}
|
|
93444
93481
|
}
|
|
93445
93482
|
|
|
93446
93483
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -93710,8 +93747,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93710
93747
|
}
|
|
93711
93748
|
|
|
93712
93749
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
93713
|
-
border
|
|
93714
|
-
border-top: 1px solid $transparent;
|
|
93750
|
+
border: 1px solid $transparent;
|
|
93715
93751
|
}
|
|
93716
93752
|
|
|
93717
93753
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -93723,6 +93759,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93723
93759
|
background: $rte-tb-hover-bg-color;
|
|
93724
93760
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
93725
93761
|
}
|
|
93762
|
+
|
|
93763
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
93764
|
+
border: 1px solid $transparent;
|
|
93765
|
+
}
|
|
93766
|
+
|
|
93767
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
93768
|
+
border: 1px solid $transparent;
|
|
93769
|
+
}
|
|
93726
93770
|
}
|
|
93727
93771
|
|
|
93728
93772
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -90410,13 +90410,15 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
90410
90410
|
$rte-big-table-dlg-max-height: 312px !default;
|
|
90411
90411
|
$rte-big-edit-table-dlg-max-height: 385px !default;
|
|
90412
90412
|
$rte-drop-text-width: 300px !default;
|
|
90413
|
-
$rte-drop-text-height:
|
|
90413
|
+
$rte-drop-text-height: 128px !default;
|
|
90414
|
+
$rte-big-drop-text-height: 140px !default;
|
|
90414
90415
|
$rte-drop-text-mobile-width: 250px !default;
|
|
90415
90416
|
$rte-tbar-default-bg: $grey-50;
|
|
90416
90417
|
$rte-droparea-line-height: 10;
|
|
90417
90418
|
$rte-droparea-browsebtn-height: 36px;
|
|
90418
90419
|
$rte-droparea-browsebtn-padding: 0 18px;
|
|
90419
|
-
$rte-droparea-browsebtn-top: -
|
|
90420
|
+
$rte-droparea-browsebtn-top: -120px;
|
|
90421
|
+
$rte-big-droparea-browsebtn-top: -120px;
|
|
90420
90422
|
$rte-insert-dialog-font-size: 15px;
|
|
90421
90423
|
$rte-big-insert-dialog-font-size: 15px;
|
|
90422
90424
|
$rte-table-popup-tablecell-height: 14px;
|
|
@@ -90607,6 +90609,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90607
90609
|
.e-rte-content .e-content {
|
|
90608
90610
|
font-size: $rte-big-content-font-size;
|
|
90609
90611
|
}
|
|
90612
|
+
.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
90613
|
+
.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
|
|
90614
|
+
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
90615
|
+
top: $rte-big-droparea-browsebtn-top;
|
|
90616
|
+
}
|
|
90610
90617
|
}
|
|
90611
90618
|
|
|
90612
90619
|
.e-richtexteditor {
|
|
@@ -91129,6 +91136,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91129
91136
|
}
|
|
91130
91137
|
}
|
|
91131
91138
|
|
|
91139
|
+
@if $skin-name == 'tailwind' {
|
|
91140
|
+
.e-bigger {
|
|
91141
|
+
.e-richtexteditor {
|
|
91142
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
91143
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
91144
|
+
padding: 0 8px;
|
|
91145
|
+
}
|
|
91146
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
91147
|
+
padding: 0 8px;
|
|
91148
|
+
}
|
|
91149
|
+
}
|
|
91150
|
+
}
|
|
91151
|
+
}
|
|
91152
|
+
|
|
91132
91153
|
.e-rte-linkcontent .e-rte-label {
|
|
91133
91154
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
91134
91155
|
}
|
|
@@ -91379,19 +91400,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91379
91400
|
}
|
|
91380
91401
|
|
|
91381
91402
|
.e-rte-img-caption.e-imgcenter {
|
|
91382
|
-
display:
|
|
91403
|
+
display: contents;
|
|
91383
91404
|
margin-left: auto;
|
|
91384
91405
|
margin-right: auto;
|
|
91385
91406
|
}
|
|
91386
91407
|
|
|
91387
91408
|
.e-rte-img-caption.e-imgright {
|
|
91388
|
-
display:
|
|
91409
|
+
display: contents;
|
|
91389
91410
|
margin-left: auto;
|
|
91390
91411
|
margin-right: 0;
|
|
91391
91412
|
}
|
|
91392
91413
|
|
|
91393
91414
|
.e-rte-img-caption.e-imgleft {
|
|
91394
|
-
display:
|
|
91415
|
+
display: contents;
|
|
91395
91416
|
margin-left: 0;
|
|
91396
91417
|
margin-right: auto;
|
|
91397
91418
|
}
|
|
@@ -91408,7 +91429,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91408
91429
|
}
|
|
91409
91430
|
|
|
91410
91431
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
91411
|
-
display:
|
|
91432
|
+
display: contents;
|
|
91412
91433
|
}
|
|
91413
91434
|
|
|
91414
91435
|
.e-rte-table {
|
|
@@ -91579,7 +91600,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91579
91600
|
|
|
91580
91601
|
.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
|
|
91581
91602
|
.e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
|
|
91582
|
-
top: -
|
|
91603
|
+
top: $rte-droparea-browsebtn-top;
|
|
91583
91604
|
}
|
|
91584
91605
|
|
|
91585
91606
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
|
|
@@ -92105,6 +92126,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92105
92126
|
}
|
|
92106
92127
|
}
|
|
92107
92128
|
}
|
|
92129
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
92130
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
92131
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
92132
|
+
@if $skin-name == 'tailwind' {
|
|
92133
|
+
padding: 1px;
|
|
92134
|
+
}
|
|
92135
|
+
}
|
|
92136
|
+
}
|
|
92108
92137
|
|
|
92109
92138
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
92110
92139
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -93154,7 +93183,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93154
93183
|
}
|
|
93155
93184
|
|
|
93156
93185
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
93157
|
-
height:
|
|
93186
|
+
height: $rte-drop-text-height;
|
|
93187
|
+
}
|
|
93188
|
+
|
|
93189
|
+
.e-bigger .e-richtexteditor {
|
|
93190
|
+
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
93191
|
+
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
93192
|
+
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
93193
|
+
height: $rte-big-drop-text-height;
|
|
93194
|
+
}
|
|
93158
93195
|
}
|
|
93159
93196
|
|
|
93160
93197
|
.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
|
|
@@ -93424,8 +93461,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93424
93461
|
}
|
|
93425
93462
|
|
|
93426
93463
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
93427
|
-
border
|
|
93428
|
-
border-top: 1px solid $transparent;
|
|
93464
|
+
border: 1px solid $transparent;
|
|
93429
93465
|
}
|
|
93430
93466
|
|
|
93431
93467
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -93437,6 +93473,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93437
93473
|
background: $rte-tb-hover-bg-color;
|
|
93438
93474
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
93439
93475
|
}
|
|
93476
|
+
|
|
93477
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
93478
|
+
border: 1px solid $transparent;
|
|
93479
|
+
}
|
|
93480
|
+
|
|
93481
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
93482
|
+
border: 1px solid $transparent;
|
|
93483
|
+
}
|
|
93440
93484
|
}
|
|
93441
93485
|
|
|
93442
93486
|
@if $skin-name == 'bootstrap5' {
|