activeadmin_froala_editor 1.1.0 → 1.2.1

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 (156) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/Rakefile +11 -0
  4. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -3
  5. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -3
  6. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +2 -2
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +2 -2
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +2 -2
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +2 -2
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +2 -2
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +2 -2
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +2 -2
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +2 -2
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +2 -2
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +2 -2
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +2 -2
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +2 -2
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +4 -4
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +2 -2
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +2 -2
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +2 -2
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +2 -2
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +2 -2
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +6 -3
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +24 -17
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +2 -2
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +2 -2
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +2 -2
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +5 -4
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +2 -2
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +19 -2
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +2 -2
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +2 -2
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +2 -2
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +2 -2
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +2 -2
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +2 -2
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +2 -2
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +2 -2
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +2 -2
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +2 -2
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +2 -2
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +2 -2
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +2 -2
  45. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -3
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +2 -2
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +2 -2
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +2 -2
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +2 -2
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +3 -3
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/filestack.min.js +7 -0
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/find_and_replace.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +2 -2
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +2 -2
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +2 -2
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -3
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +2 -2
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +2 -2
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +2 -2
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +3 -3
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/markdown.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +2 -2
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +2 -2
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +2 -2
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +2 -2
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -3
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/track_changes.min.js +3 -3
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/trim_video.min.js +2 -2
  83. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  84. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -3
  85. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_counter.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  87. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +3 -3
  88. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +2 -2
  89. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +2 -2
  90. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +2 -2
  91. data/app/assets/javascripts/activeadmin/froala_editor/third_party/showdown.min.js +2 -2
  92. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +2 -2
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +17 -6
  94. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  95. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +381 -45
  96. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  97. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +37 -14
  98. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +2 -2
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +2 -2
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +2 -2
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +2 -2
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +2 -2
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +2 -2
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +2 -2
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +2 -2
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +2 -2
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +2 -2
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +2 -2
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +2 -2
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +21 -21
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +3 -3
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/filestack.css +41 -0
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/filestack.min.css +7 -0
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/find_and_replace.css +228 -0
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/find_and_replace.min.css +7 -0
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +2 -2
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +2 -2
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +2 -2
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +2 -2
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +2 -2
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +2 -2
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +2 -2
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +2 -2
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +2 -2
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +2 -2
  127. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/markdown.css +2 -2
  128. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/markdown.min.css +2 -2
  129. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +2 -2
  130. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +2 -2
  131. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +2 -2
  132. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +2 -2
  133. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +53 -10
  134. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
  135. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/trim_video.css +2 -2
  136. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/trim_video.min.css +2 -2
  137. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +2 -2
  138. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +2 -2
  139. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +331 -29
  140. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +3 -3
  141. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +110 -26
  142. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  143. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +110 -26
  144. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  145. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +110 -26
  146. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  147. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +2 -2
  148. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +2 -2
  149. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +2 -2
  150. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +2 -2
  151. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +2 -2
  152. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +2 -2
  153. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +2 -2
  154. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +2 -2
  155. data/lib/activeadmin/froala_editor/version.rb +2 -2
  156. metadata +11 -18
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v4.5.2 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2022 Froala Labs
4
+ * Copyright 2014-2025 Froala Labs
5
5
  */
6
6
 
7
7
  .fr-clearfix::after {
@@ -472,6 +472,9 @@ iframe.fr-iframe {
472
472
  .fr-toolbar.fr-mobile .fr-command.fr-blink, .fr-popup.fr-mobile .fr-command.fr-blink {
473
473
  background: #d6d6d6; }
474
474
 
475
+ .fr-popup.fr-mobile .fr-command:focus-visible {
476
+ outline: none; }
477
+
475
478
  .fr-command.fr-btn.fr-options {
476
479
  width: 16px;
477
480
  margin-left: -5px; }
@@ -733,11 +736,15 @@ ol.decimal_type {
733
736
  counter-reset: item; }
734
737
 
735
738
  ol.decimal_type > li {
736
- display: block; }
739
+ display: block;
740
+ position: relative; }
737
741
 
738
742
  ol.decimal_type > li:before {
739
743
  content: counters(item,".") ". ";
740
- counter-increment: item; }
744
+ counter-increment: item;
745
+ position: absolute;
746
+ margin-right: 100%;
747
+ right: 10px; }
741
748
 
742
749
  .fr-popup {
743
750
  position: absolute;
@@ -1163,6 +1170,8 @@ ol.decimal_type > li:before {
1163
1170
  background-clip: padding-box; }
1164
1171
  .fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
1165
1172
  background: #f5f5f5; }
1173
+ .fr-toolbar .fr-popup .fr-command:focus-visible {
1174
+ outline: none; }
1166
1175
  .fr-toolbar.fr-rtl {
1167
1176
  text-align: right; }
1168
1177
  .fr-toolbar.fr-inline {
@@ -1255,7 +1264,6 @@ ol.decimal_type > li:before {
1255
1264
  float: none; }
1256
1265
 
1257
1266
  .fr-toolbar.fr-inline .fr-separator.fr-vs {
1258
- float: none;
1259
1267
  display: inline-block; }
1260
1268
 
1261
1269
  .fr-second-toolbar {
@@ -1350,11 +1358,14 @@ ol.decimal_type > li:before {
1350
1358
  position: fixed;
1351
1359
  z-index: 10; }
1352
1360
  .fr-sticky-on.fr-sticky-ios {
1353
- position: absolute;
1361
+ position: -webkit-sticky;
1354
1362
  left: 0;
1355
1363
  right: 0;
1356
1364
  width: auto !important; }
1357
1365
 
1366
+ .modal .fr-sticky-on {
1367
+ position: sticky; }
1368
+
1358
1369
  .fr-sticky-dummy {
1359
1370
  display: none; }
1360
1371
 
@@ -2207,7 +2218,7 @@ textarea.fr-code {
2207
2218
  .fr-files-upload-layer {
2208
2219
  padding-top: 20px;
2209
2220
  padding-bottom: 20px; } }
2210
- .half-circle {
2221
+ .fr-half-circle {
2211
2222
  width: 60px;
2212
2223
  height: 25px;
2213
2224
  background-color: white;
@@ -2223,15 +2234,15 @@ textarea.fr-code {
2223
2234
  margin-left: -25px; }
2224
2235
 
2225
2236
  /* headlines with lines */
2226
- .decorated {
2237
+ .fr-decorated {
2227
2238
  overflow: hidden;
2228
2239
  text-align: center; }
2229
2240
 
2230
- .decorated > span {
2241
+ .fr-decorated > span {
2231
2242
  position: relative;
2232
2243
  display: inline-block; }
2233
2244
 
2234
- .decorated > span:before, .decorated > span:after {
2245
+ .fr-decorated > span:before, .fr-decorated > span:after {
2235
2246
  content: '';
2236
2247
  position: absolute;
2237
2248
  top: 50%;
@@ -2240,17 +2251,17 @@ textarea.fr-code {
2240
2251
  /* half of limiter*/
2241
2252
  margin: 0 20px; }
2242
2253
 
2243
- .decorated > span:before {
2254
+ .fr-decorated > span:before {
2244
2255
  right: 100%; }
2245
2256
 
2246
- .decorated > span:after {
2257
+ .fr-decorated > span:after {
2247
2258
  left: 100%; }
2248
2259
 
2249
2260
  .fr-align-right {
2250
2261
  float: right; }
2251
2262
 
2252
2263
  /* The checkbox-container */
2253
- .checkbox-container {
2264
+ .fr-checkbox-container {
2254
2265
  display: inline-block;
2255
2266
  position: relative;
2256
2267
  padding-left: 20px;
@@ -2291,7 +2302,7 @@ button[data-cmd="insertAll"] {
2291
2302
  top: 3.2px !important; }
2292
2303
 
2293
2304
  /* Hide the browser's default checkbox */
2294
- .checkbox-container input {
2305
+ .fr-checkbox-container input {
2295
2306
  position: absolute;
2296
2307
  opacity: 0;
2297
2308
  cursor: pointer;
@@ -2299,7 +2310,7 @@ button[data-cmd="insertAll"] {
2299
2310
  width: 0; }
2300
2311
 
2301
2312
  /* Create a custom checkbox */
2302
- .checkmark {
2313
+ .fr-checkmark {
2303
2314
  position: absolute;
2304
2315
  top: 0;
2305
2316
  left: 0;
@@ -2486,10 +2497,10 @@ button[data-cmd="insertAll"] {
2486
2497
  right: 10%;
2487
2498
  z-index: 2147483642; }
2488
2499
 
2489
- .file-item-thumbnail-hover {
2500
+ .fr-file-item-thumbnail-hover {
2490
2501
  transition: transform .2s; }
2491
2502
 
2492
- .file-item-thumbnail-hover:hover {
2503
+ .fr-file-item-thumbnail-hover:hover {
2493
2504
  -ms-transform: scale(1.3);
2494
2505
  -webkit-transform: scale(1.3);
2495
2506
  transform: scale(1.3); }
@@ -2703,25 +2714,25 @@ button[data-cmd="insertAll"] {
2703
2714
  cursor: default !important; }
2704
2715
 
2705
2716
  /* On mouse-over, add a grey background color */
2706
- .checkbox-container:hover input ~ .checkmark {
2717
+ .fr-checkbox-container:hover input ~ .fr-checkmark {
2707
2718
  background-color: #ccc; }
2708
2719
 
2709
2720
  /* When the checkbox is checked, add a blue background */
2710
- .checkbox-container input:checked ~ .checkmark {
2721
+ .fr-checkbox-container input:checked ~ .fr-checkmark {
2711
2722
  background-color: #2196F3; }
2712
2723
 
2713
2724
  /* Create the checkmark/indicator (hidden when not checked) */
2714
- .checkmark:after {
2725
+ .fr-checkmark:after {
2715
2726
  content: "";
2716
2727
  position: absolute;
2717
2728
  display: none; }
2718
2729
 
2719
2730
  /* Show the checkmark when checked */
2720
- .checkbox-container input:checked ~ .checkmark:after {
2731
+ .fr-checkbox-container input:checked ~ .fr-checkmark:after {
2721
2732
  display: block; }
2722
2733
 
2723
2734
  /* Style the checkmark/indicator */
2724
- .checkbox-container .checkmark:after {
2735
+ .fr-container .fr-checkmark:after {
2725
2736
  left: 5px;
2726
2737
  top: 2px;
2727
2738
  width: 3px;
@@ -2732,11 +2743,11 @@ button[data-cmd="insertAll"] {
2732
2743
  -ms-transform: rotate(45deg);
2733
2744
  transform: rotate(45deg); }
2734
2745
 
2735
- .file-item-details .file-name {
2746
+ .fr-file-item-details .file-name {
2736
2747
  font-weight: bold;
2737
2748
  display: inline; }
2738
2749
 
2739
- .file-item-details .file-description {
2750
+ .fr-file-item-details .file-description {
2740
2751
  font-weight: 300;
2741
2752
  font-size: 11px;
2742
2753
  display: inline; }
@@ -3078,9 +3089,268 @@ button[data-cmd="insertAll"] {
3078
3089
  .fr-hovered-over-file {
3079
3090
  background-color: #F0F0F0; }
3080
3091
 
3081
- .thumbnail-padding {
3092
+ .fr-thumbnail-padding {
3082
3093
  padding-right: 4px; }
3083
3094
 
3095
+ .fr-popup .fr-command.fr-btn[data-cmd="filestackIcon"] svg path,
3096
+ .fr-popup .fr-command.fr-btn[data-cmd="openFilePickerVideo"] svg path,
3097
+ .fr-popup .fr-command.fr-btn[data-cmd="openFilePickerImage"] svg path,
3098
+ .fr-toolbar .fr-command.fr-btn[data-cmd="openFilePicker"] svg path,
3099
+ .fr-toolbar .fr-command.fr-btn[data-cmd="openFilePickerImage"] svg path,
3100
+ .fr-popup .fr-tabs .fr-command.fr-btn[data-cmd="openFilePicker"] svg path,
3101
+ .fr-popup .fr-tabs .fr-command.fr-btn[data-cmd="openFilePickerImage"] svg path,
3102
+ .fr-popup .fr-tabs .fr-command.fr-btn[data-cmd="openFilePickerVideo"] svg path,
3103
+ .fr-command.fr-btn[data-cmd="openFilePickerReplaceImageOnly"] svg path,
3104
+ .fr-command.fr-btn[data-cmd="openFilePickerReplaceVideoOnly"] svg path,
3105
+ .fr-toolbar .fr-command.fr-btn[data-cmd="openFilePickerVideo"] svg path,
3106
+ .fr-toolbar .fr-command.fr-btn[data-cmd="openFilePickerImageOnly"] svg path:last-child,
3107
+ .fr-toolbar .fr-command.fr-btn[data-cmd="openFilePickerVideoOnly"] svg path:last-child,
3108
+ .fr-popup .fr-command.fr-btn[data-cmd="openFilePickerImage"] svg path,
3109
+ .fr-popup .fr-command.fr-btn[data-cmd="openFilePickerVideo"] svg path,
3110
+ .fr-popup .fr-command.fr-btn[data-cmd="filestackIcon"] svg path,
3111
+ .fr-popup .fr-command.fr-btn[data-cmd="openFilePickerFile"] svg path {
3112
+ fill: #ef4a25; }
3113
+
3114
+ .fr-command.fr-filestack-active.fr-btn.fr-filestack-active svg path {
3115
+ fill: #0098F7; }
3116
+
3117
+ .fsp-picker-appear-active {
3118
+ position: absolute;
3119
+ top: 50%;
3120
+ left: 50%;
3121
+ transform: translate(-50%, -50%);
3122
+ z-index: 9; }
3123
+
3124
+ body.fr-fullscreen .fs-transforms-container {
3125
+ position: absolute;
3126
+ z-index: 2247483660; }
3127
+
3128
+ .fsp-notifications__container {
3129
+ position: fixed !important; }
3130
+
3131
+ .fr-clearfix::after {
3132
+ clear: both;
3133
+ display: block;
3134
+ content: "";
3135
+ height: 0; }
3136
+
3137
+ .fr-hide-by-clipping {
3138
+ position: absolute;
3139
+ width: 1px;
3140
+ height: 1px;
3141
+ padding: 0;
3142
+ margin: -1px;
3143
+ overflow: hidden;
3144
+ clip: rect(0, 0, 0, 0);
3145
+ border: 0; }
3146
+
3147
+ .fr-find-replace-layer .fr-header, .fr-find-replace-layer .fr-body {
3148
+ margin: 15px; }
3149
+ .fr-find-replace-layer .fr-drag-handle {
3150
+ cursor: move; }
3151
+ .fr-find-replace-layer h3 {
3152
+ margin: 0;
3153
+ font-size: 16px;
3154
+ text-align: left;
3155
+ font-weight: bold; }
3156
+ .fr-find-replace-layer .fr-body .fr-input-line input.fr-disabled {
3157
+ background-color: #f5f5f5;
3158
+ color: #a9a9a9;
3159
+ border: 1px solid #d1d1d1;
3160
+ cursor: not-allowed; }
3161
+ .fr-find-replace-layer .fr-body .fr-input-line input#fr-findText::placeholder,
3162
+ .fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText::placeholder {
3163
+ color: #a9a9a9; }
3164
+ .fr-find-replace-layer .fr-body .fr-label-disabled {
3165
+ background-color: #f5f5f5; }
3166
+ .fr-find-replace-layer .fr-body .fr-close-btn {
3167
+ position: absolute;
3168
+ top: 2px;
3169
+ right: 10px;
3170
+ font-size: 25px;
3171
+ background: none;
3172
+ border: none;
3173
+ cursor: pointer;
3174
+ color: #333; }
3175
+ .fr-find-replace-layer .fr-body .fr-close-btn:hover {
3176
+ color: grey; }
3177
+ .fr-find-replace-layer .fr-body .fr-toggle-advanced-options {
3178
+ display: flex;
3179
+ align-items: center;
3180
+ justify-content: space-between;
3181
+ padding: 10px 0px;
3182
+ background-color: #f5f5f5;
3183
+ border-radius: 4px;
3184
+ cursor: pointer;
3185
+ font-weight: bold;
3186
+ transition: background-color 0.3s ease;
3187
+ width: auto;
3188
+ background: none;
3189
+ color: #353333; }
3190
+ .fr-find-replace-layer .fr-body .fr-separator {
3191
+ margin: 10px 0;
3192
+ border-top: 1px solid #e0e0e0; }
3193
+ .fr-find-replace-layer .fr-body input {
3194
+ width: 70%;
3195
+ padding: 8px;
3196
+ margin-bottom: 10px;
3197
+ font-size: 14px;
3198
+ border: 1px solid #CCCCCC;
3199
+ border-radius: 4px; }
3200
+ .fr-find-replace-layer .fr-body .fr-input-container {
3201
+ position: relative;
3202
+ display: flex;
3203
+ align-items: center;
3204
+ width: 100%;
3205
+ /* Ensures proper layout for container */ }
3206
+ .fr-find-replace-layer .fr-body .fr-arrow-buttons {
3207
+ display: flex;
3208
+ flex-direction: row;
3209
+ gap: 5px;
3210
+ margin-left: 10px;
3211
+ /* Add margin to separate from input field */
3212
+ margin-top: 3px;
3213
+ /* Align with input field */ }
3214
+ .fr-find-replace-layer .fr-body .fr-arrow-buttons button {
3215
+ border: none;
3216
+ background: none;
3217
+ cursor: pointer;
3218
+ padding: 2px 4px;
3219
+ margin-bottom: 12px;
3220
+ font-size: 12px; }
3221
+ .fr-find-replace-layer .fr-body .fr-arrow-buttons .fr-disabled {
3222
+ pointer-events: none;
3223
+ cursor: not-allowed;
3224
+ color: #a9a9a9; }
3225
+ .fr-find-replace-layer .fr-body .fr-advanced-options {
3226
+ margin-top: 10px;
3227
+ font-size: 14px;
3228
+ cursor: pointer;
3229
+ color: #007bff;
3230
+ text-decoration: underline; }
3231
+ .fr-find-replace-layer .fr-body .fr-button-group {
3232
+ display: flex;
3233
+ gap: 10px;
3234
+ justify-content: flex-end;
3235
+ margin-top: 10px; }
3236
+ .fr-find-replace-layer .fr-body .fr-button-group button.fr-find-btn {
3237
+ background-color: #FFF;
3238
+ color: #0098f7;
3239
+ margin-top: 10px;
3240
+ border: 1px solid #0098f7; }
3241
+ .fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-btn {
3242
+ background-color: #FFF;
3243
+ color: #0098f7;
3244
+ font-size: 14px;
3245
+ margin-top: 10px; }
3246
+ .fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-btn.fr-disabled {
3247
+ pointer-events: none;
3248
+ cursor: not-allowed;
3249
+ color: #a9a9a9; }
3250
+ .fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-all-btn {
3251
+ background-color: #FFF;
3252
+ color: #0098f7;
3253
+ font-size: 14px;
3254
+ margin-top: 10px; }
3255
+ .fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-all-btn.fr-disabled {
3256
+ pointer-events: none;
3257
+ cursor: not-allowed;
3258
+ color: #a9a9a9; }
3259
+ .fr-find-replace-layer .fr-body button {
3260
+ padding: 8px 12px;
3261
+ font-size: 14px;
3262
+ border: none;
3263
+ border-radius: 4px;
3264
+ cursor: pointer; }
3265
+ .fr-find-replace-layer .fr-body .fr-input-container {
3266
+ position: relative;
3267
+ display: flex;
3268
+ align-items: center; }
3269
+ .fr-find-replace-layer .fr-body #fr-replaceText {
3270
+ width: 77%; }
3271
+ .fr-find-replace-layer .fr-body #fr-findText {
3272
+ position: relative;
3273
+ padding-right: 40px;
3274
+ /* Create space for the count indicator */
3275
+ font-size: 14px;
3276
+ border: 1px solid #CCCCCC;
3277
+ border-radius: 4px; }
3278
+ .fr-find-replace-layer .fr-body #fr-findText:focus {
3279
+ border: 2px solid #0098f7; }
3280
+ .fr-find-replace-layer .fr-body .fr-find-error {
3281
+ color: #f70000;
3282
+ font-size: 12px;
3283
+ padding-bottom: 5px;
3284
+ display: none; }
3285
+ .fr-find-replace-layer .fr-body #fr-findText.error {
3286
+ border-color: #f70000; }
3287
+ .fr-find-replace-layer .fr-body .fr-count-indicator {
3288
+ position: absolute;
3289
+ right: 80px;
3290
+ top: 49%;
3291
+ /* Center vertically */
3292
+ transform: translateY(-50%);
3293
+ color: gray;
3294
+ font-size: 12px;
3295
+ pointer-events: none;
3296
+ visibility: hidden;
3297
+ /* Hidden by default */
3298
+ z-index: 10; }
3299
+ .fr-find-replace-layer .fr-body .fr-toggle-advanced-options .arrow {
3300
+ font-size: 15px;
3301
+ transition: transform 0.3s ease;
3302
+ margin-right: 10px;
3303
+ font-size: 14px;
3304
+ margin-right: 4px;
3305
+ margin-top: 2px;
3306
+ font-weight: 100; }
3307
+ .fr-find-replace-layer .fr-body .fr-advanced-options-panel {
3308
+ border-radius: 4px; }
3309
+ .fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group {
3310
+ display: flex;
3311
+ margin-top: 10px; }
3312
+ .fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group .fr-checkbox-item {
3313
+ position: relative;
3314
+ display: inline-block;
3315
+ height: 20px; }
3316
+ .fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group .fr-checkbox-item input[type="checkbox"] {
3317
+ margin-left: 0;
3318
+ margin-right: 0;
3319
+ margin-top: 0;
3320
+ position: inherit;
3321
+ left: -5px; }
3322
+ .fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group .fr-checkbox-label {
3323
+ font-size: 14px;
3324
+ display: flex;
3325
+ flex-direction: column;
3326
+ gap: 10px;
3327
+ left: -10px;
3328
+ position: relative; }
3329
+ .fr-find-replace-layer .fr-body .fr-toggle-btn {
3330
+ width: 40px;
3331
+ height: 20px;
3332
+ background-color: #CCCCCC;
3333
+ border-radius: 10px;
3334
+ position: relative;
3335
+ cursor: pointer;
3336
+ margin-right: 10px;
3337
+ display: inline-block;
3338
+ vertical-align: middle; }
3339
+ .fr-find-replace-layer .fr-body .fr-arrow {
3340
+ margin-right: 5px;
3341
+ font-size: 12px;
3342
+ margin-top: 1px;
3343
+ position: absolute;
3344
+ right: 15px; }
3345
+ .fr-find-replace-layer .fr-body .fr-btn-active-popup {
3346
+ background: #d6d6d6; }
3347
+
3348
+ .fr-find-replace-highlight {
3349
+ background-color: #ffff00; }
3350
+
3351
+ .fr-find-replace-current-highlight {
3352
+ background-color: #ffa500; }
3353
+
3084
3354
  .fr-clearfix::after {
3085
3355
  clear: both;
3086
3356
  display: block;
@@ -3923,14 +4193,17 @@ div.fr-modal-body {
3923
4193
  border: 0; }
3924
4194
 
3925
4195
  .fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
3926
- border: 1px double #0098f7; }
3927
- .fr-element table tr {
3928
- user-select: none;
3929
- -o-user-select: none;
3930
- -moz-user-select: none;
3931
- -khtml-user-select: none;
3932
- -webkit-user-select: none;
3933
- -ms-user-select: none; }
4196
+ border: 1px double #0098f7;
4197
+ position: relative; }
4198
+ .fr-element table td.fr-selected-cell:after, .fr-element table th.fr-selected-cell:after {
4199
+ content: "";
4200
+ position: absolute;
4201
+ top: 0;
4202
+ left: 0;
4203
+ width: 100%;
4204
+ height: 100%;
4205
+ background-color: rgba(0, 100, 255, 0.15);
4206
+ pointer-events: none; }
3934
4207
  .fr-element table td, .fr-element table th {
3935
4208
  user-select: text;
3936
4209
  -o-user-select: text;
@@ -3968,6 +4241,46 @@ div.fr-modal-body {
3968
4241
  -webkit-user-select: none;
3969
4242
  -ms-user-select: none; }
3970
4243
 
4244
+ .fr-table-selector {
4245
+ display: block;
4246
+ position: absolute;
4247
+ z-index: 9999;
4248
+ width: 16px;
4249
+ height: 16px;
4250
+ padding: 3px;
4251
+ border: transparent 2px solid;
4252
+ border-radius: 4px 4px 0 0; }
4253
+ .fr-table-selector a {
4254
+ width: 16px;
4255
+ height: 16px;
4256
+ display: block; }
4257
+ .fr-table-selector a > svg {
4258
+ width: 16px;
4259
+ height: 16px; }
4260
+
4261
+ .fr-table-selector-active {
4262
+ opacity: 1;
4263
+ visibility: visible;
4264
+ border: #fdcf00 2px solid; }
4265
+ .fr-table-selector-active a > svg {
4266
+ color: #fdcf00; }
4267
+
4268
+ .fr-table-selector-active-selected {
4269
+ border: #0d65ff 2px solid; }
4270
+ .fr-table-selector-active-selected a > svg {
4271
+ color: #0d65ff; }
4272
+
4273
+ .fr-table-selector-inactive {
4274
+ opacity: 0;
4275
+ visibility: hidden; }
4276
+
4277
+ .fr-view .fr-table-selection-hover {
4278
+ outline: #fdcf00 2px solid; }
4279
+
4280
+ .fr-view .fr-table-selected {
4281
+ outline: #0d65ff 2px solid;
4282
+ caret-color: transparent; }
4283
+
3971
4284
  .fr-popup .fr-table-size {
3972
4285
  margin: 20px; }
3973
4286
  .fr-popup .fr-table-size .fr-table-size-info {
@@ -4492,6 +4805,9 @@ div.fr-modal-body {
4492
4805
  -moz-box-sizing: border-box;
4493
4806
  box-sizing: border-box; }
4494
4807
 
4808
+ .fr-view li img.fr-dii.fr-fil {
4809
+ margin-right: 20px; }
4810
+
4495
4811
  .fr-view {
4496
4812
  word-wrap: break-word; }
4497
4813
  .fr-view span[style~="color:"] a {
@@ -4521,6 +4837,10 @@ div.fr-modal-body {
4521
4837
  border-width: 2px; }
4522
4838
  .fr-view table th {
4523
4839
  background: #ececec; }
4840
+ .fr-view table tfoot td {
4841
+ background: #ececec; }
4842
+ .fr-view .fr-mso-hidden {
4843
+ display: none; }
4524
4844
  .fr-view hr {
4525
4845
  clear: both;
4526
4846
  user-select: none;
@@ -4623,15 +4943,18 @@ div.fr-modal-body {
4623
4943
  vertical-align: bottom;
4624
4944
  margin-left: 5px;
4625
4945
  margin-right: 5px;
4626
- max-width: calc(100% - (2 * 5px)); }
4946
+ max-width: calc(100% - (2 * 5px));
4947
+ min-width: 10px; }
4627
4948
  .fr-view img.fr-dii.fr-fil {
4628
4949
  float: left;
4629
4950
  margin: 5px 5px 5px 0;
4630
- max-width: calc(100% - 5px); }
4951
+ max-width: calc(100% - 5px);
4952
+ min-width: 5px; }
4631
4953
  .fr-view img.fr-dii.fr-fir {
4632
4954
  float: right;
4633
4955
  margin: 5px 0 5px 5px;
4634
- max-width: calc(100% - 5px); }
4956
+ max-width: calc(100% - 5px);
4957
+ min-width: 5px; }
4635
4958
  .fr-view span.fr-img-caption {
4636
4959
  position: relative;
4637
4960
  max-width: 100%; }
@@ -4652,15 +4975,18 @@ div.fr-modal-body {
4652
4975
  vertical-align: bottom;
4653
4976
  margin-left: 5px;
4654
4977
  margin-right: 5px;
4655
- max-width: calc(100% - (2 * 5px)); }
4978
+ max-width: calc(100% - (2 * 5px));
4979
+ min-width: 10px; }
4656
4980
  .fr-view span.fr-img-caption.fr-dii.fr-fil {
4657
4981
  float: left;
4658
4982
  margin: 5px 5px 5px 0;
4659
- max-width: calc(100% - 5px); }
4983
+ max-width: calc(100% - 5px);
4984
+ min-width: 5px; }
4660
4985
  .fr-view span.fr-img-caption.fr-dii.fr-fir {
4661
4986
  float: right;
4662
4987
  margin: 5px 0 5px 5px;
4663
- max-width: calc(100% - 5px); }
4988
+ max-width: calc(100% - 5px);
4989
+ min-width: 5px; }
4664
4990
  .fr-view .fr-video {
4665
4991
  text-align: center;
4666
4992
  position: relative; }
@@ -4736,6 +5062,10 @@ div.fr-modal-body {
4736
5062
  .fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
4737
5063
  font-size: 24px; }
4738
5064
 
5065
+ .fr-view span.fr-img-caption.fr-dii.fr-fil,
5066
+ .fr-view p img.fr-dii.fr-fil {
5067
+ margin-right: 15px; }
5068
+
4739
5069
  /**
4740
5070
  * Image style.
4741
5071
  */
@@ -4767,15 +5097,18 @@ img.fr-view {
4767
5097
  vertical-align: bottom;
4768
5098
  margin-left: 5px;
4769
5099
  margin-right: 5px;
4770
- max-width: calc(100% - (2 * 5px)); }
5100
+ max-width: calc(100% - (2 * 5px));
5101
+ min-width: 10px; }
4771
5102
  img.fr-view.fr-dii.fr-fil {
4772
5103
  float: left;
4773
5104
  margin: 5px 5px 5px 0;
4774
- max-width: calc(100% - 5px); }
5105
+ max-width: calc(100% - 5px);
5106
+ min-width: 5px; }
4775
5107
  img.fr-view.fr-dii.fr-fir {
4776
5108
  float: right;
4777
5109
  margin: 5px 0 5px 5px;
4778
- max-width: calc(100% - 5px); }
5110
+ max-width: calc(100% - 5px);
5111
+ min-width: 5px; }
4779
5112
 
4780
5113
  span.fr-img-caption.fr-view {
4781
5114
  position: relative;
@@ -4797,12 +5130,15 @@ span.fr-img-caption.fr-view {
4797
5130
  vertical-align: bottom;
4798
5131
  margin-left: 5px;
4799
5132
  margin-right: 5px;
4800
- max-width: calc(100% - (2 * 5px)); }
5133
+ max-width: calc(100% - (2 * 5px));
5134
+ min-width: 10px; }
4801
5135
  span.fr-img-caption.fr-view.fr-dii.fr-fil {
4802
5136
  float: left;
4803
5137
  margin: 5px 5px 5px 0;
4804
- max-width: calc(100% - 5px); }
5138
+ max-width: calc(100% - 5px);
5139
+ min-width: 5px; }
4805
5140
  span.fr-img-caption.fr-view.fr-dii.fr-fir {
4806
5141
  float: right;
4807
5142
  margin: 5px 0 5px 5px;
4808
- max-width: calc(100% - 5px); }
5143
+ max-width: calc(100% - 5px);
5144
+ min-width: 5px; }