@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.
Files changed (35) hide show
  1. package/SCSS-Themes/bootstrap-dark.scss +56 -12
  2. package/SCSS-Themes/bootstrap.scss +54 -10
  3. package/SCSS-Themes/bootstrap4.scss +60 -16
  4. package/SCSS-Themes/bootstrap5-dark.scss +54 -10
  5. package/SCSS-Themes/bootstrap5.scss +54 -10
  6. package/SCSS-Themes/fabric-dark.scss +54 -10
  7. package/SCSS-Themes/fabric.scss +54 -10
  8. package/SCSS-Themes/fluent-dark.scss +55 -11
  9. package/SCSS-Themes/fluent.scss +55 -11
  10. package/SCSS-Themes/highcontrast.scss +54 -10
  11. package/SCSS-Themes/material-dark.scss +54 -10
  12. package/SCSS-Themes/material.scss +54 -10
  13. package/SCSS-Themes/material3-dark.scss +55 -11
  14. package/SCSS-Themes/material3.scss +55 -11
  15. package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +2 -2
  16. package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +2 -2
  17. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +54 -10
  18. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +54 -10
  19. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +58 -14
  20. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +54 -10
  21. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +54 -10
  22. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +54 -10
  23. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +54 -10
  24. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +55 -11
  25. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +55 -11
  26. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +54 -10
  27. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +54 -10
  28. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +54 -10
  29. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +55 -11
  30. package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +55 -11
  31. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +71 -27
  32. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +71 -27
  33. package/SCSS-Themes/tailwind-dark.scss +71 -27
  34. package/SCSS-Themes/tailwind.scss +71 -27
  35. package/package.json +1 -1
@@ -47459,13 +47459,13 @@ $tbar-bgr-btn-icon-font-size: 16px !default;
47459
47459
  $tbar-bgr-btn-focus-padding: 0 6px !default;
47460
47460
 
47461
47461
  $tbar-nrml-btn-border-radius: 4px !default;
47462
- $tbar-nrml-btn-focus-padding: 0 1.5px !default;
47462
+ $tbar-nrml-btn-focus-padding: 1 2.5px !default;
47463
47463
  $tbar-nrml-btn-focus-outline: 0 !default;
47464
47464
 
47465
47465
  $tbar-btn-icons-focus-color: $grey-dark-font !default;
47466
47466
  $tbar-btn-text-focus-color: $grey-dark-font !default;
47467
47467
  $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
47468
- $tbar-btn-hover-border-size: $tbar-border-size !default;
47468
+ $tbar-btn-hover-border-size: $tbar-zero-value !default;
47469
47469
  $tbar-btn-hover-active-icons-color: $grey-dark-font !default;
47470
47470
  $tbar-btn-hover-active-text-color: $grey-dark-font !default;
47471
47471
  $tbar-btn-overlay-opacity: .5 !default;
@@ -89530,13 +89530,15 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
89530
89530
  $rte-big-table-dlg-max-height: 330px !default;
89531
89531
  $rte-big-edit-table-dlg-max-height: 414px !default;
89532
89532
  $rte-drop-text-width: 300px !default;
89533
- $rte-drop-text-height: 185px !default;
89533
+ $rte-drop-text-height: 128px !default;
89534
+ $rte-big-drop-text-height: 140px !default;
89534
89535
  $rte-drop-text-mobile-width: 250px !default;
89535
89536
  $rte-tbar-default-bg: $grey-darker;
89536
89537
  $rte-droparea-line-height: 10;
89537
89538
  $rte-droparea-browsebtn-height: 36px;
89538
89539
  $rte-droparea-browsebtn-padding: 0 18px;
89539
- $rte-droparea-browsebtn-top: -50px;
89540
+ $rte-droparea-browsebtn-top: -120px;
89541
+ $rte-big-droparea-browsebtn-top: -120px;
89540
89542
  $rte-insert-dialog-font-size: 15px;
89541
89543
  $rte-big-insert-dialog-font-size: 15px;
89542
89544
  $rte-table-popup-tablecell-height: 14px;
@@ -89745,6 +89747,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89745
89747
  .e-rte-content .e-content {
89746
89748
  font-size: $rte-big-content-font-size;
89747
89749
  }
89750
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
89751
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
89752
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
89753
+ top: $rte-big-droparea-browsebtn-top;
89754
+ }
89748
89755
  }
89749
89756
 
89750
89757
  .e-richtexteditor {
@@ -90267,6 +90274,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90267
90274
  }
90268
90275
  }
90269
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
+
90270
90291
  .e-rte-linkcontent .e-rte-label {
90271
90292
  padding-top: $rte-insert-dialog-label-padding-top;
90272
90293
  }
@@ -90517,19 +90538,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90517
90538
  }
90518
90539
 
90519
90540
  .e-rte-img-caption.e-imgcenter {
90520
- display: block;
90541
+ display: contents;
90521
90542
  margin-left: auto;
90522
90543
  margin-right: auto;
90523
90544
  }
90524
90545
 
90525
90546
  .e-rte-img-caption.e-imgright {
90526
- display: block;
90547
+ display: contents;
90527
90548
  margin-left: auto;
90528
90549
  margin-right: 0;
90529
90550
  }
90530
90551
 
90531
90552
  .e-rte-img-caption.e-imgleft {
90532
- display: block;
90553
+ display: contents;
90533
90554
  margin-left: 0;
90534
90555
  margin-right: auto;
90535
90556
  }
@@ -90546,7 +90567,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90546
90567
  }
90547
90568
 
90548
90569
  .e-img-caption.e-rte-img-caption.e-imgbreak {
90549
- display: block;
90570
+ display: contents;
90550
90571
  }
90551
90572
 
90552
90573
  .e-rte-table {
@@ -90717,7 +90738,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90717
90738
 
90718
90739
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90719
90740
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90720
- top: -130px;
90741
+ top: $rte-droparea-browsebtn-top;
90721
90742
  }
90722
90743
 
90723
90744
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -91243,6 +91264,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
91243
91264
  }
91244
91265
  }
91245
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
+ }
91246
91275
 
91247
91276
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
91248
91277
  .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
@@ -92292,7 +92321,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92292
92321
  }
92293
92322
 
92294
92323
  .e-dialog .e-vid-uploadwrap .e-droptext {
92295
- height: 108px;
92324
+ height: $rte-drop-text-height;
92325
+ }
92326
+
92327
+ .e-bigger .e-richtexteditor {
92328
+ .e-dialog .e-img-uploadwrap .e-droptext,
92329
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92330
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92331
+ height: $rte-big-drop-text-height;
92332
+ }
92296
92333
  }
92297
92334
 
92298
92335
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -92562,8 +92599,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92562
92599
  }
92563
92600
 
92564
92601
  .e-richtexteditor .e-toolbar .e-tbar-btn {
92565
- border-bottom: 1px solid $transparent;
92566
- border-top: 1px solid $transparent;
92602
+ border: 1px solid $transparent;
92567
92603
  }
92568
92604
 
92569
92605
  .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
@@ -92575,6 +92611,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92575
92611
  background: $rte-tb-hover-bg-color;
92576
92612
  border: 1px solid $rte-quick-item-hover-border-color;
92577
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
+ }
92578
92622
  }
92579
92623
 
92580
92624
  @if $skin-name == 'bootstrap5' {
@@ -89233,13 +89233,15 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
89233
89233
  $rte-big-table-dlg-max-height: 330px !default;
89234
89234
  $rte-big-edit-table-dlg-max-height: 414px !default;
89235
89235
  $rte-drop-text-width: 300px !default;
89236
- $rte-drop-text-height: 185px !default;
89236
+ $rte-drop-text-height: 128px !default;
89237
+ $rte-big-drop-text-height: 140px !default;
89237
89238
  $rte-drop-text-mobile-width: 250px !default;
89238
89239
  $rte-tbar-default-bg: $grey-f8;
89239
89240
  $rte-droparea-line-height: 10;
89240
89241
  $rte-droparea-browsebtn-height: 36px;
89241
89242
  $rte-droparea-browsebtn-padding: 0 18px;
89242
- $rte-droparea-browsebtn-top: -50px;
89243
+ $rte-droparea-browsebtn-top: -120px;
89244
+ $rte-big-droparea-browsebtn-top: -120px;
89243
89245
  $rte-insert-dialog-font-size: 15px;
89244
89246
  $rte-big-insert-dialog-font-size: 15px;
89245
89247
  $rte-table-popup-tablecell-height: 14px;
@@ -89505,6 +89507,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89505
89507
  .e-rte-content .e-content {
89506
89508
  font-size: $rte-big-content-font-size;
89507
89509
  }
89510
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
89511
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
89512
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
89513
+ top: $rte-big-droparea-browsebtn-top;
89514
+ }
89508
89515
  }
89509
89516
 
89510
89517
  .e-richtexteditor {
@@ -90027,6 +90034,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90027
90034
  }
90028
90035
  }
90029
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
+
90030
90051
  .e-rte-linkcontent .e-rte-label {
90031
90052
  padding-top: $rte-insert-dialog-label-padding-top;
90032
90053
  }
@@ -90277,19 +90298,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90277
90298
  }
90278
90299
 
90279
90300
  .e-rte-img-caption.e-imgcenter {
90280
- display: block;
90301
+ display: contents;
90281
90302
  margin-left: auto;
90282
90303
  margin-right: auto;
90283
90304
  }
90284
90305
 
90285
90306
  .e-rte-img-caption.e-imgright {
90286
- display: block;
90307
+ display: contents;
90287
90308
  margin-left: auto;
90288
90309
  margin-right: 0;
90289
90310
  }
90290
90311
 
90291
90312
  .e-rte-img-caption.e-imgleft {
90292
- display: block;
90313
+ display: contents;
90293
90314
  margin-left: 0;
90294
90315
  margin-right: auto;
90295
90316
  }
@@ -90306,7 +90327,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90306
90327
  }
90307
90328
 
90308
90329
  .e-img-caption.e-rte-img-caption.e-imgbreak {
90309
- display: block;
90330
+ display: contents;
90310
90331
  }
90311
90332
 
90312
90333
  .e-rte-table {
@@ -90477,7 +90498,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90477
90498
 
90478
90499
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90479
90500
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90480
- top: -130px;
90501
+ top: $rte-droparea-browsebtn-top;
90481
90502
  }
90482
90503
 
90483
90504
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -91003,6 +91024,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
91003
91024
  }
91004
91025
  }
91005
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
+ }
91006
91035
 
91007
91036
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
91008
91037
  .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
@@ -92052,7 +92081,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92052
92081
  }
92053
92082
 
92054
92083
  .e-dialog .e-vid-uploadwrap .e-droptext {
92055
- height: 108px;
92084
+ height: $rte-drop-text-height;
92085
+ }
92086
+
92087
+ .e-bigger .e-richtexteditor {
92088
+ .e-dialog .e-img-uploadwrap .e-droptext,
92089
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92090
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92091
+ height: $rte-big-drop-text-height;
92092
+ }
92056
92093
  }
92057
92094
 
92058
92095
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -92322,8 +92359,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92322
92359
  }
92323
92360
 
92324
92361
  .e-richtexteditor .e-toolbar .e-tbar-btn {
92325
- border-bottom: 1px solid $transparent;
92326
- border-top: 1px solid $transparent;
92362
+ border: 1px solid $transparent;
92327
92363
  }
92328
92364
 
92329
92365
  .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
@@ -92335,6 +92371,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92335
92371
  background: $rte-tb-hover-bg-color;
92336
92372
  border: 1px solid $rte-quick-item-hover-border-color;
92337
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
+ }
92338
92382
  }
92339
92383
 
92340
92384
  @if $skin-name == 'bootstrap5' {
@@ -47207,13 +47207,13 @@ $tbar-bgr-btn-icon-font-size: 16px !default;
47207
47207
  $tbar-bgr-btn-focus-padding: 0 5.5px !default;
47208
47208
 
47209
47209
  $tbar-nrml-btn-border-radius: 4px !default;
47210
- $tbar-nrml-btn-focus-padding: 0 2px !default;
47210
+ $tbar-nrml-btn-focus-padding: 0 3px !default;
47211
47211
  $tbar-nrml-btn-focus-outline: 0 !default;
47212
47212
 
47213
47213
  $tbar-btn-icons-focus-color: inherit !default;
47214
47214
  $tbar-btn-text-focus-color: inherit !default;
47215
47215
  $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
47216
- $tbar-btn-hover-border-size: $tbar-border-size !default;
47216
+ $tbar-btn-hover-border-size: $tbar-zero-value !default;
47217
47217
  $tbar-btn-hover-active-icons-color: inherit !default;
47218
47218
  $tbar-btn-hover-active-text-color: inherit !default;
47219
47219
  $tbar-btn-overlay-opacity: .65 !default;
@@ -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-900 !default;
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;
@@ -89369,7 +89369,7 @@ $rte-table-popup-bdr-radius: 0 !default;
89369
89369
 
89370
89370
  $rte-inline-dropdown-line-height: 30px !default;
89371
89371
  $rte-big-inline-dropdown-line-height: 34px !default;
89372
- $rte-table-popup-border: rgba(0, 0, 0, .2) !default;
89372
+ $rte-table-popup-border:1px solid rgba(0, 0, 0, .2) !default;
89373
89373
  $rte-big-content-font-size: 16px !default;
89374
89374
  $rte-dropdown-caret-icon-size: 8px !default;
89375
89375
  $rte-big-dropdown-caret-icon-size: 10px !default;
@@ -89416,13 +89416,15 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
89416
89416
  $rte-big-table-dlg-max-height: 302px !default;
89417
89417
  $rte-big-edit-table-dlg-max-height: 378px !default;
89418
89418
  $rte-drop-text-width: 300px !default;
89419
- $rte-drop-text-height: 185px !default;
89419
+ $rte-drop-text-height: 128px !default;
89420
+ $rte-big-drop-text-height: 140px !default;
89420
89421
  $rte-drop-text-mobile-width: 250px !default;
89421
89422
  $rte-tbar-default-bg: $gray-100;
89422
89423
  $rte-droparea-line-height: 10;
89423
89424
  $rte-droparea-browsebtn-height: 36px;
89424
89425
  $rte-droparea-browsebtn-padding: 0 18px;
89425
- $rte-droparea-browsebtn-top: -50px;
89426
+ $rte-droparea-browsebtn-top: -120px;
89427
+ $rte-big-droparea-browsebtn-top: -120px;
89426
89428
  $rte-insert-dialog-font-size: 15px;
89427
89429
  $rte-big-insert-dialog-font-size: 15px;
89428
89430
  $rte-table-popup-tablecell-height: 14px;
@@ -89441,7 +89443,7 @@ $rte-toolbar-item-frist-last-child-margin: 0;
89441
89443
  $rte-big-toolbar-item-frist-last-child-margin: 0 6px;
89442
89444
  $rte-toolbar-expaned-padding: 0 3px;
89443
89445
  $rte-toolbar-expaned-padding-hover: 0 3px;
89444
- $dropdown-btn-font-size: inherit !default;
89446
+ $dropdown-btn-font-size: 14px !default;
89445
89447
  $rte-extended-toolbar-items-padding: 0;
89446
89448
  $rte-expand-tbar-hover-bg: $gray-600 !default;
89447
89449
  $rte-big-insert-dialog-label-padding-top: 12px;
@@ -89549,7 +89551,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89549
89551
  }
89550
89552
 
89551
89553
  & .e-rte-table-popup.e-popup.e-popup-open {
89552
- border: 1px solid $rte-table-popup-border;
89554
+ border: $rte-table-popup-border;
89553
89555
  border-radius: 4px;
89554
89556
 
89555
89557
  & .e-insert-table-btn .e-btn-icon.e-icons {
@@ -89819,6 +89821,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89819
89821
  .e-rte-content .e-content {
89820
89822
  font-size: $rte-big-content-font-size;
89821
89823
  }
89824
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
89825
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
89826
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
89827
+ top: $rte-big-droparea-browsebtn-top;
89828
+ }
89822
89829
  }
89823
89830
 
89824
89831
  .e-richtexteditor {
@@ -90341,6 +90348,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90341
90348
  }
90342
90349
  }
90343
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
+
90344
90365
  .e-rte-linkcontent .e-rte-label {
90345
90366
  padding-top: $rte-insert-dialog-label-padding-top;
90346
90367
  }
@@ -90591,19 +90612,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90591
90612
  }
90592
90613
 
90593
90614
  .e-rte-img-caption.e-imgcenter {
90594
- display: block;
90615
+ display: contents;
90595
90616
  margin-left: auto;
90596
90617
  margin-right: auto;
90597
90618
  }
90598
90619
 
90599
90620
  .e-rte-img-caption.e-imgright {
90600
- display: block;
90621
+ display: contents;
90601
90622
  margin-left: auto;
90602
90623
  margin-right: 0;
90603
90624
  }
90604
90625
 
90605
90626
  .e-rte-img-caption.e-imgleft {
90606
- display: block;
90627
+ display: contents;
90607
90628
  margin-left: 0;
90608
90629
  margin-right: auto;
90609
90630
  }
@@ -90620,7 +90641,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90620
90641
  }
90621
90642
 
90622
90643
  .e-img-caption.e-rte-img-caption.e-imgbreak {
90623
- display: block;
90644
+ display: contents;
90624
90645
  }
90625
90646
 
90626
90647
  .e-rte-table {
@@ -90791,7 +90812,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90791
90812
 
90792
90813
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90793
90814
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90794
- top: -130px;
90815
+ top: $rte-droparea-browsebtn-top;
90795
90816
  }
90796
90817
 
90797
90818
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -91317,6 +91338,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
91317
91338
  }
91318
91339
  }
91319
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
+ }
91320
91349
 
91321
91350
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
91322
91351
  .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
@@ -92366,7 +92395,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92366
92395
  }
92367
92396
 
92368
92397
  .e-dialog .e-vid-uploadwrap .e-droptext {
92369
- height: 108px;
92398
+ height: $rte-drop-text-height;
92399
+ }
92400
+
92401
+ .e-bigger .e-richtexteditor {
92402
+ .e-dialog .e-img-uploadwrap .e-droptext,
92403
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92404
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92405
+ height: $rte-big-drop-text-height;
92406
+ }
92370
92407
  }
92371
92408
 
92372
92409
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -92636,8 +92673,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92636
92673
  }
92637
92674
 
92638
92675
  .e-richtexteditor .e-toolbar .e-tbar-btn {
92639
- border-bottom: 1px solid $transparent;
92640
- border-top: 1px solid $transparent;
92676
+ border: 1px solid $transparent;
92641
92677
  }
92642
92678
 
92643
92679
  .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
@@ -92649,6 +92685,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92649
92685
  background: $rte-tb-hover-bg-color;
92650
92686
  border: 1px solid $rte-quick-item-hover-border-color;
92651
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
+ }
92652
92696
  }
92653
92697
 
92654
92698
  @if $skin-name == 'bootstrap5' {
@@ -89679,7 +89679,8 @@ $rte-default-character-count-opacity: 1;
89679
89679
  $rte-droparea-line-height: 10;
89680
89680
  $rte-droparea-browsebtn-height: 36px;
89681
89681
  $rte-droparea-browsebtn-padding: 0 18px;
89682
- $rte-droparea-browsebtn-top: -50px;
89682
+ $rte-droparea-browsebtn-top: -120px;
89683
+ $rte-big-droparea-browsebtn-top: -120px;
89683
89684
  $rte-insert-dialog-font-size: 15px;
89684
89685
  $rte-big-insert-dialog-font-size: 15px;
89685
89686
  $rte-table-popup-tablecell-height: 14px;
@@ -89821,7 +89822,8 @@ $rte-big-edit-table-dlg-max-height: 373px !default;
89821
89822
  $toolbar-expand-icon-min-height: 40px !default;
89822
89823
  $rte-align-caret-icon-min-width: 24px !default;
89823
89824
  $rte-drop-text-width: 300px !default;
89824
- $rte-drop-text-height: 185px !default;
89825
+ $rte-drop-text-height: 128px !default;
89826
+ $rte-big-drop-text-height: 140px !default;
89825
89827
  $rte-drop-text-mobile-width: 250px !default;
89826
89828
  $rte-tbar-default-bg: $content-bg-color-alt1;
89827
89829
  $rte-expand-tbar-hover-bg: $secondary-bg-color-hover !default;
@@ -89994,6 +89996,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89994
89996
  .e-rte-content .e-content {
89995
89997
  font-size: $rte-big-content-font-size;
89996
89998
  }
89999
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
90000
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
90001
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
90002
+ top: $rte-big-droparea-browsebtn-top;
90003
+ }
89997
90004
  }
89998
90005
 
89999
90006
  .e-richtexteditor {
@@ -90516,6 +90523,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90516
90523
  }
90517
90524
  }
90518
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
+
90519
90540
  .e-rte-linkcontent .e-rte-label {
90520
90541
  padding-top: $rte-insert-dialog-label-padding-top;
90521
90542
  }
@@ -90766,19 +90787,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90766
90787
  }
90767
90788
 
90768
90789
  .e-rte-img-caption.e-imgcenter {
90769
- display: block;
90790
+ display: contents;
90770
90791
  margin-left: auto;
90771
90792
  margin-right: auto;
90772
90793
  }
90773
90794
 
90774
90795
  .e-rte-img-caption.e-imgright {
90775
- display: block;
90796
+ display: contents;
90776
90797
  margin-left: auto;
90777
90798
  margin-right: 0;
90778
90799
  }
90779
90800
 
90780
90801
  .e-rte-img-caption.e-imgleft {
90781
- display: block;
90802
+ display: contents;
90782
90803
  margin-left: 0;
90783
90804
  margin-right: auto;
90784
90805
  }
@@ -90795,7 +90816,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90795
90816
  }
90796
90817
 
90797
90818
  .e-img-caption.e-rte-img-caption.e-imgbreak {
90798
- display: block;
90819
+ display: contents;
90799
90820
  }
90800
90821
 
90801
90822
  .e-rte-table {
@@ -90966,7 +90987,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90966
90987
 
90967
90988
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90968
90989
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90969
- top: -130px;
90990
+ top: $rte-droparea-browsebtn-top;
90970
90991
  }
90971
90992
 
90972
90993
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -91492,6 +91513,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
91492
91513
  }
91493
91514
  }
91494
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
+ }
91495
91524
 
91496
91525
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
91497
91526
  .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
@@ -92541,7 +92570,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92541
92570
  }
92542
92571
 
92543
92572
  .e-dialog .e-vid-uploadwrap .e-droptext {
92544
- height: 108px;
92573
+ height: $rte-drop-text-height;
92574
+ }
92575
+
92576
+ .e-bigger .e-richtexteditor {
92577
+ .e-dialog .e-img-uploadwrap .e-droptext,
92578
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92579
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92580
+ height: $rte-big-drop-text-height;
92581
+ }
92545
92582
  }
92546
92583
 
92547
92584
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -92811,8 +92848,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92811
92848
  }
92812
92849
 
92813
92850
  .e-richtexteditor .e-toolbar .e-tbar-btn {
92814
- border-bottom: 1px solid $transparent;
92815
- border-top: 1px solid $transparent;
92851
+ border: 1px solid $transparent;
92816
92852
  }
92817
92853
 
92818
92854
  .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
@@ -92824,6 +92860,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92824
92860
  background: $rte-tb-hover-bg-color;
92825
92861
  border: 1px solid $rte-quick-item-hover-border-color;
92826
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
+ }
92827
92871
  }
92828
92872
 
92829
92873
  @if $skin-name == 'bootstrap5' {