@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
|
@@ -90274,6 +90274,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90274
90274
|
}
|
|
90275
90275
|
}
|
|
90276
90276
|
|
|
90277
|
+
@if $skin-name == 'tailwind' {
|
|
90278
|
+
.e-bigger {
|
|
90279
|
+
.e-richtexteditor {
|
|
90280
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
90281
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
90282
|
+
padding: 0 8px;
|
|
90283
|
+
}
|
|
90284
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
90285
|
+
padding: 0 8px;
|
|
90286
|
+
}
|
|
90287
|
+
}
|
|
90288
|
+
}
|
|
90289
|
+
}
|
|
90290
|
+
|
|
90277
90291
|
.e-rte-linkcontent .e-rte-label {
|
|
90278
90292
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90279
90293
|
}
|
|
@@ -90524,19 +90538,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90524
90538
|
}
|
|
90525
90539
|
|
|
90526
90540
|
.e-rte-img-caption.e-imgcenter {
|
|
90527
|
-
display:
|
|
90541
|
+
display: contents;
|
|
90528
90542
|
margin-left: auto;
|
|
90529
90543
|
margin-right: auto;
|
|
90530
90544
|
}
|
|
90531
90545
|
|
|
90532
90546
|
.e-rte-img-caption.e-imgright {
|
|
90533
|
-
display:
|
|
90547
|
+
display: contents;
|
|
90534
90548
|
margin-left: auto;
|
|
90535
90549
|
margin-right: 0;
|
|
90536
90550
|
}
|
|
90537
90551
|
|
|
90538
90552
|
.e-rte-img-caption.e-imgleft {
|
|
90539
|
-
display:
|
|
90553
|
+
display: contents;
|
|
90540
90554
|
margin-left: 0;
|
|
90541
90555
|
margin-right: auto;
|
|
90542
90556
|
}
|
|
@@ -90553,7 +90567,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90553
90567
|
}
|
|
90554
90568
|
|
|
90555
90569
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90556
|
-
display:
|
|
90570
|
+
display: contents;
|
|
90557
90571
|
}
|
|
90558
90572
|
|
|
90559
90573
|
.e-rte-table {
|
|
@@ -91250,6 +91264,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91250
91264
|
}
|
|
91251
91265
|
}
|
|
91252
91266
|
}
|
|
91267
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
91268
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
91269
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
91270
|
+
@if $skin-name == 'tailwind' {
|
|
91271
|
+
padding: 1px;
|
|
91272
|
+
}
|
|
91273
|
+
}
|
|
91274
|
+
}
|
|
91253
91275
|
|
|
91254
91276
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91255
91277
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -92577,8 +92599,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92577
92599
|
}
|
|
92578
92600
|
|
|
92579
92601
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
92580
|
-
border
|
|
92581
|
-
border-top: 1px solid $transparent;
|
|
92602
|
+
border: 1px solid $transparent;
|
|
92582
92603
|
}
|
|
92583
92604
|
|
|
92584
92605
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -92590,6 +92611,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92590
92611
|
background: $rte-tb-hover-bg-color;
|
|
92591
92612
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
92592
92613
|
}
|
|
92614
|
+
|
|
92615
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
92616
|
+
border: 1px solid $transparent;
|
|
92617
|
+
}
|
|
92618
|
+
|
|
92619
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
92620
|
+
border: 1px solid $transparent;
|
|
92621
|
+
}
|
|
92593
92622
|
}
|
|
92594
92623
|
|
|
92595
92624
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -90034,6 +90034,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90034
90034
|
}
|
|
90035
90035
|
}
|
|
90036
90036
|
|
|
90037
|
+
@if $skin-name == 'tailwind' {
|
|
90038
|
+
.e-bigger {
|
|
90039
|
+
.e-richtexteditor {
|
|
90040
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
90041
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
90042
|
+
padding: 0 8px;
|
|
90043
|
+
}
|
|
90044
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
90045
|
+
padding: 0 8px;
|
|
90046
|
+
}
|
|
90047
|
+
}
|
|
90048
|
+
}
|
|
90049
|
+
}
|
|
90050
|
+
|
|
90037
90051
|
.e-rte-linkcontent .e-rte-label {
|
|
90038
90052
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90039
90053
|
}
|
|
@@ -90284,19 +90298,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90284
90298
|
}
|
|
90285
90299
|
|
|
90286
90300
|
.e-rte-img-caption.e-imgcenter {
|
|
90287
|
-
display:
|
|
90301
|
+
display: contents;
|
|
90288
90302
|
margin-left: auto;
|
|
90289
90303
|
margin-right: auto;
|
|
90290
90304
|
}
|
|
90291
90305
|
|
|
90292
90306
|
.e-rte-img-caption.e-imgright {
|
|
90293
|
-
display:
|
|
90307
|
+
display: contents;
|
|
90294
90308
|
margin-left: auto;
|
|
90295
90309
|
margin-right: 0;
|
|
90296
90310
|
}
|
|
90297
90311
|
|
|
90298
90312
|
.e-rte-img-caption.e-imgleft {
|
|
90299
|
-
display:
|
|
90313
|
+
display: contents;
|
|
90300
90314
|
margin-left: 0;
|
|
90301
90315
|
margin-right: auto;
|
|
90302
90316
|
}
|
|
@@ -90313,7 +90327,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90313
90327
|
}
|
|
90314
90328
|
|
|
90315
90329
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90316
|
-
display:
|
|
90330
|
+
display: contents;
|
|
90317
90331
|
}
|
|
90318
90332
|
|
|
90319
90333
|
.e-rte-table {
|
|
@@ -91010,6 +91024,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91010
91024
|
}
|
|
91011
91025
|
}
|
|
91012
91026
|
}
|
|
91027
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
91028
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
91029
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
91030
|
+
@if $skin-name == 'tailwind' {
|
|
91031
|
+
padding: 1px;
|
|
91032
|
+
}
|
|
91033
|
+
}
|
|
91034
|
+
}
|
|
91013
91035
|
|
|
91014
91036
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91015
91037
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -92337,8 +92359,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92337
92359
|
}
|
|
92338
92360
|
|
|
92339
92361
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
92340
|
-
border
|
|
92341
|
-
border-top: 1px solid $transparent;
|
|
92362
|
+
border: 1px solid $transparent;
|
|
92342
92363
|
}
|
|
92343
92364
|
|
|
92344
92365
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -92350,6 +92371,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92350
92371
|
background: $rte-tb-hover-bg-color;
|
|
92351
92372
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
92352
92373
|
}
|
|
92374
|
+
|
|
92375
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
92376
|
+
border: 1px solid $transparent;
|
|
92377
|
+
}
|
|
92378
|
+
|
|
92379
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
92380
|
+
border: 1px solid $transparent;
|
|
92381
|
+
}
|
|
92353
92382
|
}
|
|
92354
92383
|
|
|
92355
92384
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -89278,7 +89278,7 @@ $rte-tb-items-padding-left: 6px !default;
|
|
|
89278
89278
|
$rte-big-active-tb-item-btn-padding: 0 5px !default;
|
|
89279
89279
|
$rte-active-tb-item-btn-padding: 0 2px !default;
|
|
89280
89280
|
$rte-tb-item-active-bg: $gray-600 !default;
|
|
89281
|
-
$rte-tb-active-font-color: $gray-
|
|
89281
|
+
$rte-tb-active-font-color: $gray-100 !default;
|
|
89282
89282
|
$rte-tb-item-active-border: $rte-border-size solid darken($gray-600, 12.5%) !default;
|
|
89283
89283
|
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type $gray-300 !default;
|
|
89284
89284
|
$rte-color-picker-active-bg: inherit !default;
|
|
@@ -90348,6 +90348,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90348
90348
|
}
|
|
90349
90349
|
}
|
|
90350
90350
|
|
|
90351
|
+
@if $skin-name == 'tailwind' {
|
|
90352
|
+
.e-bigger {
|
|
90353
|
+
.e-richtexteditor {
|
|
90354
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
90355
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
90356
|
+
padding: 0 8px;
|
|
90357
|
+
}
|
|
90358
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
90359
|
+
padding: 0 8px;
|
|
90360
|
+
}
|
|
90361
|
+
}
|
|
90362
|
+
}
|
|
90363
|
+
}
|
|
90364
|
+
|
|
90351
90365
|
.e-rte-linkcontent .e-rte-label {
|
|
90352
90366
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90353
90367
|
}
|
|
@@ -90598,19 +90612,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90598
90612
|
}
|
|
90599
90613
|
|
|
90600
90614
|
.e-rte-img-caption.e-imgcenter {
|
|
90601
|
-
display:
|
|
90615
|
+
display: contents;
|
|
90602
90616
|
margin-left: auto;
|
|
90603
90617
|
margin-right: auto;
|
|
90604
90618
|
}
|
|
90605
90619
|
|
|
90606
90620
|
.e-rte-img-caption.e-imgright {
|
|
90607
|
-
display:
|
|
90621
|
+
display: contents;
|
|
90608
90622
|
margin-left: auto;
|
|
90609
90623
|
margin-right: 0;
|
|
90610
90624
|
}
|
|
90611
90625
|
|
|
90612
90626
|
.e-rte-img-caption.e-imgleft {
|
|
90613
|
-
display:
|
|
90627
|
+
display: contents;
|
|
90614
90628
|
margin-left: 0;
|
|
90615
90629
|
margin-right: auto;
|
|
90616
90630
|
}
|
|
@@ -90627,7 +90641,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90627
90641
|
}
|
|
90628
90642
|
|
|
90629
90643
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90630
|
-
display:
|
|
90644
|
+
display: contents;
|
|
90631
90645
|
}
|
|
90632
90646
|
|
|
90633
90647
|
.e-rte-table {
|
|
@@ -91324,6 +91338,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91324
91338
|
}
|
|
91325
91339
|
}
|
|
91326
91340
|
}
|
|
91341
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
91342
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
91343
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
91344
|
+
@if $skin-name == 'tailwind' {
|
|
91345
|
+
padding: 1px;
|
|
91346
|
+
}
|
|
91347
|
+
}
|
|
91348
|
+
}
|
|
91327
91349
|
|
|
91328
91350
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91329
91351
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -92651,8 +92673,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92651
92673
|
}
|
|
92652
92674
|
|
|
92653
92675
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
92654
|
-
border
|
|
92655
|
-
border-top: 1px solid $transparent;
|
|
92676
|
+
border: 1px solid $transparent;
|
|
92656
92677
|
}
|
|
92657
92678
|
|
|
92658
92679
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -92664,6 +92685,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92664
92685
|
background: $rte-tb-hover-bg-color;
|
|
92665
92686
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
92666
92687
|
}
|
|
92688
|
+
|
|
92689
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
92690
|
+
border: 1px solid $transparent;
|
|
92691
|
+
}
|
|
92692
|
+
|
|
92693
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
92694
|
+
border: 1px solid $transparent;
|
|
92695
|
+
}
|
|
92667
92696
|
}
|
|
92668
92697
|
|
|
92669
92698
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -90523,6 +90523,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90523
90523
|
}
|
|
90524
90524
|
}
|
|
90525
90525
|
|
|
90526
|
+
@if $skin-name == 'tailwind' {
|
|
90527
|
+
.e-bigger {
|
|
90528
|
+
.e-richtexteditor {
|
|
90529
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
90530
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
90531
|
+
padding: 0 8px;
|
|
90532
|
+
}
|
|
90533
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
90534
|
+
padding: 0 8px;
|
|
90535
|
+
}
|
|
90536
|
+
}
|
|
90537
|
+
}
|
|
90538
|
+
}
|
|
90539
|
+
|
|
90526
90540
|
.e-rte-linkcontent .e-rte-label {
|
|
90527
90541
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90528
90542
|
}
|
|
@@ -90773,19 +90787,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90773
90787
|
}
|
|
90774
90788
|
|
|
90775
90789
|
.e-rte-img-caption.e-imgcenter {
|
|
90776
|
-
display:
|
|
90790
|
+
display: contents;
|
|
90777
90791
|
margin-left: auto;
|
|
90778
90792
|
margin-right: auto;
|
|
90779
90793
|
}
|
|
90780
90794
|
|
|
90781
90795
|
.e-rte-img-caption.e-imgright {
|
|
90782
|
-
display:
|
|
90796
|
+
display: contents;
|
|
90783
90797
|
margin-left: auto;
|
|
90784
90798
|
margin-right: 0;
|
|
90785
90799
|
}
|
|
90786
90800
|
|
|
90787
90801
|
.e-rte-img-caption.e-imgleft {
|
|
90788
|
-
display:
|
|
90802
|
+
display: contents;
|
|
90789
90803
|
margin-left: 0;
|
|
90790
90804
|
margin-right: auto;
|
|
90791
90805
|
}
|
|
@@ -90802,7 +90816,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90802
90816
|
}
|
|
90803
90817
|
|
|
90804
90818
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90805
|
-
display:
|
|
90819
|
+
display: contents;
|
|
90806
90820
|
}
|
|
90807
90821
|
|
|
90808
90822
|
.e-rte-table {
|
|
@@ -91499,6 +91513,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91499
91513
|
}
|
|
91500
91514
|
}
|
|
91501
91515
|
}
|
|
91516
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
91517
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
91518
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
91519
|
+
@if $skin-name == 'tailwind' {
|
|
91520
|
+
padding: 1px;
|
|
91521
|
+
}
|
|
91522
|
+
}
|
|
91523
|
+
}
|
|
91502
91524
|
|
|
91503
91525
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91504
91526
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -92826,8 +92848,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92826
92848
|
}
|
|
92827
92849
|
|
|
92828
92850
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
92829
|
-
border
|
|
92830
|
-
border-top: 1px solid $transparent;
|
|
92851
|
+
border: 1px solid $transparent;
|
|
92831
92852
|
}
|
|
92832
92853
|
|
|
92833
92854
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -92839,6 +92860,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92839
92860
|
background: $rte-tb-hover-bg-color;
|
|
92840
92861
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
92841
92862
|
}
|
|
92863
|
+
|
|
92864
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
92865
|
+
border: 1px solid $transparent;
|
|
92866
|
+
}
|
|
92867
|
+
|
|
92868
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
92869
|
+
border: 1px solid $transparent;
|
|
92870
|
+
}
|
|
92842
92871
|
}
|
|
92843
92872
|
|
|
92844
92873
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -90523,6 +90523,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90523
90523
|
}
|
|
90524
90524
|
}
|
|
90525
90525
|
|
|
90526
|
+
@if $skin-name == 'tailwind' {
|
|
90527
|
+
.e-bigger {
|
|
90528
|
+
.e-richtexteditor {
|
|
90529
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
90530
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
90531
|
+
padding: 0 8px;
|
|
90532
|
+
}
|
|
90533
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
90534
|
+
padding: 0 8px;
|
|
90535
|
+
}
|
|
90536
|
+
}
|
|
90537
|
+
}
|
|
90538
|
+
}
|
|
90539
|
+
|
|
90526
90540
|
.e-rte-linkcontent .e-rte-label {
|
|
90527
90541
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90528
90542
|
}
|
|
@@ -90773,19 +90787,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90773
90787
|
}
|
|
90774
90788
|
|
|
90775
90789
|
.e-rte-img-caption.e-imgcenter {
|
|
90776
|
-
display:
|
|
90790
|
+
display: contents;
|
|
90777
90791
|
margin-left: auto;
|
|
90778
90792
|
margin-right: auto;
|
|
90779
90793
|
}
|
|
90780
90794
|
|
|
90781
90795
|
.e-rte-img-caption.e-imgright {
|
|
90782
|
-
display:
|
|
90796
|
+
display: contents;
|
|
90783
90797
|
margin-left: auto;
|
|
90784
90798
|
margin-right: 0;
|
|
90785
90799
|
}
|
|
90786
90800
|
|
|
90787
90801
|
.e-rte-img-caption.e-imgleft {
|
|
90788
|
-
display:
|
|
90802
|
+
display: contents;
|
|
90789
90803
|
margin-left: 0;
|
|
90790
90804
|
margin-right: auto;
|
|
90791
90805
|
}
|
|
@@ -90802,7 +90816,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90802
90816
|
}
|
|
90803
90817
|
|
|
90804
90818
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90805
|
-
display:
|
|
90819
|
+
display: contents;
|
|
90806
90820
|
}
|
|
90807
90821
|
|
|
90808
90822
|
.e-rte-table {
|
|
@@ -91499,6 +91513,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91499
91513
|
}
|
|
91500
91514
|
}
|
|
91501
91515
|
}
|
|
91516
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
91517
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
91518
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
91519
|
+
@if $skin-name == 'tailwind' {
|
|
91520
|
+
padding: 1px;
|
|
91521
|
+
}
|
|
91522
|
+
}
|
|
91523
|
+
}
|
|
91502
91524
|
|
|
91503
91525
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91504
91526
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -92826,8 +92848,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92826
92848
|
}
|
|
92827
92849
|
|
|
92828
92850
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
92829
|
-
border
|
|
92830
|
-
border-top: 1px solid $transparent;
|
|
92851
|
+
border: 1px solid $transparent;
|
|
92831
92852
|
}
|
|
92832
92853
|
|
|
92833
92854
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -92839,6 +92860,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92839
92860
|
background: $rte-tb-hover-bg-color;
|
|
92840
92861
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
92841
92862
|
}
|
|
92863
|
+
|
|
92864
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
92865
|
+
border: 1px solid $transparent;
|
|
92866
|
+
}
|
|
92867
|
+
|
|
92868
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
92869
|
+
border: 1px solid $transparent;
|
|
92870
|
+
}
|
|
92842
92871
|
}
|
|
92843
92872
|
|
|
92844
92873
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -90108,6 +90108,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90108
90108
|
}
|
|
90109
90109
|
}
|
|
90110
90110
|
|
|
90111
|
+
@if $skin-name == 'tailwind' {
|
|
90112
|
+
.e-bigger {
|
|
90113
|
+
.e-richtexteditor {
|
|
90114
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
90115
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
90116
|
+
padding: 0 8px;
|
|
90117
|
+
}
|
|
90118
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
90119
|
+
padding: 0 8px;
|
|
90120
|
+
}
|
|
90121
|
+
}
|
|
90122
|
+
}
|
|
90123
|
+
}
|
|
90124
|
+
|
|
90111
90125
|
.e-rte-linkcontent .e-rte-label {
|
|
90112
90126
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
90113
90127
|
}
|
|
@@ -90358,19 +90372,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90358
90372
|
}
|
|
90359
90373
|
|
|
90360
90374
|
.e-rte-img-caption.e-imgcenter {
|
|
90361
|
-
display:
|
|
90375
|
+
display: contents;
|
|
90362
90376
|
margin-left: auto;
|
|
90363
90377
|
margin-right: auto;
|
|
90364
90378
|
}
|
|
90365
90379
|
|
|
90366
90380
|
.e-rte-img-caption.e-imgright {
|
|
90367
|
-
display:
|
|
90381
|
+
display: contents;
|
|
90368
90382
|
margin-left: auto;
|
|
90369
90383
|
margin-right: 0;
|
|
90370
90384
|
}
|
|
90371
90385
|
|
|
90372
90386
|
.e-rte-img-caption.e-imgleft {
|
|
90373
|
-
display:
|
|
90387
|
+
display: contents;
|
|
90374
90388
|
margin-left: 0;
|
|
90375
90389
|
margin-right: auto;
|
|
90376
90390
|
}
|
|
@@ -90387,7 +90401,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90387
90401
|
}
|
|
90388
90402
|
|
|
90389
90403
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90390
|
-
display:
|
|
90404
|
+
display: contents;
|
|
90391
90405
|
}
|
|
90392
90406
|
|
|
90393
90407
|
.e-rte-table {
|
|
@@ -91084,6 +91098,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91084
91098
|
}
|
|
91085
91099
|
}
|
|
91086
91100
|
}
|
|
91101
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
91102
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
91103
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
91104
|
+
@if $skin-name == 'tailwind' {
|
|
91105
|
+
padding: 1px;
|
|
91106
|
+
}
|
|
91107
|
+
}
|
|
91108
|
+
}
|
|
91087
91109
|
|
|
91088
91110
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
91089
91111
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -92411,8 +92433,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92411
92433
|
}
|
|
92412
92434
|
|
|
92413
92435
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
92414
|
-
border
|
|
92415
|
-
border-top: 1px solid $transparent;
|
|
92436
|
+
border: 1px solid $transparent;
|
|
92416
92437
|
}
|
|
92417
92438
|
|
|
92418
92439
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -92424,6 +92445,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92424
92445
|
background: $rte-tb-hover-bg-color;
|
|
92425
92446
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
92426
92447
|
}
|
|
92448
|
+
|
|
92449
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
92450
|
+
border: 1px solid $transparent;
|
|
92451
|
+
}
|
|
92452
|
+
|
|
92453
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
92454
|
+
border: 1px solid $transparent;
|
|
92455
|
+
}
|
|
92427
92456
|
}
|
|
92428
92457
|
|
|
92429
92458
|
@if $skin-name == 'bootstrap5' {
|
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -89860,6 +89860,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
89860
89860
|
}
|
|
89861
89861
|
}
|
|
89862
89862
|
|
|
89863
|
+
@if $skin-name == 'tailwind' {
|
|
89864
|
+
.e-bigger {
|
|
89865
|
+
.e-richtexteditor {
|
|
89866
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
89867
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
89868
|
+
padding: 0 8px;
|
|
89869
|
+
}
|
|
89870
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
89871
|
+
padding: 0 8px;
|
|
89872
|
+
}
|
|
89873
|
+
}
|
|
89874
|
+
}
|
|
89875
|
+
}
|
|
89876
|
+
|
|
89863
89877
|
.e-rte-linkcontent .e-rte-label {
|
|
89864
89878
|
padding-top: $rte-insert-dialog-label-padding-top;
|
|
89865
89879
|
}
|
|
@@ -90110,19 +90124,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90110
90124
|
}
|
|
90111
90125
|
|
|
90112
90126
|
.e-rte-img-caption.e-imgcenter {
|
|
90113
|
-
display:
|
|
90127
|
+
display: contents;
|
|
90114
90128
|
margin-left: auto;
|
|
90115
90129
|
margin-right: auto;
|
|
90116
90130
|
}
|
|
90117
90131
|
|
|
90118
90132
|
.e-rte-img-caption.e-imgright {
|
|
90119
|
-
display:
|
|
90133
|
+
display: contents;
|
|
90120
90134
|
margin-left: auto;
|
|
90121
90135
|
margin-right: 0;
|
|
90122
90136
|
}
|
|
90123
90137
|
|
|
90124
90138
|
.e-rte-img-caption.e-imgleft {
|
|
90125
|
-
display:
|
|
90139
|
+
display: contents;
|
|
90126
90140
|
margin-left: 0;
|
|
90127
90141
|
margin-right: auto;
|
|
90128
90142
|
}
|
|
@@ -90139,7 +90153,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90139
90153
|
}
|
|
90140
90154
|
|
|
90141
90155
|
.e-img-caption.e-rte-img-caption.e-imgbreak {
|
|
90142
|
-
display:
|
|
90156
|
+
display: contents;
|
|
90143
90157
|
}
|
|
90144
90158
|
|
|
90145
90159
|
.e-rte-table {
|
|
@@ -90836,6 +90850,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
90836
90850
|
}
|
|
90837
90851
|
}
|
|
90838
90852
|
}
|
|
90853
|
+
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active{
|
|
90854
|
+
.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
|
|
90855
|
+
.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
|
|
90856
|
+
@if $skin-name == 'tailwind' {
|
|
90857
|
+
padding: 1px;
|
|
90858
|
+
}
|
|
90859
|
+
}
|
|
90860
|
+
}
|
|
90839
90861
|
|
|
90840
90862
|
.e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
|
|
90841
90863
|
.e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
|
|
@@ -92163,8 +92185,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92163
92185
|
}
|
|
92164
92186
|
|
|
92165
92187
|
.e-richtexteditor .e-toolbar .e-tbar-btn {
|
|
92166
|
-
border
|
|
92167
|
-
border-top: 1px solid $transparent;
|
|
92188
|
+
border: 1px solid $transparent;
|
|
92168
92189
|
}
|
|
92169
92190
|
|
|
92170
92191
|
.e-richtexteditor .e-toolbar .e-tbar-btn:hover {
|
|
@@ -92176,6 +92197,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92176
92197
|
background: $rte-tb-hover-bg-color;
|
|
92177
92198
|
border: 1px solid $rte-quick-item-hover-border-color;
|
|
92178
92199
|
}
|
|
92200
|
+
|
|
92201
|
+
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn{
|
|
92202
|
+
border: 1px solid $transparent;
|
|
92203
|
+
}
|
|
92204
|
+
|
|
92205
|
+
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
92206
|
+
border: 1px solid $transparent;
|
|
92207
|
+
}
|
|
92179
92208
|
}
|
|
92180
92209
|
|
|
92181
92210
|
@if $skin-name == 'bootstrap5' {
|