Skip to content

Commit 4eafa18

Browse files
Update to v4.0.8
1 parent 8b9d4b5 commit 4eafa18

File tree

145 files changed

+191
-179
lines changed

Some content is hidden

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

145 files changed

+191
-179
lines changed

froala_editor/static/froala_editor/css/froala_editor.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.0.7 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.0.8 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2021 Froala Labs
55
*/
@@ -818,7 +818,7 @@ ol.decimal_type > li:before {
818818
.fr-popup .fr-input-line {
819819
position: relative;
820820
padding: 15px 0; }
821-
.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line textarea {
821+
.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line input[type="number"], .fr-popup .fr-input-line textarea {
822822
width: 100%;
823823
margin-bottom: 1px;
824824
border-radius: 2px;
@@ -841,12 +841,12 @@ ol.decimal_type > li:before {
841841
-moz-transition: border 0.5s, padding 0.5s;
842842
-ms-transition: border 0.5s, padding 0.5s;
843843
-o-transition: border 0.5s, padding 0.5s; }
844-
.fr-popup .fr-input-line input[type="text"]:hover, .fr-popup .fr-input-line textarea:hover {
844+
.fr-popup .fr-input-line input[type="text"]:hover, .fr-popup .fr-input-line input[type="number"]:hover, .fr-popup .fr-input-line textarea:hover {
845845
border: solid 1px #515151; }
846-
.fr-popup .fr-input-line input[type="text"]:focus, .fr-popup .fr-input-line textarea:focus {
846+
.fr-popup .fr-input-line input[type="text"]:focus, .fr-popup .fr-input-line input[type="number"]:focus, .fr-popup .fr-input-line textarea:focus {
847847
border: solid 2px #0098f7;
848848
padding: 3px 11px; }
849-
.fr-popup .fr-input-line input[type="text"] {
849+
.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line input[type="number"] {
850850
height: 46px; }
851851
.fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
852852
position: absolute;

froala_editor/static/froala_editor/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.

froala_editor/static/froala_editor/css/froala_editor.pkgd.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.0.7 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.0.8 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2021 Froala Labs
55
*/
@@ -818,7 +818,7 @@ ol.decimal_type > li:before {
818818
.fr-popup .fr-input-line {
819819
position: relative;
820820
padding: 15px 0; }
821-
.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line textarea {
821+
.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line input[type="number"], .fr-popup .fr-input-line textarea {
822822
width: 100%;
823823
margin-bottom: 1px;
824824
border-radius: 2px;
@@ -841,12 +841,12 @@ ol.decimal_type > li:before {
841841
-moz-transition: border 0.5s, padding 0.5s;
842842
-ms-transition: border 0.5s, padding 0.5s;
843843
-o-transition: border 0.5s, padding 0.5s; }
844-
.fr-popup .fr-input-line input[type="text"]:hover, .fr-popup .fr-input-line textarea:hover {
844+
.fr-popup .fr-input-line input[type="text"]:hover, .fr-popup .fr-input-line input[type="number"]:hover, .fr-popup .fr-input-line textarea:hover {
845845
border: solid 1px #515151; }
846-
.fr-popup .fr-input-line input[type="text"]:focus, .fr-popup .fr-input-line textarea:focus {
846+
.fr-popup .fr-input-line input[type="text"]:focus, .fr-popup .fr-input-line input[type="number"]:focus, .fr-popup .fr-input-line textarea:focus {
847847
border: solid 2px #0098f7;
848848
padding: 3px 11px; }
849-
.fr-popup .fr-input-line input[type="text"] {
849+
.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line input[type="number"] {
850850
height: 46px; }
851851
.fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
852852
position: absolute;
@@ -3108,6 +3108,8 @@ body.fr-fullscreen {
31083108
right: 0;
31093109
z-index: 2147483630 !important;
31103110
width: auto !important; }
3111+
.fr-box.fr-fullscreen .fr-wrapper {
3112+
background-color: #FFF; }
31113113
.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
31123114
border-radius: 0;
31133115
-moz-border-radius: 0;

froala_editor/static/froala_editor/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.

froala_editor/static/froala_editor/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.0.7 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.0.8 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2021 Froala Labs
55
*/

froala_editor/static/froala_editor/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.

froala_editor/static/froala_editor/css/plugins.pkgd.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* froala_editor v4.0.7 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.0.8 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2021 Froala Labs
55
*/
@@ -1686,6 +1686,8 @@ body.fr-fullscreen {
16861686
right: 0;
16871687
z-index: 2147483630 !important;
16881688
width: auto !important; }
1689+
.fr-box.fr-fullscreen .fr-wrapper {
1690+
background-color: #FFF; }
16891691
.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
16901692
border-radius: 0;
16911693
-moz-border-radius: 0;

froala_editor/static/froala_editor/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.

froala_editor/static/froala_editor/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.0.7 (https://www.froala.com/wysiwyg-editor)
2+
* froala_editor v4.0.8 (https://www.froala.com/wysiwyg-editor)
33
* License https://froala.com/wysiwyg-editor/terms/
44
* Copyright 2014-2021 Froala Labs
55
*/

froala_editor/static/froala_editor/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)