-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version 3.24.1. Read more https://github.com/xdan/jodit/blob/mast…
- Loading branch information
Showing
42 changed files
with
21,229 additions
and
18,289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*/ | ||
|
@@ -1796,7 +1796,8 @@ svg.jodit-icon { | |
} | ||
} | ||
.jodit-dialog_static_true { | ||
position: static; | ||
position: relative; | ||
z-index: inherit; | ||
display: block; | ||
width: auto; | ||
height: auto; | ||
|
@@ -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; | ||
|
@@ -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/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*/ | ||
|
@@ -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; | ||
|
@@ -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/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
*/ | ||
|
@@ -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; | ||
|
@@ -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/) | ||
|
Oops, something went wrong.