Skip to content

Commit dc77268

Browse files
Update to v4.7.1
1 parent f0377a3 commit dc77268

File tree

159 files changed

+241
-220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+241
-220
lines changed

assets/css/froala_editor.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.7.1 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/
@@ -1503,6 +1503,12 @@ span.fr-sr-only {
15031503
.fr-view .fr-selection-handle-selected *::-moz-selection {
15041504
background: transparent; }
15051505

1506+
.fr-custom-selection-highlight {
1507+
background-color: rgba(181, 214, 253, 0.8);
1508+
/* light blue */
1509+
color: #000;
1510+
padding: 3px 0px; }
1511+
15061512
.fr-selection-drop-indicator {
15071513
position: absolute;
15081514
height: 0;

assets/css/froala_editor.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/froala_editor.pkgd.css

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.7.1 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/
@@ -1504,6 +1504,12 @@ span.fr-sr-only {
15041504
.fr-view .fr-selection-handle-selected *::-moz-selection {
15051505
background: transparent; }
15061506

1507+
.fr-custom-selection-highlight {
1508+
background-color: rgba(181, 214, 253, 0.8);
1509+
/* light blue */
1510+
color: #000;
1511+
padding: 3px 0px; }
1512+
15071513
.fr-selection-drop-indicator {
15081514
position: absolute;
15091515
height: 0;
@@ -3273,8 +3279,8 @@ body.fr-fullscreen .fs-transforms-container {
32733279
color: #a9a9a9;
32743280
border: 1px solid #d1d1d1;
32753281
cursor: not-allowed; }
3276-
.fr-find-replace-layer .fr-body .fr-input-line input#fr-findText::placeholder,
3277-
.fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText::placeholder {
3282+
.fr-find-replace-layer .fr-body .fr-input-line input.fr-findText::placeholder,
3283+
.fr-find-replace-layer .fr-body .fr-input-line input.fr-replaceText::placeholder {
32783284
color: #a9a9a9; }
32793285
.fr-find-replace-layer .fr-body .fr-input-line.fr-find-field {
32803286
width: 227px;
@@ -3296,7 +3302,7 @@ body.fr-fullscreen .fs-transforms-container {
32963302
.fr-find-replace-layer .fr-body .fr-close-btn:hover {
32973303
color: #CCCCCC; }
32983304
.fr-find-replace-layer .fr-body .fr-toggle-advanced-options {
3299-
display: flex;
3305+
display: inline-flex;
33003306
align-items: center;
33013307
justify-content: space-between;
33023308
padding: 10px 0px;
@@ -3305,7 +3311,7 @@ body.fr-fullscreen .fs-transforms-container {
33053311
cursor: pointer;
33063312
font-weight: bold;
33073313
transition: background-color 0.3s ease;
3308-
width: auto;
3314+
width: 100%;
33093315
background: none;
33103316
color: #333333; }
33113317
.fr-find-replace-layer .fr-body input {
@@ -3377,24 +3383,24 @@ body.fr-fullscreen .fs-transforms-container {
33773383
position: relative;
33783384
display: flex;
33793385
align-items: center; }
3380-
.fr-find-replace-layer .fr-body #fr-replaceText {
3386+
.fr-find-replace-layer .fr-body .fr-replaceText {
33813387
width: 77%; }
3382-
.fr-find-replace-layer .fr-body #fr-findText {
3388+
.fr-find-replace-layer .fr-body .fr-findText {
33833389
position: relative;
33843390
padding-right: 40px;
33853391
/* Create space for the count indicator */
33863392
font-size: 14px;
33873393
border: 1px solid #CCCCCC;
33883394
border-radius: 4px; }
3389-
.fr-find-replace-layer .fr-body #fr-findText:focus {
3395+
.fr-find-replace-layer .fr-body .fr-findText:focus {
33903396
border: 2px solid #0098f7; }
33913397
.fr-find-replace-layer .fr-body .fr-find-error {
33923398
color: #f70000;
33933399
font-size: 12px;
33943400
display: none;
33953401
max-width: 300px;
33963402
overflow-wrap: break-word; }
3397-
.fr-find-replace-layer .fr-body #fr-findText.error {
3403+
.fr-find-replace-layer .fr-body .fr-findText.error {
33983404
border-color: #f70000; }
33993405
.fr-find-replace-layer .fr-body .fr-count-indicator {
34003406
position: absolute;

assets/css/froala_editor.pkgd.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/froala_style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.7.1 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

assets/css/froala_style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/plugins.pkgd.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.7.1 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/
@@ -1724,8 +1724,8 @@ body.fr-fullscreen .fs-transforms-container {
17241724
color: #a9a9a9;
17251725
border: 1px solid #d1d1d1;
17261726
cursor: not-allowed; }
1727-
.fr-find-replace-layer .fr-body .fr-input-line input#fr-findText::placeholder,
1728-
.fr-find-replace-layer .fr-body .fr-input-line input#fr-replaceText::placeholder {
1727+
.fr-find-replace-layer .fr-body .fr-input-line input.fr-findText::placeholder,
1728+
.fr-find-replace-layer .fr-body .fr-input-line input.fr-replaceText::placeholder {
17291729
color: #a9a9a9; }
17301730
.fr-find-replace-layer .fr-body .fr-input-line.fr-find-field {
17311731
width: 227px;
@@ -1747,7 +1747,7 @@ body.fr-fullscreen .fs-transforms-container {
17471747
.fr-find-replace-layer .fr-body .fr-close-btn:hover {
17481748
color: #CCCCCC; }
17491749
.fr-find-replace-layer .fr-body .fr-toggle-advanced-options {
1750-
display: flex;
1750+
display: inline-flex;
17511751
align-items: center;
17521752
justify-content: space-between;
17531753
padding: 10px 0px;
@@ -1756,7 +1756,7 @@ body.fr-fullscreen .fs-transforms-container {
17561756
cursor: pointer;
17571757
font-weight: bold;
17581758
transition: background-color 0.3s ease;
1759-
width: auto;
1759+
width: 100%;
17601760
background: none;
17611761
color: #333333; }
17621762
.fr-find-replace-layer .fr-body input {
@@ -1828,24 +1828,24 @@ body.fr-fullscreen .fs-transforms-container {
18281828
position: relative;
18291829
display: flex;
18301830
align-items: center; }
1831-
.fr-find-replace-layer .fr-body #fr-replaceText {
1831+
.fr-find-replace-layer .fr-body .fr-replaceText {
18321832
width: 77%; }
1833-
.fr-find-replace-layer .fr-body #fr-findText {
1833+
.fr-find-replace-layer .fr-body .fr-findText {
18341834
position: relative;
18351835
padding-right: 40px;
18361836
/* Create space for the count indicator */
18371837
font-size: 14px;
18381838
border: 1px solid #CCCCCC;
18391839
border-radius: 4px; }
1840-
.fr-find-replace-layer .fr-body #fr-findText:focus {
1840+
.fr-find-replace-layer .fr-body .fr-findText:focus {
18411841
border: 2px solid #0098f7; }
18421842
.fr-find-replace-layer .fr-body .fr-find-error {
18431843
color: #f70000;
18441844
font-size: 12px;
18451845
display: none;
18461846
max-width: 300px;
18471847
overflow-wrap: break-word; }
1848-
.fr-find-replace-layer .fr-body #fr-findText.error {
1848+
.fr-find-replace-layer .fr-body .fr-findText.error {
18491849
border-color: #f70000; }
18501850
.fr-find-replace-layer .fr-body .fr-count-indicator {
18511851
position: absolute;

assets/css/plugins.pkgd.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/plugins/char_counter.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.7.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.7.1 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/

assets/css/plugins/char_counter.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)