Skip to content

Commit 6095102

Browse files
Update to v4.5.1
1 parent 2e327ab commit 6095102

File tree

149 files changed

+205
-166
lines changed

Some content is hidden

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

149 files changed

+205
-166
lines changed

assets/css/froala_editor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.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_editor.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/froala_editor.pkgd.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.1 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/
@@ -3970,7 +3970,17 @@ div.fr-modal-body {
39703970
border: 0; }
39713971

39723972
.fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
3973-
border: 1px double #0098f7; }
3973+
border: 1px double #0098f7;
3974+
position: relative; }
3975+
.fr-element table td.fr-selected-cell:after, .fr-element table th.fr-selected-cell:after {
3976+
content: "";
3977+
position: absolute;
3978+
top: 0;
3979+
left: 0;
3980+
width: 100%;
3981+
height: 100%;
3982+
background-color: rgba(0, 100, 255, 0.15);
3983+
pointer-events: none; }
39743984
.fr-element table td, .fr-element table th {
39753985
user-select: text;
39763986
-o-user-select: text;

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.5.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.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: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.5.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.1 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2025 Froala Labs
55
*/
@@ -2533,7 +2533,17 @@ div.fr-modal-body {
25332533
border: 0; }
25342534

25352535
.fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
2536-
border: 1px double #0098f7; }
2536+
border: 1px double #0098f7;
2537+
position: relative; }
2538+
.fr-element table td.fr-selected-cell:after, .fr-element table th.fr-selected-cell:after {
2539+
content: "";
2540+
position: absolute;
2541+
top: 0;
2542+
left: 0;
2543+
width: 100%;
2544+
height: 100%;
2545+
background-color: rgba(0, 100, 255, 0.15);
2546+
pointer-events: none; }
25372547
.fr-element table td, .fr-element table th {
25382548
user-select: text;
25392549
-o-user-select: text;

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.5.0 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.5.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)