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.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/Rakefile +11 -0
- data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +6 -3
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +24 -17
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +5 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +19 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/filestack.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/find_and_replace.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/markdown.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/track_changes.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/trim_video.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_counter.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/showdown.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +17 -6
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +381 -45
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +37 -14
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +21 -21
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/filestack.css +41 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/filestack.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/find_and_replace.css +228 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/find_and_replace.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/markdown.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/markdown.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +53 -10
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/trim_video.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/trim_video.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +331 -29
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +110 -26
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +110 -26
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +110 -26
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +2 -2
- data/lib/activeadmin/froala_editor/version.rb +2 -2
- metadata +11 -18
@@ -1,7 +1,7 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v4.
|
2
|
+
* froala_editor v4.5.2 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
-
* Copyright 2014-
|
4
|
+
* Copyright 2014-2025 Froala Labs
|
5
5
|
*/
|
6
6
|
|
7
7
|
.fr-clearfix::after {
|
@@ -781,7 +781,7 @@ textarea.fr-code {
|
|
781
781
|
.fr-files-upload-layer {
|
782
782
|
padding-top: 20px;
|
783
783
|
padding-bottom: 20px; } }
|
784
|
-
.half-circle {
|
784
|
+
.fr-half-circle {
|
785
785
|
width: 60px;
|
786
786
|
height: 25px;
|
787
787
|
background-color: white;
|
@@ -797,15 +797,15 @@ textarea.fr-code {
|
|
797
797
|
margin-left: -25px; }
|
798
798
|
|
799
799
|
/* headlines with lines */
|
800
|
-
.decorated {
|
800
|
+
.fr-decorated {
|
801
801
|
overflow: hidden;
|
802
802
|
text-align: center; }
|
803
803
|
|
804
|
-
.decorated > span {
|
804
|
+
.fr-decorated > span {
|
805
805
|
position: relative;
|
806
806
|
display: inline-block; }
|
807
807
|
|
808
|
-
.decorated > span:before, .decorated > span:after {
|
808
|
+
.fr-decorated > span:before, .fr-decorated > span:after {
|
809
809
|
content: '';
|
810
810
|
position: absolute;
|
811
811
|
top: 50%;
|
@@ -814,17 +814,17 @@ textarea.fr-code {
|
|
814
814
|
/* half of limiter*/
|
815
815
|
margin: 0 20px; }
|
816
816
|
|
817
|
-
.decorated > span:before {
|
817
|
+
.fr-decorated > span:before {
|
818
818
|
right: 100%; }
|
819
819
|
|
820
|
-
.decorated > span:after {
|
820
|
+
.fr-decorated > span:after {
|
821
821
|
left: 100%; }
|
822
822
|
|
823
823
|
.fr-align-right {
|
824
824
|
float: right; }
|
825
825
|
|
826
826
|
/* The checkbox-container */
|
827
|
-
.checkbox-container {
|
827
|
+
.fr-checkbox-container {
|
828
828
|
display: inline-block;
|
829
829
|
position: relative;
|
830
830
|
padding-left: 20px;
|
@@ -865,7 +865,7 @@ button[data-cmd="insertAll"] {
|
|
865
865
|
top: 3.2px !important; }
|
866
866
|
|
867
867
|
/* Hide the browser's default checkbox */
|
868
|
-
.checkbox-container input {
|
868
|
+
.fr-checkbox-container input {
|
869
869
|
position: absolute;
|
870
870
|
opacity: 0;
|
871
871
|
cursor: pointer;
|
@@ -873,7 +873,7 @@ button[data-cmd="insertAll"] {
|
|
873
873
|
width: 0; }
|
874
874
|
|
875
875
|
/* Create a custom checkbox */
|
876
|
-
.checkmark {
|
876
|
+
.fr-checkmark {
|
877
877
|
position: absolute;
|
878
878
|
top: 0;
|
879
879
|
left: 0;
|
@@ -1060,10 +1060,10 @@ button[data-cmd="insertAll"] {
|
|
1060
1060
|
right: 10%;
|
1061
1061
|
z-index: 2147483642; }
|
1062
1062
|
|
1063
|
-
.file-item-thumbnail-hover {
|
1063
|
+
.fr-file-item-thumbnail-hover {
|
1064
1064
|
transition: transform .2s; }
|
1065
1065
|
|
1066
|
-
.file-item-thumbnail-hover:hover {
|
1066
|
+
.fr-file-item-thumbnail-hover:hover {
|
1067
1067
|
-ms-transform: scale(1.3);
|
1068
1068
|
-webkit-transform: scale(1.3);
|
1069
1069
|
transform: scale(1.3); }
|
@@ -1277,25 +1277,25 @@ button[data-cmd="insertAll"] {
|
|
1277
1277
|
cursor: default !important; }
|
1278
1278
|
|
1279
1279
|
/* On mouse-over, add a grey background color */
|
1280
|
-
.checkbox-container:hover input ~ .checkmark {
|
1280
|
+
.fr-checkbox-container:hover input ~ .fr-checkmark {
|
1281
1281
|
background-color: #ccc; }
|
1282
1282
|
|
1283
1283
|
/* When the checkbox is checked, add a blue background */
|
1284
|
-
.checkbox-container input:checked ~ .checkmark {
|
1284
|
+
.fr-checkbox-container input:checked ~ .fr-checkmark {
|
1285
1285
|
background-color: #2196F3; }
|
1286
1286
|
|
1287
1287
|
/* Create the checkmark/indicator (hidden when not checked) */
|
1288
|
-
.checkmark:after {
|
1288
|
+
.fr-checkmark:after {
|
1289
1289
|
content: "";
|
1290
1290
|
position: absolute;
|
1291
1291
|
display: none; }
|
1292
1292
|
|
1293
1293
|
/* Show the checkmark when checked */
|
1294
|
-
.checkbox-container input:checked ~ .checkmark:after {
|
1294
|
+
.fr-checkbox-container input:checked ~ .fr-checkmark:after {
|
1295
1295
|
display: block; }
|
1296
1296
|
|
1297
1297
|
/* Style the checkmark/indicator */
|
1298
|
-
.
|
1298
|
+
.fr-container .fr-checkmark:after {
|
1299
1299
|
left: 5px;
|
1300
1300
|
top: 2px;
|
1301
1301
|
width: 3px;
|
@@ -1306,11 +1306,11 @@ button[data-cmd="insertAll"] {
|
|
1306
1306
|
-ms-transform: rotate(45deg);
|
1307
1307
|
transform: rotate(45deg); }
|
1308
1308
|
|
1309
|
-
.file-item-details .file-name {
|
1309
|
+
.fr-file-item-details .file-name {
|
1310
1310
|
font-weight: bold;
|
1311
1311
|
display: inline; }
|
1312
1312
|
|
1313
|
-
.file-item-details .file-description {
|
1313
|
+
.fr-file-item-details .file-description {
|
1314
1314
|
font-weight: 300;
|
1315
1315
|
font-size: 11px;
|
1316
1316
|
display: inline; }
|
@@ -1652,9 +1652,268 @@ button[data-cmd="insertAll"] {
|
|
1652
1652
|
.fr-hovered-over-file {
|
1653
1653
|
background-color: #F0F0F0; }
|
1654
1654
|
|
1655
|
-
.thumbnail-padding {
|
1655
|
+
.fr-thumbnail-padding {
|
1656
1656
|
padding-right: 4px; }
|
1657
1657
|
|
1658
|
+
.fr-popup .fr-command.fr-btn[data-cmd="filestackIcon"] svg path,
|
1659
|
+
.fr-popup .fr-command.fr-btn[data-cmd="openFilePickerVideo"] svg path,
|
1660
|
+
.fr-popup .fr-command.fr-btn[data-cmd="openFilePickerImage"] svg path,
|
1661
|
+
.fr-toolbar .fr-command.fr-btn[data-cmd="openFilePicker"] svg path,
|
1662
|
+
.fr-toolbar .fr-command.fr-btn[data-cmd="openFilePickerImage"] svg path,
|
1663
|
+
.fr-popup .fr-tabs .fr-command.fr-btn[data-cmd="openFilePicker"] svg path,
|
1664
|
+
.fr-popup .fr-tabs .fr-command.fr-btn[data-cmd="openFilePickerImage"] svg path,
|
1665
|
+
.fr-popup .fr-tabs .fr-command.fr-btn[data-cmd="openFilePickerVideo"] svg path,
|
1666
|
+
.fr-command.fr-btn[data-cmd="openFilePickerReplaceImageOnly"] svg path,
|
1667
|
+
.fr-command.fr-btn[data-cmd="openFilePickerReplaceVideoOnly"] svg path,
|
1668
|
+
.fr-toolbar .fr-command.fr-btn[data-cmd="openFilePickerVideo"] svg path,
|
1669
|
+
.fr-toolbar .fr-command.fr-btn[data-cmd="openFilePickerImageOnly"] svg path:last-child,
|
1670
|
+
.fr-toolbar .fr-command.fr-btn[data-cmd="openFilePickerVideoOnly"] svg path:last-child,
|
1671
|
+
.fr-popup .fr-command.fr-btn[data-cmd="openFilePickerImage"] svg path,
|
1672
|
+
.fr-popup .fr-command.fr-btn[data-cmd="openFilePickerVideo"] svg path,
|
1673
|
+
.fr-popup .fr-command.fr-btn[data-cmd="filestackIcon"] svg path,
|
1674
|
+
.fr-popup .fr-command.fr-btn[data-cmd="openFilePickerFile"] svg path {
|
1675
|
+
fill: #ef4a25; }
|
1676
|
+
|
1677
|
+
.fr-command.fr-filestack-active.fr-btn.fr-filestack-active svg path {
|
1678
|
+
fill: #0098F7; }
|
1679
|
+
|
1680
|
+
.fsp-picker-appear-active {
|
1681
|
+
position: absolute;
|
1682
|
+
top: 50%;
|
1683
|
+
left: 50%;
|
1684
|
+
transform: translate(-50%, -50%);
|
1685
|
+
z-index: 9; }
|
1686
|
+
|
1687
|
+
body.fr-fullscreen .fs-transforms-container {
|
1688
|
+
position: absolute;
|
1689
|
+
z-index: 2247483660; }
|
1690
|
+
|
1691
|
+
.fsp-notifications__container {
|
1692
|
+
position: fixed !important; }
|
1693
|
+
|
1694
|
+
.fr-clearfix::after {
|
1695
|
+
clear: both;
|
1696
|
+
display: block;
|
1697
|
+
content: "";
|
1698
|
+
height: 0; }
|
1699
|
+
|
1700
|
+
.fr-hide-by-clipping {
|
1701
|
+
position: absolute;
|
1702
|
+
width: 1px;
|
1703
|
+
height: 1px;
|
1704
|
+
padding: 0;
|
1705
|
+
margin: -1px;
|
1706
|
+
overflow: hidden;
|
1707
|
+
clip: rect(0, 0, 0, 0);
|
1708
|
+
border: 0; }
|
1709
|
+
|
1710
|
+
.fr-find-replace-layer .fr-header, .fr-find-replace-layer .fr-body {
|
1711
|
+
margin: 15px; }
|
1712
|
+
.fr-find-replace-layer .fr-drag-handle {
|
1713
|
+
cursor: move; }
|
1714
|
+
.fr-find-replace-layer h3 {
|
1715
|
+
margin: 0;
|
1716
|
+
font-size: 16px;
|
1717
|
+
text-align: left;
|
1718
|
+
font-weight: bold; }
|
1719
|
+
.fr-find-replace-layer .fr-body .fr-input-line input.fr-disabled {
|
1720
|
+
background-color: #f5f5f5;
|
1721
|
+
color: #a9a9a9;
|
1722
|
+
border: 1px solid #d1d1d1;
|
1723
|
+
cursor: not-allowed; }
|
1724
|
+
.fr-find-replace-layer .fr-body .fr-input-line input#fr-findText::placeholder,
|
1725
|
+
.fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText::placeholder {
|
1726
|
+
color: #a9a9a9; }
|
1727
|
+
.fr-find-replace-layer .fr-body .fr-label-disabled {
|
1728
|
+
background-color: #f5f5f5; }
|
1729
|
+
.fr-find-replace-layer .fr-body .fr-close-btn {
|
1730
|
+
position: absolute;
|
1731
|
+
top: 2px;
|
1732
|
+
right: 10px;
|
1733
|
+
font-size: 25px;
|
1734
|
+
background: none;
|
1735
|
+
border: none;
|
1736
|
+
cursor: pointer;
|
1737
|
+
color: #333; }
|
1738
|
+
.fr-find-replace-layer .fr-body .fr-close-btn:hover {
|
1739
|
+
color: grey; }
|
1740
|
+
.fr-find-replace-layer .fr-body .fr-toggle-advanced-options {
|
1741
|
+
display: flex;
|
1742
|
+
align-items: center;
|
1743
|
+
justify-content: space-between;
|
1744
|
+
padding: 10px 0px;
|
1745
|
+
background-color: #f5f5f5;
|
1746
|
+
border-radius: 4px;
|
1747
|
+
cursor: pointer;
|
1748
|
+
font-weight: bold;
|
1749
|
+
transition: background-color 0.3s ease;
|
1750
|
+
width: auto;
|
1751
|
+
background: none;
|
1752
|
+
color: #353333; }
|
1753
|
+
.fr-find-replace-layer .fr-body .fr-separator {
|
1754
|
+
margin: 10px 0;
|
1755
|
+
border-top: 1px solid #e0e0e0; }
|
1756
|
+
.fr-find-replace-layer .fr-body input {
|
1757
|
+
width: 70%;
|
1758
|
+
padding: 8px;
|
1759
|
+
margin-bottom: 10px;
|
1760
|
+
font-size: 14px;
|
1761
|
+
border: 1px solid #CCCCCC;
|
1762
|
+
border-radius: 4px; }
|
1763
|
+
.fr-find-replace-layer .fr-body .fr-input-container {
|
1764
|
+
position: relative;
|
1765
|
+
display: flex;
|
1766
|
+
align-items: center;
|
1767
|
+
width: 100%;
|
1768
|
+
/* Ensures proper layout for container */ }
|
1769
|
+
.fr-find-replace-layer .fr-body .fr-arrow-buttons {
|
1770
|
+
display: flex;
|
1771
|
+
flex-direction: row;
|
1772
|
+
gap: 5px;
|
1773
|
+
margin-left: 10px;
|
1774
|
+
/* Add margin to separate from input field */
|
1775
|
+
margin-top: 3px;
|
1776
|
+
/* Align with input field */ }
|
1777
|
+
.fr-find-replace-layer .fr-body .fr-arrow-buttons button {
|
1778
|
+
border: none;
|
1779
|
+
background: none;
|
1780
|
+
cursor: pointer;
|
1781
|
+
padding: 2px 4px;
|
1782
|
+
margin-bottom: 12px;
|
1783
|
+
font-size: 12px; }
|
1784
|
+
.fr-find-replace-layer .fr-body .fr-arrow-buttons .fr-disabled {
|
1785
|
+
pointer-events: none;
|
1786
|
+
cursor: not-allowed;
|
1787
|
+
color: #a9a9a9; }
|
1788
|
+
.fr-find-replace-layer .fr-body .fr-advanced-options {
|
1789
|
+
margin-top: 10px;
|
1790
|
+
font-size: 14px;
|
1791
|
+
cursor: pointer;
|
1792
|
+
color: #007bff;
|
1793
|
+
text-decoration: underline; }
|
1794
|
+
.fr-find-replace-layer .fr-body .fr-button-group {
|
1795
|
+
display: flex;
|
1796
|
+
gap: 10px;
|
1797
|
+
justify-content: flex-end;
|
1798
|
+
margin-top: 10px; }
|
1799
|
+
.fr-find-replace-layer .fr-body .fr-button-group button.fr-find-btn {
|
1800
|
+
background-color: #FFF;
|
1801
|
+
color: #0098f7;
|
1802
|
+
margin-top: 10px;
|
1803
|
+
border: 1px solid #0098f7; }
|
1804
|
+
.fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-btn {
|
1805
|
+
background-color: #FFF;
|
1806
|
+
color: #0098f7;
|
1807
|
+
font-size: 14px;
|
1808
|
+
margin-top: 10px; }
|
1809
|
+
.fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-btn.fr-disabled {
|
1810
|
+
pointer-events: none;
|
1811
|
+
cursor: not-allowed;
|
1812
|
+
color: #a9a9a9; }
|
1813
|
+
.fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-all-btn {
|
1814
|
+
background-color: #FFF;
|
1815
|
+
color: #0098f7;
|
1816
|
+
font-size: 14px;
|
1817
|
+
margin-top: 10px; }
|
1818
|
+
.fr-find-replace-layer .fr-body .fr-button-group button.fr-replace-all-btn.fr-disabled {
|
1819
|
+
pointer-events: none;
|
1820
|
+
cursor: not-allowed;
|
1821
|
+
color: #a9a9a9; }
|
1822
|
+
.fr-find-replace-layer .fr-body button {
|
1823
|
+
padding: 8px 12px;
|
1824
|
+
font-size: 14px;
|
1825
|
+
border: none;
|
1826
|
+
border-radius: 4px;
|
1827
|
+
cursor: pointer; }
|
1828
|
+
.fr-find-replace-layer .fr-body .fr-input-container {
|
1829
|
+
position: relative;
|
1830
|
+
display: flex;
|
1831
|
+
align-items: center; }
|
1832
|
+
.fr-find-replace-layer .fr-body #fr-replaceText {
|
1833
|
+
width: 77%; }
|
1834
|
+
.fr-find-replace-layer .fr-body #fr-findText {
|
1835
|
+
position: relative;
|
1836
|
+
padding-right: 40px;
|
1837
|
+
/* Create space for the count indicator */
|
1838
|
+
font-size: 14px;
|
1839
|
+
border: 1px solid #CCCCCC;
|
1840
|
+
border-radius: 4px; }
|
1841
|
+
.fr-find-replace-layer .fr-body #fr-findText:focus {
|
1842
|
+
border: 2px solid #0098f7; }
|
1843
|
+
.fr-find-replace-layer .fr-body .fr-find-error {
|
1844
|
+
color: #f70000;
|
1845
|
+
font-size: 12px;
|
1846
|
+
padding-bottom: 5px;
|
1847
|
+
display: none; }
|
1848
|
+
.fr-find-replace-layer .fr-body #fr-findText.error {
|
1849
|
+
border-color: #f70000; }
|
1850
|
+
.fr-find-replace-layer .fr-body .fr-count-indicator {
|
1851
|
+
position: absolute;
|
1852
|
+
right: 80px;
|
1853
|
+
top: 49%;
|
1854
|
+
/* Center vertically */
|
1855
|
+
transform: translateY(-50%);
|
1856
|
+
color: gray;
|
1857
|
+
font-size: 12px;
|
1858
|
+
pointer-events: none;
|
1859
|
+
visibility: hidden;
|
1860
|
+
/* Hidden by default */
|
1861
|
+
z-index: 10; }
|
1862
|
+
.fr-find-replace-layer .fr-body .fr-toggle-advanced-options .arrow {
|
1863
|
+
font-size: 15px;
|
1864
|
+
transition: transform 0.3s ease;
|
1865
|
+
margin-right: 10px;
|
1866
|
+
font-size: 14px;
|
1867
|
+
margin-right: 4px;
|
1868
|
+
margin-top: 2px;
|
1869
|
+
font-weight: 100; }
|
1870
|
+
.fr-find-replace-layer .fr-body .fr-advanced-options-panel {
|
1871
|
+
border-radius: 4px; }
|
1872
|
+
.fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group {
|
1873
|
+
display: flex;
|
1874
|
+
margin-top: 10px; }
|
1875
|
+
.fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group .fr-checkbox-item {
|
1876
|
+
position: relative;
|
1877
|
+
display: inline-block;
|
1878
|
+
height: 20px; }
|
1879
|
+
.fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group .fr-checkbox-item input[type="checkbox"] {
|
1880
|
+
margin-left: 0;
|
1881
|
+
margin-right: 0;
|
1882
|
+
margin-top: 0;
|
1883
|
+
position: inherit;
|
1884
|
+
left: -5px; }
|
1885
|
+
.fr-find-replace-layer .fr-body .fr-advanced-options-panel .fr-checkbox-group .fr-checkbox-label {
|
1886
|
+
font-size: 14px;
|
1887
|
+
display: flex;
|
1888
|
+
flex-direction: column;
|
1889
|
+
gap: 10px;
|
1890
|
+
left: -10px;
|
1891
|
+
position: relative; }
|
1892
|
+
.fr-find-replace-layer .fr-body .fr-toggle-btn {
|
1893
|
+
width: 40px;
|
1894
|
+
height: 20px;
|
1895
|
+
background-color: #CCCCCC;
|
1896
|
+
border-radius: 10px;
|
1897
|
+
position: relative;
|
1898
|
+
cursor: pointer;
|
1899
|
+
margin-right: 10px;
|
1900
|
+
display: inline-block;
|
1901
|
+
vertical-align: middle; }
|
1902
|
+
.fr-find-replace-layer .fr-body .fr-arrow {
|
1903
|
+
margin-right: 5px;
|
1904
|
+
font-size: 12px;
|
1905
|
+
margin-top: 1px;
|
1906
|
+
position: absolute;
|
1907
|
+
right: 15px; }
|
1908
|
+
.fr-find-replace-layer .fr-body .fr-btn-active-popup {
|
1909
|
+
background: #d6d6d6; }
|
1910
|
+
|
1911
|
+
.fr-find-replace-highlight {
|
1912
|
+
background-color: #ffff00; }
|
1913
|
+
|
1914
|
+
.fr-find-replace-current-highlight {
|
1915
|
+
background-color: #ffa500; }
|
1916
|
+
|
1658
1917
|
.fr-clearfix::after {
|
1659
1918
|
clear: both;
|
1660
1919
|
display: block;
|
@@ -2497,14 +2756,17 @@ div.fr-modal-body {
|
|
2497
2756
|
border: 0; }
|
2498
2757
|
|
2499
2758
|
.fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
|
2500
|
-
border: 1px double #0098f7;
|
2501
|
-
|
2502
|
-
|
2503
|
-
|
2504
|
-
|
2505
|
-
|
2506
|
-
|
2507
|
-
|
2759
|
+
border: 1px double #0098f7;
|
2760
|
+
position: relative; }
|
2761
|
+
.fr-element table td.fr-selected-cell:after, .fr-element table th.fr-selected-cell:after {
|
2762
|
+
content: "";
|
2763
|
+
position: absolute;
|
2764
|
+
top: 0;
|
2765
|
+
left: 0;
|
2766
|
+
width: 100%;
|
2767
|
+
height: 100%;
|
2768
|
+
background-color: rgba(0, 100, 255, 0.15);
|
2769
|
+
pointer-events: none; }
|
2508
2770
|
.fr-element table td, .fr-element table th {
|
2509
2771
|
user-select: text;
|
2510
2772
|
-o-user-select: text;
|
@@ -2542,6 +2804,46 @@ div.fr-modal-body {
|
|
2542
2804
|
-webkit-user-select: none;
|
2543
2805
|
-ms-user-select: none; }
|
2544
2806
|
|
2807
|
+
.fr-table-selector {
|
2808
|
+
display: block;
|
2809
|
+
position: absolute;
|
2810
|
+
z-index: 9999;
|
2811
|
+
width: 16px;
|
2812
|
+
height: 16px;
|
2813
|
+
padding: 3px;
|
2814
|
+
border: transparent 2px solid;
|
2815
|
+
border-radius: 4px 4px 0 0; }
|
2816
|
+
.fr-table-selector a {
|
2817
|
+
width: 16px;
|
2818
|
+
height: 16px;
|
2819
|
+
display: block; }
|
2820
|
+
.fr-table-selector a > svg {
|
2821
|
+
width: 16px;
|
2822
|
+
height: 16px; }
|
2823
|
+
|
2824
|
+
.fr-table-selector-active {
|
2825
|
+
opacity: 1;
|
2826
|
+
visibility: visible;
|
2827
|
+
border: #fdcf00 2px solid; }
|
2828
|
+
.fr-table-selector-active a > svg {
|
2829
|
+
color: #fdcf00; }
|
2830
|
+
|
2831
|
+
.fr-table-selector-active-selected {
|
2832
|
+
border: #0d65ff 2px solid; }
|
2833
|
+
.fr-table-selector-active-selected a > svg {
|
2834
|
+
color: #0d65ff; }
|
2835
|
+
|
2836
|
+
.fr-table-selector-inactive {
|
2837
|
+
opacity: 0;
|
2838
|
+
visibility: hidden; }
|
2839
|
+
|
2840
|
+
.fr-view .fr-table-selection-hover {
|
2841
|
+
outline: #fdcf00 2px solid; }
|
2842
|
+
|
2843
|
+
.fr-view .fr-table-selected {
|
2844
|
+
outline: #0d65ff 2px solid;
|
2845
|
+
caret-color: transparent; }
|
2846
|
+
|
2545
2847
|
.fr-popup .fr-table-size {
|
2546
2848
|
margin: 20px; }
|
2547
2849
|
.fr-popup .fr-table-size .fr-table-size-info {
|