Skip to content

Commit 3b2806a

Browse files
committed
Update to 2.7.6.
1 parent 48fe4e3 commit 3b2806a

File tree

121 files changed

+259
-267
lines changed

Some content is hidden

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

121 files changed

+259
-267
lines changed

assets/css/froala_editor.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v2.7.5 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.7.6 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2018 Froala Labs
55
*/
@@ -60,12 +60,6 @@
6060
}
6161
.fr-element [contenteditable="true"] {
6262
outline: 0px solid transparent;
63-
user-select: text;
64-
-o-user-select: text;
65-
-moz-user-select: text;
66-
-khtml-user-select: text;
67-
-webkit-user-select: text;
68-
-ms-user-select: text;
6963
}
7064
.fr-box a.fr-floating-btn {
7165
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);

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: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v2.7.5 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.7.6 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2018 Froala Labs
55
*/
@@ -60,12 +60,6 @@
6060
}
6161
.fr-element [contenteditable="true"] {
6262
outline: 0px solid transparent;
63-
user-select: text;
64-
-o-user-select: text;
65-
-moz-user-select: text;
66-
-khtml-user-select: text;
67-
-webkit-user-select: text;
68-
-ms-user-select: text;
6963
}
7064
.fr-box a.fr-floating-btn {
7165
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
@@ -2130,6 +2124,7 @@ body.fr-fullscreen {
21302124
-moz-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
21312125
-ms-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
21322126
-o-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
2127+
padding: 12px;
21332128
}
21342129
.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
21352130
opacity: 0;

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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v2.7.5 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.7.6 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2018 Froala Labs
55
*/
@@ -284,10 +284,12 @@ img.fr-shadow,
284284
display: inline-block;
285285
margin: auto;
286286
text-align: center;
287+
width: 100%;
287288
}
288289
.fr-view .fr-img-caption .fr-img-wrap img {
289290
display: block;
290291
margin: auto;
292+
width: 100%;
291293
}
292294
.fr-view .fr-img-caption .fr-img-wrap > span {
293295
margin: auto;

assets/css/froala_style.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 v2.7.5 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.7.6 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2018 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.7.5 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.7.6 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2018 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)