Skip to content

Commit

Permalink
Update to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kapil2704 committed Aug 5, 2020
1 parent c9e95f1 commit 4224ebc
Show file tree
Hide file tree
Showing 136 changed files with 192 additions and 166 deletions.
2 changes: 1 addition & 1 deletion webroot/css/froala_editor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v3.2.0 (https://www.froala.com/wysiwyg-editor)
* froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2020 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/froala_editor.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions webroot/css/froala_editor.pkgd.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v3.2.0 (https://www.froala.com/wysiwyg-editor)
* froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2020 Froala Labs
*/
Expand Down Expand Up @@ -4010,23 +4010,28 @@ div.fr-modal-body {
clip: rect(0, 0, 0, 0);
border: 0; }

img.fr-rounded, .fr-img-caption.fr-rounded img {
.fr-view img.fr-rounded, .fr-view .fr-img-caption.fr-rounded img {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }

img.fr-bordered, .fr-img-caption.fr-bordered img {
.fr-view img.fr-shadow, .fr-view .fr-img-caption.fr-shadow img {
-webkit-box-shadow: 10px 10px 5px 0px #cccccc;
-moz-box-shadow: 10px 10px 5px 0px #cccccc;
box-shadow: 10px 10px 5px 0px #cccccc; }

.fr-view img.fr-bordered, .fr-view .fr-img-caption.fr-bordered img {
border: solid 5px #CCC; }

img.fr-bordered {
.fr-view img.fr-bordered {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }

.fr-img-caption.fr-bordered img {
.fr-view .fr-img-caption.fr-bordered img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
Expand Down Expand Up @@ -4242,6 +4247,8 @@ img.fr-bordered {
margin: auto;
text-align: center;
width: 100%; }
.fr-view .fr-img-caption .fr-img-wrap a {
display: block; }
.fr-view .fr-img-caption .fr-img-wrap img {
display: block;
margin: auto;
Expand Down
4 changes: 2 additions & 2 deletions webroot/css/froala_editor.pkgd.min.css

Large diffs are not rendered by default.

17 changes: 12 additions & 5 deletions webroot/css/froala_style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v3.2.0 (https://www.froala.com/wysiwyg-editor)
* froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2020 Froala Labs
*/
Expand All @@ -20,23 +20,28 @@
clip: rect(0, 0, 0, 0);
border: 0; }

img.fr-rounded, .fr-img-caption.fr-rounded img {
.fr-view img.fr-rounded, .fr-view .fr-img-caption.fr-rounded img {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }

img.fr-bordered, .fr-img-caption.fr-bordered img {
.fr-view img.fr-shadow, .fr-view .fr-img-caption.fr-shadow img {
-webkit-box-shadow: 10px 10px 5px 0px #cccccc;
-moz-box-shadow: 10px 10px 5px 0px #cccccc;
box-shadow: 10px 10px 5px 0px #cccccc; }

.fr-view img.fr-bordered, .fr-view .fr-img-caption.fr-bordered img {
border: solid 5px #CCC; }

img.fr-bordered {
.fr-view img.fr-bordered {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }

.fr-img-caption.fr-bordered img {
.fr-view .fr-img-caption.fr-bordered img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
Expand Down Expand Up @@ -252,6 +257,8 @@ img.fr-bordered {
margin: auto;
text-align: center;
width: 100%; }
.fr-view .fr-img-caption .fr-img-wrap a {
display: block; }
.fr-view .fr-img-caption .fr-img-wrap img {
display: block;
margin: auto;
Expand Down
4 changes: 2 additions & 2 deletions webroot/css/froala_style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins.pkgd.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v3.2.0 (https://www.froala.com/wysiwyg-editor)
* froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2020 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins.pkgd.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webroot/css/plugins/char_counter.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v3.2.0 (https://www.froala.com/wysiwyg-editor)
* froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2020 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/plugins/char_counter.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4224ebc

Please sign in to comment.