@syncfusion/blazor-themes 24.2.5 → 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 +35 -6
- package/SCSS-Themes/bootstrap.scss +35 -6
- package/SCSS-Themes/bootstrap4.scss +36 -7
- package/SCSS-Themes/bootstrap5-dark.scss +35 -6
- package/SCSS-Themes/bootstrap5.scss +35 -6
- package/SCSS-Themes/fabric-dark.scss +35 -6
- package/SCSS-Themes/fabric.scss +35 -6
- package/SCSS-Themes/fluent-dark.scss +35 -6
- package/SCSS-Themes/fluent.scss +35 -6
- package/SCSS-Themes/highcontrast.scss +35 -6
- package/SCSS-Themes/material-dark.scss +35 -6
- package/SCSS-Themes/material.scss +35 -6
- package/SCSS-Themes/material3-dark.scss +35 -6
- package/SCSS-Themes/material3.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +36 -7
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +35 -6
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +52 -23
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +52 -23
- package/SCSS-Themes/tailwind-dark.scss +52 -23
- package/SCSS-Themes/tailwind.scss +52 -23
- package/package.json +1 -1
|
@@ -90701,6 +90701,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90701
90701
|
}
|
|
90702
90702
|
}
|
|
90703
90703
|
|
|
90704
|
+
@if $skin-name == 'tailwind' {
|
|
90705
|
+
.e-bigger {
|
|
90706
|
+
.e-richtexteditor {
|
|
90707
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
90708
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
90709
|
+
padding: 0 8px;
|
|
90710
|
+
}
|
|
90711
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
90712
|
+
padding: 0 8px;
|
|
90713
|
+
}
|
|
90714
|
+
}
|
|
90715
|
+
}
|
|
90716
|
+
}
|
|
90717
|
+
|
|
90704
90718
|
.e-rte-linkcontent .e-rte-label {
|
|
90705
90719
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90706
90720
|
}
|
|
@@ -90951,19 +90965,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90951
90965
|
}
|
|
90952
90966
|
|
|
90953
90967
|
.e-rte-img-caption.e-imgcenter {
|
|
90954
|
-
display:
|
|
90968
|
+
display: contents;
|
|
90955
90969
|
margin-left: auto;
|
|
90956
90970
|
margin-right: auto;
|
|
90957
90971
|
}
|
|
90958
90972
|
|
|
90959
90973
|
.e-rte-img-caption.e-imgright {
|
|
90960
|
-
display:
|
|
90974
|
+
display: contents;
|
|
90961
90975
|
margin-left: auto;
|
|
90962
90976
|
margin-right: 0;
|
|
90963
90977
|
}
|
|
90964
90978
|
|
|
90965
90979
|
.e-rte-img-caption.e-imgleft {
|
|
90966
|
-
display:
|
|
90980
|
+
display: contents;
|
|
90967
90981
|
margin-left: 0;
|
|
90968
90982
|
margin-right: auto;
|
|
90969
90983
|
}
|
|
@@ -90980,7 +90994,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90980
90994
|
}
|
|
90981
90995
|
|
|
90982
90996
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90983
|
-
display:
|
|
90997
|
+
display: contents;
|
|
90984
90998
|
}
|
|
90985
90999
|
|
|
90986
91000
|
.e-rte-table {
|
|
@@ -91677,6 +91691,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91677
91691
|
}
|
|
91678
91692
|
}
|
|
91679
91693
|
}
|
|
91694
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
91695
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
91696
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
91697
|
+
@if $skin-name == 'tailwind' {
|
|
91698
|
+
padding: 1px;
|
|
91699
|
+
}
|
|
91700
|
+
}
|
|
91701
|
+
}
|
|
91680
91702
|
|
|
91681
91703
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91682
91704
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -93004,8 +93026,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93004
93026
|
}
|
|
93005
93027
|
|
|
93006
93028
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
93007
|
-
border
|
|
93008
|
-
border-top: 1px solid $transparent;
|
|
93029
|
+
border: 1px solid $transparent;
|
|
93009
93030
|
}
|
|
93010
93031
|
|
|
93011
93032
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -93017,6 +93038,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93017
93038
|
background: $rte-tb-hover-bg-color;
|
|
93018
93039
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
93019
93040
|
}
|
|
93041
|
+
|
|
93042
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
93043
|
+
border: 1px solid $transparent;
|
|
93044
|
+
}
|
|
93045
|
+
|
|
93046
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
93047
|
+
border: 1px solid $transparent;
|
|
93048
|
+
}
|
|
93020
93049
|
}
|
|
93021
93050
|
|
|
93022
93051
|
@if $skin-name == 'bootstrap5' {
|
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -90702,6 +90702,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90702
90702
|
}
|
|
90703
90703
|
}
|
|
90704
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
|
+
|
|
90705
90719
|
.e-rte-linkcontent .e-rte-label {
|
|
90706
90720
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90707
90721
|
}
|
|
@@ -90952,19 +90966,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90952
90966
|
}
|
|
90953
90967
|
|
|
90954
90968
|
.e-rte-img-caption.e-imgcenter {
|
|
90955
|
-
display:
|
|
90969
|
+
display: contents;
|
|
90956
90970
|
margin-left: auto;
|
|
90957
90971
|
margin-right: auto;
|
|
90958
90972
|
}
|
|
90959
90973
|
|
|
90960
90974
|
.e-rte-img-caption.e-imgright {
|
|
90961
|
-
display:
|
|
90975
|
+
display: contents;
|
|
90962
90976
|
margin-left: auto;
|
|
90963
90977
|
margin-right: 0;
|
|
90964
90978
|
}
|
|
90965
90979
|
|
|
90966
90980
|
.e-rte-img-caption.e-imgleft {
|
|
90967
|
-
display:
|
|
90981
|
+
display: contents;
|
|
90968
90982
|
margin-left: 0;
|
|
90969
90983
|
margin-right: auto;
|
|
90970
90984
|
}
|
|
@@ -90981,7 +90995,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90981
90995
|
}
|
|
90982
90996
|
|
|
90983
90997
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90984
|
-
display:
|
|
90998
|
+
display: contents;
|
|
90985
90999
|
}
|
|
90986
91000
|
|
|
90987
91001
|
.e-rte-table {
|
|
@@ -91678,6 +91692,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91678
91692
|
}
|
|
91679
91693
|
}
|
|
91680
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
|
+
}
|
|
91681
91703
|
|
|
91682
91704
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91683
91705
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -93005,8 +93027,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93005
93027
|
}
|
|
93006
93028
|
|
|
93007
93029
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
93008
|
-
border
|
|
93009
|
-
border-top: 1px solid $transparent;
|
|
93030
|
+
border: 1px solid $transparent;
|
|
93010
93031
|
}
|
|
93011
93032
|
|
|
93012
93033
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -93018,6 +93039,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93018
93039
|
background: $rte-tb-hover-bg-color;
|
|
93019
93040
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
93020
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
|
+
}
|
|
93021
93050
|
}
|
|
93022
93051
|
|
|
93023
93052
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -90112,6 +90112,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90112
90112
|
}
|
|
90113
90113
|
}
|
|
90114
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
|
+
|
|
90115
90129
|
.e-rte-linkcontent .e-rte-label {
|
|
90116
90130
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90117
90131
|
}
|
|
@@ -90362,19 +90376,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90362
90376
|
}
|
|
90363
90377
|
|
|
90364
90378
|
.e-rte-img-caption.e-imgcenter {
|
|
90365
|
-
display:
|
|
90379
|
+
display: contents;
|
|
90366
90380
|
margin-left: auto;
|
|
90367
90381
|
margin-right: auto;
|
|
90368
90382
|
}
|
|
90369
90383
|
|
|
90370
90384
|
.e-rte-img-caption.e-imgright {
|
|
90371
|
-
display:
|
|
90385
|
+
display: contents;
|
|
90372
90386
|
margin-left: auto;
|
|
90373
90387
|
margin-right: 0;
|
|
90374
90388
|
}
|
|
90375
90389
|
|
|
90376
90390
|
.e-rte-img-caption.e-imgleft {
|
|
90377
|
-
display:
|
|
90391
|
+
display: contents;
|
|
90378
90392
|
margin-left: 0;
|
|
90379
90393
|
margin-right: auto;
|
|
90380
90394
|
}
|
|
@@ -90391,7 +90405,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90391
90405
|
}
|
|
90392
90406
|
|
|
90393
90407
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90394
|
-
display:
|
|
90408
|
+
display: contents;
|
|
90395
90409
|
}
|
|
90396
90410
|
|
|
90397
90411
|
.e-rte-table {
|
|
@@ -91088,6 +91102,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91088
91102
|
}
|
|
91089
91103
|
}
|
|
91090
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
|
+
}
|
|
91091
91113
|
|
|
91092
91114
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91093
91115
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -92415,8 +92437,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92415
92437
|
}
|
|
92416
92438
|
|
|
92417
92439
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
92418
|
-
border
|
|
92419
|
-
border-top: 1px solid $transparent;
|
|
92440
|
+
border: 1px solid $transparent;
|
|
92420
92441
|
}
|
|
92421
92442
|
|
|
92422
92443
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -92428,6 +92449,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92428
92449
|
background: $rte-tb-hover-bg-color;
|
|
92429
92450
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
92430
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
|
+
}
|
|
92431
92460
|
}
|
|
92432
92461
|
|
|
92433
92462
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -91422,6 +91422,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91422
91422
|
}
|
|
91423
91423
|
}
|
|
91424
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
|
+
|
|
91425
91439
|
.e-rte-linkcontent .e-rte-label {
|
|
91426
91440
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
91427
91441
|
}
|
|
@@ -91672,19 +91686,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91672
91686
|
}
|
|
91673
91687
|
|
|
91674
91688
|
.e-rte-img-caption.e-imgcenter {
|
|
91675
|
-
display:
|
|
91689
|
+
display: contents;
|
|
91676
91690
|
margin-left: auto;
|
|
91677
91691
|
margin-right: auto;
|
|
91678
91692
|
}
|
|
91679
91693
|
|
|
91680
91694
|
.e-rte-img-caption.e-imgright {
|
|
91681
|
-
display:
|
|
91695
|
+
display: contents;
|
|
91682
91696
|
margin-left: auto;
|
|
91683
91697
|
margin-right: 0;
|
|
91684
91698
|
}
|
|
91685
91699
|
|
|
91686
91700
|
.e-rte-img-caption.e-imgleft {
|
|
91687
|
-
display:
|
|
91701
|
+
display: contents;
|
|
91688
91702
|
margin-left: 0;
|
|
91689
91703
|
margin-right: auto;
|
|
91690
91704
|
}
|
|
@@ -91701,7 +91715,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91701
91715
|
}
|
|
91702
91716
|
|
|
91703
91717
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
91704
|
-
display:
|
|
91718
|
+
display: contents;
|
|
91705
91719
|
}
|
|
91706
91720
|
|
|
91707
91721
|
.e-rte-table {
|
|
@@ -92398,6 +92412,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92398
92412
|
}
|
|
92399
92413
|
}
|
|
92400
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
|
+
}
|
|
92401
92423
|
|
|
92402
92424
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
92403
92425
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -93725,8 +93747,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93725
93747
|
}
|
|
93726
93748
|
|
|
93727
93749
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
93728
|
-
border
|
|
93729
|
-
border-top: 1px solid $transparent;
|
|
93750
|
+
border: 1px solid $transparent;
|
|
93730
93751
|
}
|
|
93731
93752
|
|
|
93732
93753
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -93738,6 +93759,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93738
93759
|
background: $rte-tb-hover-bg-color;
|
|
93739
93760
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
93740
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
|
+
}
|
|
93741
93770
|
}
|
|
93742
93771
|
|
|
93743
93772
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -91136,6 +91136,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91136
91136
|
}
|
|
91137
91137
|
}
|
|
91138
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
|
+
|
|
91139
91153
|
.e-rte-linkcontent .e-rte-label {
|
|
91140
91154
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
91141
91155
|
}
|
|
@@ -91386,19 +91400,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91386
91400
|
}
|
|
91387
91401
|
|
|
91388
91402
|
.e-rte-img-caption.e-imgcenter {
|
|
91389
|
-
display:
|
|
91403
|
+
display: contents;
|
|
91390
91404
|
margin-left: auto;
|
|
91391
91405
|
margin-right: auto;
|
|
91392
91406
|
}
|
|
91393
91407
|
|
|
91394
91408
|
.e-rte-img-caption.e-imgright {
|
|
91395
|
-
display:
|
|
91409
|
+
display: contents;
|
|
91396
91410
|
margin-left: auto;
|
|
91397
91411
|
margin-right: 0;
|
|
91398
91412
|
}
|
|
91399
91413
|
|
|
91400
91414
|
.e-rte-img-caption.e-imgleft {
|
|
91401
|
-
display:
|
|
91415
|
+
display: contents;
|
|
91402
91416
|
margin-left: 0;
|
|
91403
91417
|
margin-right: auto;
|
|
91404
91418
|
}
|
|
@@ -91415,7 +91429,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91415
91429
|
}
|
|
91416
91430
|
|
|
91417
91431
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
91418
|
-
display:
|
|
91432
|
+
display: contents;
|
|
91419
91433
|
}
|
|
91420
91434
|
|
|
91421
91435
|
.e-rte-table {
|
|
@@ -92112,6 +92126,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92112
92126
|
}
|
|
92113
92127
|
}
|
|
92114
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
|
+
}
|
|
92115
92137
|
|
|
92116
92138
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
92117
92139
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -93439,8 +93461,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93439
93461
|
}
|
|
93440
93462
|
|
|
93441
93463
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
93442
|
-
border
|
|
93443
|
-
border-top: 1px solid $transparent;
|
|
93464
|
+
border: 1px solid $transparent;
|
|
93444
93465
|
}
|
|
93445
93466
|
|
|
93446
93467
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -93452,6 +93473,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93452
93473
|
background: $rte-tb-hover-bg-color;
|
|
93453
93474
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
93454
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
|
+
}
|
|
93455
93484
|
}
|
|
93456
93485
|
|
|
93457
93486
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -91682,6 +91682,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91682
91682
|
}
|
|
91683
91683
|
}
|
|
91684
91684
|
|
|
91685
|
+
@if $skin-name == 'tailwind' {
|
|
91686
|
+
.e-bigger {
|
|
91687
|
+
.e-richtexteditor {
|
|
91688
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
91689
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
91690
|
+
padding: 0 8px;
|
|
91691
|
+
}
|
|
91692
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
91693
|
+
padding: 0 8px;
|
|
91694
|
+
}
|
|
91695
|
+
}
|
|
91696
|
+
}
|
|
91697
|
+
}
|
|
91698
|
+
|
|
91685
91699
|
.e-rte-linkcontent .e-rte-label {
|
|
91686
91700
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
91687
91701
|
}
|
|
@@ -91932,19 +91946,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91932
91946
|
}
|
|
91933
91947
|
|
|
91934
91948
|
.e-rte-img-caption.e-imgcenter {
|
|
91935
|
-
display:
|
|
91949
|
+
display: contents;
|
|
91936
91950
|
margin-left: auto;
|
|
91937
91951
|
margin-right: auto;
|
|
91938
91952
|
}
|
|
91939
91953
|
|
|
91940
91954
|
.e-rte-img-caption.e-imgright {
|
|
91941
|
-
display:
|
|
91955
|
+
display: contents;
|
|
91942
91956
|
margin-left: auto;
|
|
91943
91957
|
margin-right: 0;
|
|
91944
91958
|
}
|
|
91945
91959
|
|
|
91946
91960
|
.e-rte-img-caption.e-imgleft {
|
|
91947
|
-
display:
|
|
91961
|
+
display: contents;
|
|
91948
91962
|
margin-left: 0;
|
|
91949
91963
|
margin-right: auto;
|
|
91950
91964
|
}
|
|
@@ -91961,7 +91975,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91961
91975
|
}
|
|
91962
91976
|
|
|
91963
91977
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
91964
|
-
display:
|
|
91978
|
+
display: contents;
|
|
91965
91979
|
}
|
|
91966
91980
|
|
|
91967
91981
|
.e-rte-table {
|
|
@@ -92658,6 +92672,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92658
92672
|
}
|
|
92659
92673
|
}
|
|
92660
92674
|
}
|
|
92675
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
92676
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
92677
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
92678
|
+
@if $skin-name == 'tailwind' {
|
|
92679
|
+
padding: 1px;
|
|
92680
|
+
}
|
|
92681
|
+
}
|
|
92682
|
+
}
|
|
92661
92683
|
|
|
92662
92684
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
92663
92685
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -93985,8 +94007,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93985
94007
|
}
|
|
93986
94008
|
|
|
93987
94009
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
93988
|
-
border
|
|
93989
|
-
border-top: 1px solid $transparent;
|
|
94010
|
+
border: 1px solid $transparent;
|
|
93990
94011
|
}
|
|
93991
94012
|
|
|
93992
94013
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -93998,6 +94019,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93998
94019
|
background: $rte-tb-hover-bg-color;
|
|
93999
94020
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
94000
94021
|
}
|
|
94022
|
+
|
|
94023
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
94024
|
+
border: 1px solid $transparent;
|
|
94025
|
+
}
|
|
94026
|
+
|
|
94027
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
94028
|
+
border: 1px solid $transparent;
|
|
94029
|
+
}
|
|
94001
94030
|
}
|
|
94002
94031
|
|
|
94003
94032
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -91765,6 +91765,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91765
91765
|
}
|
|
91766
91766
|
}
|
|
91767
91767
|
|
|
91768
|
+
@if $skin-name == 'tailwind' {
|
|
91769
|
+
.e-bigger {
|
|
91770
|
+
.e-richtexteditor {
|
|
91771
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
91772
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
91773
|
+
padding: 0 8px;
|
|
91774
|
+
}
|
|
91775
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
91776
|
+
padding: 0 8px;
|
|
91777
|
+
}
|
|
91778
|
+
}
|
|
91779
|
+
}
|
|
91780
|
+
}
|
|
91781
|
+
|
|
91768
91782
|
.e-rte-linkcontent .e-rte-label {
|
|
91769
91783
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
91770
91784
|
}
|
|
@@ -92015,19 +92029,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92015
92029
|
}
|
|
92016
92030
|
|
|
92017
92031
|
.e-rte-img-caption.e-imgcenter {
|
|
92018
|
-
display:
|
|
92032
|
+
display: contents;
|
|
92019
92033
|
margin-left: auto;
|
|
92020
92034
|
margin-right: auto;
|
|
92021
92035
|
}
|
|
92022
92036
|
|
|
92023
92037
|
.e-rte-img-caption.e-imgright {
|
|
92024
|
-
display:
|
|
92038
|
+
display: contents;
|
|
92025
92039
|
margin-left: auto;
|
|
92026
92040
|
margin-right: 0;
|
|
92027
92041
|
}
|
|
92028
92042
|
|
|
92029
92043
|
.e-rte-img-caption.e-imgleft {
|
|
92030
|
-
display:
|
|
92044
|
+
display: contents;
|
|
92031
92045
|
margin-left: 0;
|
|
92032
92046
|
margin-right: auto;
|
|
92033
92047
|
}
|
|
@@ -92044,7 +92058,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92044
92058
|
}
|
|
92045
92059
|
|
|
92046
92060
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
92047
|
-
display:
|
|
92061
|
+
display: contents;
|
|
92048
92062
|
}
|
|
92049
92063
|
|
|
92050
92064
|
.e-rte-table {
|
|
@@ -92741,6 +92755,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92741
92755
|
}
|
|
92742
92756
|
}
|
|
92743
92757
|
}
|
|
92758
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
92759
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
92760
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
92761
|
+
@if $skin-name == 'tailwind' {
|
|
92762
|
+
padding: 1px;
|
|
92763
|
+
}
|
|
92764
|
+
}
|
|
92765
|
+
}
|
|
92744
92766
|
|
|
92745
92767
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
92746
92768
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -94068,8 +94090,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
94068
94090
|
}
|
|
94069
94091
|
|
|
94070
94092
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
94071
|
-
border
|
|
94072
|
-
border-top: 1px solid $transparent;
|
|
94093
|
+
border: 1px solid $transparent;
|
|
94073
94094
|
}
|
|
94074
94095
|
|
|
94075
94096
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -94081,6 +94102,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
94081
94102
|
background: $rte-tb-hover-bg-color;
|
|
94082
94103
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
94083
94104
|
}
|
|
94105
|
+
|
|
94106
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
94107
|
+
border: 1px solid $transparent;
|
|
94108
|
+
}
|
|
94109
|
+
|
|
94110
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
94111
|
+
border: 1px solid $transparent;
|
|
94112
|
+
}
|
|
94084
94113
|
}
|
|
94085
94114
|
|
|
94086
94115
|
@if $skin-name == 'bootstrap5' {
|