Skip to content

Commit

Permalink
New version 3.13.4. 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 Feb 10, 2022
1 parent 2b28256 commit 0157735
Show file tree
Hide file tree
Showing 15 changed files with 2,454 additions and 1,702 deletions.
58 changes: 51 additions & 7 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.13.3
* Version: v3.13.4
* 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.13.3
* Version: v3.13.4
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -3858,9 +3858,6 @@ svg.jodit-icon {
opacity: 1;
visibility: visible;
}
.jodit_draghover {
background-color: #ecebe9;
}
.jodit-dialog .jodit-dialog__header-title.jodit-filebrowser__title-box {
display: -webkit-box;
display: -ms-flexbox;
Expand Down Expand Up @@ -4672,6 +4669,9 @@ a + .jodit-filebrowser-tree__source-title {
max-width: 100%;
}
}
.jodit_drag_hover {
background-color: #ecebe9;
}

/*!
* Jodit Editor (https://xdsoft.net/jodit/)
Expand Down Expand Up @@ -5577,11 +5577,20 @@ html.jodit_fullsize-box_true {
-ms-user-select: none;
user-select: none;
}
.jodit-wysiwyg table tr th,
.jodit-wysiwyg table tr th {
min-width: 2em;
padding: 0.4em;
border: 1px solid #dadada;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
vertical-align: middle;
}
.jodit-wysiwyg table tr td {
min-width: 2em;
padding: 0.4em;
border: 1px solid #bfbfbf;
border: 1px solid #dadada;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
Expand Down Expand Up @@ -5682,6 +5691,41 @@ html.jodit_fullsize-box_true {
opacity: 1;
}

.jodit__preview-box table {
max-width: 100%;
border: none;
margin-top: 1em;
margin-bottom: 1em;
border-collapse: collapse;
empty-cells: show;
}
.jodit__preview-box table tr {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.jodit__preview-box table tr th {
min-width: 2em;
padding: 0.4em;
border: 1px solid #dadada;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
vertical-align: middle;
}
.jodit__preview-box table tr td {
min-width: 2em;
padding: 0.4em;
border: 1px solid #dadada;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
vertical-align: middle;
}

/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
Expand Down
30 changes: 25 additions & 5 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.13.3
* Version: v3.13.4
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -3147,9 +3147,6 @@ svg.jodit-icon {
opacity: 1;
visibility: visible;
}
.jodit_draghover {
background-color: var(--jd-color-background-button-hover);
}
.jodit-dialog .jodit-dialog__header-title.jodit-filebrowser__title-box {
display: flex;
align-items: center;
Expand Down Expand Up @@ -3825,6 +3822,9 @@ a + .jodit-filebrowser-tree__source-title {
max-width: 100%;
}
}
.jodit_drag_hover {
background-color: var(--jd-color-background-button-hover);
}

/*!
* Jodit Editor (https://xdsoft.net/jodit/)
Expand Down Expand Up @@ -4646,7 +4646,7 @@ html.jodit_fullsize-box_true {
.jodit-wysiwyg table tr td {
min-width: 2em;
padding: 0.4em;
border: 1px solid #bfbfbf;
border: 1px solid var(--jd-color-border);
user-select: text;
vertical-align: middle;
}
Expand Down Expand Up @@ -4732,6 +4732,26 @@ html.jodit_fullsize-box_true {
opacity: 1;
}

.jodit__preview-box table {
max-width: 100%;
border: none;
margin-top: 1em;
margin-bottom: 1em;
border-collapse: collapse;
empty-cells: show;
}
.jodit__preview-box table tr {
user-select: none;
}
.jodit__preview-box table tr th,
.jodit__preview-box table tr td {
min-width: 2em;
padding: 0.4em;
border: 1px solid var(--jd-color-border);
user-select: text;
vertical-align: middle;
}

/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
Expand Down
30 changes: 25 additions & 5 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.13.3
* Version: v3.13.4
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/
Expand Down Expand Up @@ -3147,9 +3147,6 @@ svg.jodit-icon {
opacity: 1;
visibility: visible;
}
.jodit_draghover {
background-color: var(--jd-color-background-button-hover);
}
.jodit-dialog .jodit-dialog__header-title.jodit-filebrowser__title-box {
display: flex;
align-items: center;
Expand Down Expand Up @@ -3825,6 +3822,9 @@ a + .jodit-filebrowser-tree__source-title {
max-width: 100%;
}
}
.jodit_drag_hover {
background-color: var(--jd-color-background-button-hover);
}

/*!
* Jodit Editor (https://xdsoft.net/jodit/)
Expand Down Expand Up @@ -4646,7 +4646,7 @@ html.jodit_fullsize-box_true {
.jodit-wysiwyg table tr td {
min-width: 2em;
padding: 0.4em;
border: 1px solid #bfbfbf;
border: 1px solid var(--jd-color-border);
user-select: text;
vertical-align: middle;
}
Expand Down Expand Up @@ -4732,6 +4732,26 @@ html.jodit_fullsize-box_true {
opacity: 1;
}

.jodit__preview-box table {
max-width: 100%;
border: none;
margin-top: 1em;
margin-bottom: 1em;
border-collapse: collapse;
empty-cells: show;
}
.jodit__preview-box table tr {
user-select: none;
}
.jodit__preview-box table tr th,
.jodit__preview-box table tr td {
min-width: 2em;
padding: 0.4em;
border: 1px solid var(--jd-color-border);
user-select: text;
vertical-align: middle;
}

/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
Expand Down
Loading

0 comments on commit 0157735

Please sign in to comment.