Skip to content

Commit 498eb09

Browse files
author
Navneet Kumar
committed
Update to 2.9.5
1 parent 620ffed commit 498eb09

File tree

131 files changed

+334
-324
lines changed

Some content is hidden

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

131 files changed

+334
-324
lines changed

assets/css/froala_editor.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2019 Froala Labs
55
*/
@@ -216,6 +216,7 @@ iframe.fr-iframe {
216216
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
217217
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
218218
overflow: visible;
219+
z-index: auto;
219220
}
220221
.fr-box.fr-document .fr-wrapper .fr-element hr {
221222
margin-left: -2cm;
@@ -225,6 +226,9 @@ iframe.fr-iframe {
225226
outline: none;
226227
border: none;
227228
}
229+
.fr-box.fr-document .fr-wrapper .fr-element img {
230+
z-index: 1;
231+
}
228232
}
229233
.fr-tooltip {
230234
position: absolute;

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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2019 Froala Labs
55
*/
@@ -216,6 +216,7 @@ iframe.fr-iframe {
216216
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
217217
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
218218
overflow: visible;
219+
z-index: auto;
219220
}
220221
.fr-box.fr-document .fr-wrapper .fr-element hr {
221222
margin-left: -2cm;
@@ -225,6 +226,9 @@ iframe.fr-iframe {
225226
outline: none;
226227
border: none;
227228
}
229+
.fr-box.fr-document .fr-wrapper .fr-element img {
230+
z-index: 1;
231+
}
228232
}
229233
.fr-tooltip {
230234
position: absolute;
@@ -1964,7 +1968,6 @@ body.fr-fullscreen {
19641968
-webkit-box-sizing: content-box;
19651969
-moz-box-sizing: content-box;
19661970
box-sizing: content-box;
1967-
z-index: 2;
19681971
}
19691972
.fr-image-resizer.fr-active {
19701973
display: block;

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 v2.9.4 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2019 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/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 v2.9.4 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2019 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.

assets/css/plugins/code_view.css

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

assets/css/plugins/code_view.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)