@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
@@ -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' {
@@ -89381,13 +89381,15 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
89381
89381
  $rte-big-table-dlg-max-height: 335px !default;
89382
89382
  $rte-big-edit-table-dlg-max-height: 427px !default;
89383
89383
  $rte-drop-text-width: 300px !default;
89384
- $rte-drop-text-height: 185px !default;
89384
+ $rte-drop-text-height: 128px !default;
89385
+ $rte-big-drop-text-height: 140px !default;
89385
89386
  $rte-drop-text-mobile-width: 250px !default;
89386
89387
  $rte-tbar-default-bg: $neutral-lighter;
89387
89388
  $rte-droparea-line-height: 10;
89388
89389
  $rte-droparea-browsebtn-height: 36px;
89389
89390
  $rte-droparea-browsebtn-padding: 0 18px;
89390
- $rte-droparea-browsebtn-top: -50px;
89391
+ $rte-droparea-browsebtn-top: -120px;
89392
+ $rte-big-droparea-browsebtn-top: -120px;
89391
89393
  $rte-insert-dialog-font-size: 15px;
89392
89394
  $rte-big-insert-dialog-font-size: 15px;
89393
89395
  $rte-table-popup-tablecell-height: 14px;
@@ -89579,6 +89581,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89579
89581
  .e-rte-content .e-content {
89580
89582
  font-size: $rte-big-content-font-size;
89581
89583
  }
89584
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
89585
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
89586
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
89587
+ top: $rte-big-droparea-browsebtn-top;
89588
+ }
89582
89589
  }
89583
89590
 
89584
89591
  .e-richtexteditor {
@@ -90101,6 +90108,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90101
90108
  }
90102
90109
  }
90103
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
+
90104
90125
  .e-rte-linkcontent .e-rte-label {
90105
90126
  padding-top: $rte-insert-dialog-label-padding-top;
90106
90127
  }
@@ -90351,19 +90372,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90351
90372
  }
90352
90373
 
90353
90374
  .e-rte-img-caption.e-imgcenter {
90354
- display: block;
90375
+ display: contents;
90355
90376
  margin-left: auto;
90356
90377
  margin-right: auto;
90357
90378
  }
90358
90379
 
90359
90380
  .e-rte-img-caption.e-imgright {
90360
- display: block;
90381
+ display: contents;
90361
90382
  margin-left: auto;
90362
90383
  margin-right: 0;
90363
90384
  }
90364
90385
 
90365
90386
  .e-rte-img-caption.e-imgleft {
90366
- display: block;
90387
+ display: contents;
90367
90388
  margin-left: 0;
90368
90389
  margin-right: auto;
90369
90390
  }
@@ -90380,7 +90401,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90380
90401
  }
90381
90402
 
90382
90403
  .e-img-caption.e-rte-img-caption.e-imgbreak {
90383
- display: block;
90404
+ display: contents;
90384
90405
  }
90385
90406
 
90386
90407
  .e-rte-table {
@@ -90551,7 +90572,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90551
90572
 
90552
90573
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90553
90574
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90554
- top: -130px;
90575
+ top: $rte-droparea-browsebtn-top;
90555
90576
  }
90556
90577
 
90557
90578
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -91077,6 +91098,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
91077
91098
  }
91078
91099
  }
91079
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
+ }
91080
91109
 
91081
91110
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
91082
91111
  .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
@@ -92126,7 +92155,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92126
92155
  }
92127
92156
 
92128
92157
  .e-dialog .e-vid-uploadwrap .e-droptext {
92129
- height: 108px;
92158
+ height: $rte-drop-text-height;
92159
+ }
92160
+
92161
+ .e-bigger .e-richtexteditor {
92162
+ .e-dialog .e-img-uploadwrap .e-droptext,
92163
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92164
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92165
+ height: $rte-big-drop-text-height;
92166
+ }
92130
92167
  }
92131
92168
 
92132
92169
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -92396,8 +92433,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92396
92433
  }
92397
92434
 
92398
92435
  .e-richtexteditor .e-toolbar .e-tbar-btn {
92399
- border-bottom: 1px solid $transparent;
92400
- border-top: 1px solid $transparent;
92436
+ border: 1px solid $transparent;
92401
92437
  }
92402
92438
 
92403
92439
  .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
@@ -92409,6 +92445,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92409
92445
  background: $rte-tb-hover-bg-color;
92410
92446
  border: 1px solid $rte-quick-item-hover-border-color;
92411
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
+ }
92412
92456
  }
92413
92457
 
92414
92458
  @if $skin-name == 'bootstrap5' {
@@ -89135,13 +89135,15 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
89135
89135
  $rte-big-table-dlg-max-height: 335px !default;
89136
89136
  $rte-big-edit-table-dlg-max-height: 427px !default;
89137
89137
  $rte-drop-text-width: 290px !default;
89138
- $rte-drop-text-height: 185px !default;
89138
+ $rte-drop-text-height: 128px !default;
89139
+ $rte-big-drop-text-height: 140px !default;
89139
89140
  $rte-drop-text-mobile-width: 240px !default;
89140
89141
  $rte-tbar-default-bg: $neutral-white;
89141
89142
  $rte-droparea-line-height: 10;
89142
89143
  $rte-droparea-browsebtn-height: 36px;
89143
89144
  $rte-droparea-browsebtn-padding: 0 18px;
89144
- $rte-droparea-browsebtn-top: -50px;
89145
+ $rte-droparea-browsebtn-top: -120px;
89146
+ $rte-big-droparea-browsebtn-top: -120px;
89145
89147
  $rte-insert-dialog-font-size: 15px;
89146
89148
  $rte-big-insert-dialog-font-size: 15px;
89147
89149
  $rte-table-popup-tablecell-height: 14px;
@@ -89331,6 +89333,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89331
89333
  .e-rte-content .e-content {
89332
89334
  font-size: $rte-big-content-font-size;
89333
89335
  }
89336
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
89337
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
89338
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
89339
+ top: $rte-big-droparea-browsebtn-top;
89340
+ }
89334
89341
  }
89335
89342
 
89336
89343
  .e-richtexteditor {
@@ -89853,6 +89860,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89853
89860
  }
89854
89861
  }
89855
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
+
89856
89877
  .e-rte-linkcontent .e-rte-label {
89857
89878
  padding-top: $rte-insert-dialog-label-padding-top;
89858
89879
  }
@@ -90103,19 +90124,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90103
90124
  }
90104
90125
 
90105
90126
  .e-rte-img-caption.e-imgcenter {
90106
- display: block;
90127
+ display: contents;
90107
90128
  margin-left: auto;
90108
90129
  margin-right: auto;
90109
90130
  }
90110
90131
 
90111
90132
  .e-rte-img-caption.e-imgright {
90112
- display: block;
90133
+ display: contents;
90113
90134
  margin-left: auto;
90114
90135
  margin-right: 0;
90115
90136
  }
90116
90137
 
90117
90138
  .e-rte-img-caption.e-imgleft {
90118
- display: block;
90139
+ display: contents;
90119
90140
  margin-left: 0;
90120
90141
  margin-right: auto;
90121
90142
  }
@@ -90132,7 +90153,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90132
90153
  }
90133
90154
 
90134
90155
  .e-img-caption.e-rte-img-caption.e-imgbreak {
90135
- display: block;
90156
+ display: contents;
90136
90157
  }
90137
90158
 
90138
90159
  .e-rte-table {
@@ -90303,7 +90324,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90303
90324
 
90304
90325
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90305
90326
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90306
- top: -130px;
90327
+ top: $rte-droparea-browsebtn-top;
90307
90328
  }
90308
90329
 
90309
90330
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -90829,6 +90850,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90829
90850
  }
90830
90851
  }
90831
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
+ }
90832
90861
 
90833
90862
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
90834
90863
  .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
@@ -91878,7 +91907,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
91878
91907
  }
91879
91908
 
91880
91909
  .e-dialog .e-vid-uploadwrap .e-droptext {
91881
- height: 108px;
91910
+ height: $rte-drop-text-height;
91911
+ }
91912
+
91913
+ .e-bigger .e-richtexteditor {
91914
+ .e-dialog .e-img-uploadwrap .e-droptext,
91915
+ .e-dialog .e-aud-uploadwrap .e-droptext,
91916
+ .e-dialog .e-vid-uploadwrap .e-droptext {
91917
+ height: $rte-big-drop-text-height;
91918
+ }
91882
91919
  }
91883
91920
 
91884
91921
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -92148,8 +92185,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92148
92185
  }
92149
92186
 
92150
92187
  .e-richtexteditor .e-toolbar .e-tbar-btn {
92151
- border-bottom: 1px solid $transparent;
92152
- border-top: 1px solid $transparent;
92188
+ border: 1px solid $transparent;
92153
92189
  }
92154
92190
 
92155
92191
  .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
@@ -92161,6 +92197,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92161
92197
  background: $rte-tb-hover-bg-color;
92162
92198
  border: 1px solid $rte-quick-item-hover-border-color;
92163
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
+ }
92164
92208
  }
92165
92209
 
92166
92210
  @if $skin-name == 'bootstrap5' {
@@ -89860,7 +89860,8 @@ $rte-default-character-count-opacity: .8;
89860
89860
  $rte-droparea-line-height: 10;
89861
89861
  $rte-droparea-browsebtn-height: 36px;
89862
89862
  $rte-droparea-browsebtn-padding: 0 18px;
89863
- $rte-droparea-browsebtn-top: -50px;
89863
+ $rte-droparea-browsebtn-top: -120px;
89864
+ $rte-big-droparea-browsebtn-top: -120px;
89864
89865
  $rte-insert-dialog-font-size: 15px;
89865
89866
  $rte-big-insert-dialog-font-size: 15px;
89866
89867
  $rte-table-popup-tablecell-height: 14px;
@@ -89944,7 +89945,7 @@ $rte-font-family: $font-family !default;
89944
89945
  $rte-content-color: $content-text-color !default;
89945
89946
  $rte-content-blockquote-border-left-color: solid 2px $content-text-color !default;
89946
89947
  $rte-dropdown-selection-bgcolor: $secondary-bg-color-pressed !default;
89947
- $rte-ext-tbar-overlay-icons-color: $icon-color-disabled !default;
89948
+ $rte-ext-tbar-overlay-icons-color: $icon-color !default;
89948
89949
  $rte-overlay-color: $overlay-bg-color !default;
89949
89950
  $rte-dropdown-selection-color: $secondary-text-color-pressed !default;
89950
89951
  $rte-anchor-color: $primary !default;
@@ -90002,7 +90003,8 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
90002
90003
  $rte-big-table-dlg-max-height: 306px !default;
90003
90004
  $rte-big-edit-table-dlg-max-height: 388px !default;
90004
90005
  $rte-drop-text-width: 292px !default;
90005
- $rte-drop-text-height: 185px !default;
90006
+ $rte-drop-text-height: 128px !default;
90007
+ $rte-big-drop-text-height: 140px !default;
90006
90008
  $rte-drop-text-mobile-width: 242px !default;
90007
90009
  $rte-tbar-default-bg: $content-bg-color-alt2;
90008
90010
  $rte-big-insert-dialog-label-padding-top: 12px;
@@ -90172,6 +90174,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90172
90174
  .e-rte-content .e-content {
90173
90175
  font-size: $rte-big-content-font-size;
90174
90176
  }
90177
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
90178
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
90179
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
90180
+ top: $rte-big-droparea-browsebtn-top;
90181
+ }
90175
90182
  }
90176
90183
 
90177
90184
  .e-richtexteditor {
@@ -90694,6 +90701,20 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90694
90701
  }
90695
90702
  }
90696
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
+
90697
90718
  .e-rte-linkcontent .e-rte-label {
90698
90719
  padding-top: $rte-insert-dialog-label-padding-top;
90699
90720
  }
@@ -90944,19 +90965,19 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90944
90965
  }
90945
90966
 
90946
90967
  .e-rte-img-caption.e-imgcenter {
90947
- display: block;
90968
+ display: contents;
90948
90969
  margin-left: auto;
90949
90970
  margin-right: auto;
90950
90971
  }
90951
90972
 
90952
90973
  .e-rte-img-caption.e-imgright {
90953
- display: block;
90974
+ display: contents;
90954
90975
  margin-left: auto;
90955
90976
  margin-right: 0;
90956
90977
  }
90957
90978
 
90958
90979
  .e-rte-img-caption.e-imgleft {
90959
- display: block;
90980
+ display: contents;
90960
90981
  margin-left: 0;
90961
90982
  margin-right: auto;
90962
90983
  }
@@ -90973,7 +90994,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90973
90994
  }
90974
90995
 
90975
90996
  .e-img-caption.e-rte-img-caption.e-imgbreak {
90976
- display: block;
90997
+ display: contents;
90977
90998
  }
90978
90999
 
90979
91000
  .e-rte-table {
@@ -91144,7 +91165,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
91144
91165
 
91145
91166
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
91146
91167
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
91147
- top: -130px;
91168
+ top: $rte-droparea-browsebtn-top;
91148
91169
  }
91149
91170
 
91150
91171
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -91670,6 +91691,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
91670
91691
  }
91671
91692
  }
91672
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
+ }
91673
91702
 
91674
91703
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
91675
91704
  .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
@@ -92719,7 +92748,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92719
92748
  }
92720
92749
 
92721
92750
  .e-dialog .e-vid-uploadwrap .e-droptext {
92722
- height: 108px;
92751
+ height: $rte-drop-text-height;
92752
+ }
92753
+
92754
+ .e-bigger .e-richtexteditor {
92755
+ .e-dialog .e-img-uploadwrap .e-droptext,
92756
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92757
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92758
+ height: $rte-big-drop-text-height;
92759
+ }
92723
92760
  }
92724
92761
 
92725
92762
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -92989,8 +93026,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92989
93026
  }
92990
93027
 
92991
93028
  .e-richtexteditor .e-toolbar .e-tbar-btn {
92992
- border-bottom: 1px solid $transparent;
92993
- border-top: 1px solid $transparent;
93029
+ border: 1px solid $transparent;
92994
93030
  }
92995
93031
 
92996
93032
  .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
@@ -93002,6 +93038,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
93002
93038
  background: $rte-tb-hover-bg-color;
93003
93039
  border: 1px solid $rte-quick-item-hover-border-color;
93004
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
+ }
93005
93049
  }
93006
93050
 
93007
93051
  @if $skin-name == 'bootstrap5' {