Skip to content

Commit

Permalink
New version 3.24.1. Read more https://github.com/xdan/jodit/blob/mast…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Dec 17, 2022
1 parent 789974a commit d25ff60
Show file tree
Hide file tree
Showing 42 changed files with 21,229 additions and 18,289 deletions.
11 changes: 8 additions & 3 deletions build/jodit.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <[email protected]> (https://xdsoft.net/)
* Version: v3.23.3
* Version: v3.24.1
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <[email protected]> (https://xdsoft.net/)
* Version: v3.23.3
* Version: v3.24.1
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -1796,7 +1796,8 @@ svg.jodit-icon {
}
}
.jodit-dialog_static_true {
position: static;
position: relative;
z-index: inherit;
display: block;
width: auto;
height: auto;
Expand All @@ -1805,6 +1806,7 @@ svg.jodit-icon {
}
.jodit-dialog_static_true .jodit-dialog__panel {
position: relative;
z-index: inherit;
top: auto !important;
left: auto !important;
width: 100% !important;
Expand Down Expand Up @@ -2051,6 +2053,9 @@ svg.jodit-icon {
.jodit_fullsize .jodit-dialog__panel .jodit-dialog__resizer {
display: none;
}
.jodit-dialog .jodit-ui-messages {
z-index: 20000004;
}

/*!
* Jodit Editor (https://xdsoft.net/jodit/)
Expand Down
9 changes: 7 additions & 2 deletions build/jodit.es2018.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <[email protected]> (https://xdsoft.net/)
* Version: v3.23.3
* Version: v3.24.1
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -1600,14 +1600,16 @@ svg.jodit-icon {
}
}
.jodit-dialog_static_true {
position: static;
position: relative;
z-index: inherit;
display: block;
width: auto;
height: auto;
box-sizing: border-box;
}
.jodit-dialog_static_true .jodit-dialog__panel {
position: relative;
z-index: inherit;
top: auto !important;
left: auto !important;
width: 100% !important;
Expand Down Expand Up @@ -1799,6 +1801,9 @@ svg.jodit-icon {
.jodit_fullsize .jodit-dialog__panel .jodit-dialog__resizer {
display: none;
}
.jodit-dialog .jodit-ui-messages {
z-index: var(--jd-z-index-dialog);
}

/*!
* Jodit Editor (https://xdsoft.net/jodit/)
Expand Down
9 changes: 7 additions & 2 deletions build/jodit.es2018.en.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
* Author: Chupurnov <[email protected]> (https://xdsoft.net/)
* Version: v3.23.3
* Version: v3.24.1
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -1600,14 +1600,16 @@ svg.jodit-icon {
}
}
.jodit-dialog_static_true {
position: static;
position: relative;
z-index: inherit;
display: block;
width: auto;
height: auto;
box-sizing: border-box;
}
.jodit-dialog_static_true .jodit-dialog__panel {
position: relative;
z-index: inherit;
top: auto !important;
left: auto !important;
width: 100% !important;
Expand Down Expand Up @@ -1799,6 +1801,9 @@ svg.jodit-icon {
.jodit_fullsize .jodit-dialog__panel .jodit-dialog__resizer {
display: none;
}
.jodit-dialog .jodit-ui-messages {
z-index: var(--jd-z-index-dialog);
}

/*!
* Jodit Editor (https://xdsoft.net/jodit/)
Expand Down
Loading

0 comments on commit d25ff60

Please sign in to comment.