@syncfusion/blazor-themes 24.2.4 → 24.2.5

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 +21 -6
  2. package/SCSS-Themes/bootstrap.scss +19 -4
  3. package/SCSS-Themes/bootstrap4.scss +24 -9
  4. package/SCSS-Themes/bootstrap5-dark.scss +19 -4
  5. package/SCSS-Themes/bootstrap5.scss +19 -4
  6. package/SCSS-Themes/fabric-dark.scss +19 -4
  7. package/SCSS-Themes/fabric.scss +19 -4
  8. package/SCSS-Themes/fluent-dark.scss +20 -5
  9. package/SCSS-Themes/fluent.scss +20 -5
  10. package/SCSS-Themes/highcontrast.scss +19 -4
  11. package/SCSS-Themes/material-dark.scss +19 -4
  12. package/SCSS-Themes/material.scss +19 -4
  13. package/SCSS-Themes/material3-dark.scss +20 -5
  14. package/SCSS-Themes/material3.scss +20 -5
  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 +19 -4
  18. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +19 -4
  19. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +22 -7
  20. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +19 -4
  21. package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +19 -4
  22. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +19 -4
  23. package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +19 -4
  24. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +20 -5
  25. package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +20 -5
  26. package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +19 -4
  27. package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +19 -4
  28. package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +19 -4
  29. package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +20 -5
  30. package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +20 -5
  31. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +19 -4
  32. package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +19 -4
  33. package/SCSS-Themes/tailwind-dark.scss +19 -4
  34. package/SCSS-Themes/tailwind.scss +19 -4
  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 {
@@ -90717,7 +90724,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90717
90724
 
90718
90725
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90719
90726
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90720
- top: -130px;
90727
+ top: $rte-droparea-browsebtn-top;
90721
90728
  }
90722
90729
 
90723
90730
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -92292,7 +92299,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92292
92299
  }
92293
92300
 
92294
92301
  .e-dialog .e-vid-uploadwrap .e-droptext {
92295
- height: 108px;
92302
+ height: $rte-drop-text-height;
92303
+ }
92304
+
92305
+ .e-bigger .e-richtexteditor {
92306
+ .e-dialog .e-img-uploadwrap .e-droptext,
92307
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92308
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92309
+ height: $rte-big-drop-text-height;
92310
+ }
92296
92311
  }
92297
92312
 
92298
92313
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -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 {
@@ -90477,7 +90484,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90477
90484
 
90478
90485
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90479
90486
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90480
- top: -130px;
90487
+ top: $rte-droparea-browsebtn-top;
90481
90488
  }
90482
90489
 
90483
90490
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -92052,7 +92059,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92052
92059
  }
92053
92060
 
92054
92061
  .e-dialog .e-vid-uploadwrap .e-droptext {
92055
- height: 108px;
92062
+ height: $rte-drop-text-height;
92063
+ }
92064
+
92065
+ .e-bigger .e-richtexteditor {
92066
+ .e-dialog .e-img-uploadwrap .e-droptext,
92067
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92068
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92069
+ height: $rte-big-drop-text-height;
92070
+ }
92056
92071
  }
92057
92072
 
92058
92073
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -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;
@@ -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 {
@@ -90791,7 +90798,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90791
90798
 
90792
90799
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90793
90800
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90794
- top: -130px;
90801
+ top: $rte-droparea-browsebtn-top;
90795
90802
  }
90796
90803
 
90797
90804
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -92366,7 +92373,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92366
92373
  }
92367
92374
 
92368
92375
  .e-dialog .e-vid-uploadwrap .e-droptext {
92369
- height: 108px;
92376
+ height: $rte-drop-text-height;
92377
+ }
92378
+
92379
+ .e-bigger .e-richtexteditor {
92380
+ .e-dialog .e-img-uploadwrap .e-droptext,
92381
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92382
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92383
+ height: $rte-big-drop-text-height;
92384
+ }
92370
92385
  }
92371
92386
 
92372
92387
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -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 {
@@ -90966,7 +90973,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90966
90973
 
90967
90974
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90968
90975
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90969
- top: -130px;
90976
+ top: $rte-droparea-browsebtn-top;
90970
90977
  }
90971
90978
 
90972
90979
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -92541,7 +92548,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92541
92548
  }
92542
92549
 
92543
92550
  .e-dialog .e-vid-uploadwrap .e-droptext {
92544
- height: 108px;
92551
+ height: $rte-drop-text-height;
92552
+ }
92553
+
92554
+ .e-bigger .e-richtexteditor {
92555
+ .e-dialog .e-img-uploadwrap .e-droptext,
92556
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92557
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92558
+ height: $rte-big-drop-text-height;
92559
+ }
92545
92560
  }
92546
92561
 
92547
92562
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -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 {
@@ -90966,7 +90973,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90966
90973
 
90967
90974
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90968
90975
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90969
- top: -130px;
90976
+ top: $rte-droparea-browsebtn-top;
90970
90977
  }
90971
90978
 
90972
90979
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -92541,7 +92548,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92541
92548
  }
92542
92549
 
92543
92550
  .e-dialog .e-vid-uploadwrap .e-droptext {
92544
- height: 108px;
92551
+ height: $rte-drop-text-height;
92552
+ }
92553
+
92554
+ .e-bigger .e-richtexteditor {
92555
+ .e-dialog .e-img-uploadwrap .e-droptext,
92556
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92557
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92558
+ height: $rte-big-drop-text-height;
92559
+ }
92545
92560
  }
92546
92561
 
92547
92562
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -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 {
@@ -90551,7 +90558,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90551
90558
 
90552
90559
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90553
90560
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90554
- top: -130px;
90561
+ top: $rte-droparea-browsebtn-top;
90555
90562
  }
90556
90563
 
90557
90564
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -92126,7 +92133,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92126
92133
  }
92127
92134
 
92128
92135
  .e-dialog .e-vid-uploadwrap .e-droptext {
92129
- height: 108px;
92136
+ height: $rte-drop-text-height;
92137
+ }
92138
+
92139
+ .e-bigger .e-richtexteditor {
92140
+ .e-dialog .e-img-uploadwrap .e-droptext,
92141
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92142
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92143
+ height: $rte-big-drop-text-height;
92144
+ }
92130
92145
  }
92131
92146
 
92132
92147
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -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 {
@@ -90303,7 +90310,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90303
90310
 
90304
90311
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90305
90312
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90306
- top: -130px;
90313
+ top: $rte-droparea-browsebtn-top;
90307
90314
  }
90308
90315
 
90309
90316
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -91878,7 +91885,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
91878
91885
  }
91879
91886
 
91880
91887
  .e-dialog .e-vid-uploadwrap .e-droptext {
91881
- height: 108px;
91888
+ height: $rte-drop-text-height;
91889
+ }
91890
+
91891
+ .e-bigger .e-richtexteditor {
91892
+ .e-dialog .e-img-uploadwrap .e-droptext,
91893
+ .e-dialog .e-aud-uploadwrap .e-droptext,
91894
+ .e-dialog .e-vid-uploadwrap .e-droptext {
91895
+ height: $rte-big-drop-text-height;
91896
+ }
91882
91897
  }
91883
91898
 
91884
91899
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -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 {
@@ -91144,7 +91151,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
91144
91151
 
91145
91152
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
91146
91153
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
91147
- top: -130px;
91154
+ top: $rte-droparea-browsebtn-top;
91148
91155
  }
91149
91156
 
91150
91157
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -92719,7 +92726,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92719
92726
  }
92720
92727
 
92721
92728
  .e-dialog .e-vid-uploadwrap .e-droptext {
92722
- height: 108px;
92729
+ height: $rte-drop-text-height;
92730
+ }
92731
+
92732
+ .e-bigger .e-richtexteditor {
92733
+ .e-dialog .e-img-uploadwrap .e-droptext,
92734
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92735
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92736
+ height: $rte-big-drop-text-height;
92737
+ }
92723
92738
  }
92724
92739
 
92725
92740
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -89861,7 +89861,8 @@ $rte-default-character-count-opacity: .8;
89861
89861
  $rte-droparea-line-height: 10;
89862
89862
  $rte-droparea-browsebtn-height: 36px;
89863
89863
  $rte-droparea-browsebtn-padding: 0 18px;
89864
- $rte-droparea-browsebtn-top: -50px;
89864
+ $rte-droparea-browsebtn-top: -120px;
89865
+ $rte-big-droparea-browsebtn-top: -120px;
89865
89866
  $rte-insert-dialog-font-size: 15px;
89866
89867
  $rte-big-insert-dialog-font-size: 15px;
89867
89868
  $rte-table-popup-tablecell-height: 14px;
@@ -89945,7 +89946,7 @@ $rte-font-family: $font-family !default;
89945
89946
  $rte-content-color: $content-text-color !default;
89946
89947
  $rte-content-blockquote-border-left-color: solid 2px $content-text-color !default;
89947
89948
  $rte-dropdown-selection-bgcolor: $secondary-bg-color-pressed !default;
89948
- $rte-ext-tbar-overlay-icons-color: $icon-color-disabled !default;
89949
+ $rte-ext-tbar-overlay-icons-color: $icon-color !default;
89949
89950
  $rte-overlay-color: $overlay-bg-color !default;
89950
89951
  $rte-dropdown-selection-color: $secondary-text-color-pressed !default;
89951
89952
  $rte-anchor-color: $primary !default;
@@ -90003,7 +90004,8 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
90003
90004
  $rte-big-table-dlg-max-height: 306px !default;
90004
90005
  $rte-big-edit-table-dlg-max-height: 388px !default;
90005
90006
  $rte-drop-text-width: 292px !default;
90006
- $rte-drop-text-height: 185px !default;
90007
+ $rte-drop-text-height: 128px !default;
90008
+ $rte-big-drop-text-height: 140px !default;
90007
90009
  $rte-drop-text-mobile-width: 242px !default;
90008
90010
  $rte-tbar-default-bg: $content-bg-color-alt2;
90009
90011
  $rte-big-insert-dialog-label-padding-top: 12px;
@@ -90173,6 +90175,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90173
90175
  .e-rte-content .e-content {
90174
90176
  font-size: $rte-big-content-font-size;
90175
90177
  }
90178
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
90179
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
90180
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
90181
+ top: $rte-big-droparea-browsebtn-top;
90182
+ }
90176
90183
  }
90177
90184
 
90178
90185
  .e-richtexteditor {
@@ -91145,7 +91152,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
91145
91152
 
91146
91153
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
91147
91154
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
91148
- top: -130px;
91155
+ top: $rte-droparea-browsebtn-top;
91149
91156
  }
91150
91157
 
91151
91158
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -92720,7 +92727,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92720
92727
  }
92721
92728
 
92722
92729
  .e-dialog .e-vid-uploadwrap .e-droptext {
92723
- height: 108px;
92730
+ height: $rte-drop-text-height;
92731
+ }
92732
+
92733
+ .e-bigger .e-richtexteditor {
92734
+ .e-dialog .e-img-uploadwrap .e-droptext,
92735
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92736
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92737
+ height: $rte-big-drop-text-height;
92738
+ }
92724
92739
  }
92725
92740
 
92726
92741
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
@@ -89391,13 +89391,15 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
89391
89391
  $rte-big-table-dlg-max-height: 309px !default;
89392
89392
  $rte-big-edit-table-dlg-max-height: 400px !default;
89393
89393
  $rte-drop-text-width: 288px !default;
89394
- $rte-drop-text-height: 185px !default;
89394
+ $rte-drop-text-height: 128px !default;
89395
+ $rte-big-drop-text-height: 140px !default;
89395
89396
  $rte-drop-text-mobile-width: 238px !default;
89396
89397
  $rte-tbar-default-bg: $bg-base-0;
89397
89398
  $rte-droparea-line-height: 10;
89398
89399
  $rte-droparea-browsebtn-height: 36px;
89399
89400
  $rte-droparea-browsebtn-padding: 0 18px;
89400
- $rte-droparea-browsebtn-top: -50px;
89401
+ $rte-droparea-browsebtn-top: -120px;
89402
+ $rte-big-droparea-browsebtn-top: -120px;
89401
89403
  $rte-insert-dialog-font-size: 15px;
89402
89404
  $rte-big-insert-dialog-font-size: 15px;
89403
89405
  $rte-table-popup-tablecell-height: 14px;
@@ -89583,6 +89585,11 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
89583
89585
  .e-rte-content .e-content {
89584
89586
  font-size: $rte-big-content-font-size;
89585
89587
  }
89588
+ .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
89589
+ .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
89590
+ .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
89591
+ top: $rte-big-droparea-browsebtn-top;
89592
+ }
89586
89593
  }
89587
89594
 
89588
89595
  .e-richtexteditor {
@@ -90555,7 +90562,7 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
90555
90562
 
90556
90563
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
90557
90564
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
90558
- top: -130px;
90565
+ top: $rte-droparea-browsebtn-top;
90559
90566
  }
90560
90567
 
90561
90568
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -92130,7 +92137,15 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
92130
92137
  }
92131
92138
 
92132
92139
  .e-dialog .e-vid-uploadwrap .e-droptext {
92133
- height: 108px;
92140
+ height: $rte-drop-text-height;
92141
+ }
92142
+
92143
+ .e-bigger .e-richtexteditor {
92144
+ .e-dialog .e-img-uploadwrap .e-droptext,
92145
+ .e-dialog .e-aud-uploadwrap .e-droptext,
92146
+ .e-dialog .e-vid-uploadwrap .e-droptext {
92147
+ height: $rte-big-drop-text-height;
92148
+ }
92134
92149
  }
92135
92150
 
92136
92151
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,