Skip to content

Commit a320f9d

Browse files
committed
Update to version 2.7.2.
1 parent 3e6b28c commit a320f9d

File tree

121 files changed

+445
-181
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

+445
-181
lines changed

assets/css/froala_editor.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.7.2 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2017 Froala Labs
55
*/
@@ -703,6 +703,12 @@ body.prevent-scroll.fr-mobile {
703703
-moz-transition: background 0.2s ease 0s;
704704
-ms-transition: background 0.2s ease 0s;
705705
-o-transition: background 0.2s ease 0s;
706+
border-radius: 2px;
707+
-moz-border-radius: 2px;
708+
-webkit-border-radius: 2px;
709+
-moz-background-clip: padding;
710+
-webkit-background-clip: padding-box;
711+
background-clip: padding-box;
706712
}
707713
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
708714
margin-left: 24px;
@@ -925,6 +931,12 @@ body.prevent-scroll.fr-mobile {
925931
-moz-transition: background 0.2s ease 0s;
926932
-ms-transition: background 0.2s ease 0s;
927933
-o-transition: background 0.2s ease 0s;
934+
border-radius: 2px;
935+
-moz-border-radius: 2px;
936+
-webkit-border-radius: 2px;
937+
-moz-background-clip: padding;
938+
-webkit-background-clip: padding-box;
939+
background-clip: padding-box;
928940
}
929941
.fr-popup .fr-action-buttons button.fr-command + button {
930942
margin-left: 24px;

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: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v2.7.2 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2017 Froala Labs
55
*/
@@ -703,6 +703,12 @@ body.prevent-scroll.fr-mobile {
703703
-moz-transition: background 0.2s ease 0s;
704704
-ms-transition: background 0.2s ease 0s;
705705
-o-transition: background 0.2s ease 0s;
706+
border-radius: 2px;
707+
-moz-border-radius: 2px;
708+
-webkit-border-radius: 2px;
709+
-moz-background-clip: padding;
710+
-webkit-background-clip: padding-box;
711+
background-clip: padding-box;
706712
}
707713
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
708714
margin-left: 24px;
@@ -925,6 +931,12 @@ body.prevent-scroll.fr-mobile {
925931
-moz-transition: background 0.2s ease 0s;
926932
-ms-transition: background 0.2s ease 0s;
927933
-o-transition: background 0.2s ease 0s;
934+
border-radius: 2px;
935+
-moz-border-radius: 2px;
936+
-webkit-border-radius: 2px;
937+
-moz-background-clip: padding;
938+
-webkit-background-clip: padding-box;
939+
background-clip: padding-box;
928940
}
929941
.fr-popup .fr-action-buttons button.fr-command + button {
930942
margin-left: 24px;
@@ -1494,9 +1506,9 @@ textarea.fr-code {
14941506
.fr-popup .fr-color-hex-layer .fr-action-buttons button {
14951507
background-color: #1e88e5;
14961508
color: #FFF;
1497-
border-radius: 4px;
1498-
-moz-border-radius: 4px;
1499-
-webkit-border-radius: 4px;
1509+
border-radius: 2px;
1510+
-moz-border-radius: 2px;
1511+
-webkit-border-radius: 2px;
15001512
-moz-background-clip: padding;
15011513
-webkit-background-clip: padding-box;
15021514
background-clip: padding-box;
@@ -2580,9 +2592,9 @@ div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
25802592
.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button {
25812593
background-color: #1e88e5;
25822594
color: #FFF;
2583-
border-radius: 4px;
2584-
-moz-border-radius: 4px;
2585-
-webkit-border-radius: 4px;
2595+
border-radius: 2px;
2596+
-moz-border-radius: 2px;
2597+
-webkit-border-radius: 2px;
25862598
-moz-background-clip: padding;
25872599
-webkit-background-clip: padding-box;
25882600
background-clip: padding-box;

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