Merge branch 'sprint/sunhao/update_kindeditor' into 'master'
* update kindeditor files. See merge request easycorp/zentaopms!6551
This commit is contained in:
@@ -277,10 +277,10 @@
|
||||
border-radius: 2px;
|
||||
}
|
||||
.ke-container.focus {
|
||||
border-color: #0c64eb;
|
||||
border-color: #2e7fff;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(12, 100, 235, .6);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(12, 100, 235, .6);
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(46, 127, 255, .6);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(46, 127, 255, .6);
|
||||
}
|
||||
.ke-container.ke-loading > .ke-toolbar,
|
||||
.ke-container.ke-loading > .ke-edit,
|
||||
@@ -327,7 +327,7 @@
|
||||
.ke-toolbar .ke-on,
|
||||
.ke-toolbar .ke-selected {
|
||||
filter: alpha(opacity=100);
|
||||
border-color: #cbd0db;
|
||||
border-color: #c4c4c4;
|
||||
opacity: 1;
|
||||
}
|
||||
.ke-toolbar .ke-selected {
|
||||
@@ -347,7 +347,7 @@
|
||||
line-height: 0;
|
||||
border-top: 0;
|
||||
border-bottom: 0;
|
||||
border-left: 1px dotted #cbd0db;
|
||||
border-left: 1px dotted #c4c4c4;
|
||||
}
|
||||
.ke-toolbar .ke-hr {
|
||||
height: 1px;
|
||||
@@ -369,7 +369,7 @@
|
||||
overflow: auto;
|
||||
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
||||
font-size: 12px;
|
||||
color: #3c4353;
|
||||
color: #313c52;
|
||||
resize: none;
|
||||
background-color: #fff;
|
||||
}
|
||||
@@ -431,7 +431,7 @@
|
||||
font-size: 12px;
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
border: 1px solid #b6bdcc;
|
||||
border: 1px solid #b2b2b2;
|
||||
border: 1px solid rgba(0, 0, 0, .15);
|
||||
border-radius: 4px;
|
||||
}
|
||||
@@ -443,7 +443,7 @@
|
||||
.ke-menu-item-on {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #0c64eb;
|
||||
background-color: #2e7fff;
|
||||
outline: 0;
|
||||
}
|
||||
.ke-menu-item-left {
|
||||
@@ -482,7 +482,7 @@
|
||||
/* colorpicker */
|
||||
.ke-colorpicker {
|
||||
background-color: #fff;
|
||||
border: 1px solid #b6bdcc;
|
||||
border: 1px solid #b2b2b2;
|
||||
border: 1px solid rgba(0, 0, 0, .15);
|
||||
border-radius: 4px;
|
||||
}
|
||||
@@ -516,13 +516,13 @@
|
||||
}
|
||||
.ke-colorpicker-cell-on {
|
||||
color: #fff;
|
||||
background-color: #0c64eb;
|
||||
background-color: #2e7fff;
|
||||
}
|
||||
.ke-colorpicker-cell-on .ke-colorpicker-cell-color {
|
||||
border: 2px solid #3c4353;
|
||||
border: 2px solid #313c52;
|
||||
}
|
||||
.ke-colorpicker-cell-selected .ke-colorpicker-cell-color {
|
||||
border: 2px solid #3c4353;
|
||||
border: 2px solid #313c52;
|
||||
}
|
||||
/* dialog */
|
||||
.ke-dialog {
|
||||
@@ -719,11 +719,11 @@
|
||||
padding: 0 12px;
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
color: #3c4353;
|
||||
color: #313c52;
|
||||
text-decoration: none;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d6dae3;
|
||||
border-color: #d6dae3;
|
||||
border: 1px solid #d8dbde;
|
||||
border-color: #d8dbde;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.ke-button:hover,
|
||||
@@ -731,9 +731,9 @@
|
||||
.ke-button:active,
|
||||
.ke-button.active,
|
||||
.open .dropdown-toggle.ke-button {
|
||||
color: #3c4353;
|
||||
color: #313c52;
|
||||
background-color: #ebebeb;
|
||||
border-color: #b2b9ca;
|
||||
border-color: #b7bcc2;
|
||||
-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
|
||||
box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
|
||||
}
|
||||
@@ -742,7 +742,7 @@
|
||||
.open .dropdown-toggle.ke-button {
|
||||
background-color: #d9d9d9;
|
||||
background-image: none;
|
||||
border-color: #b8bfce;
|
||||
border-color: #bcc2c7;
|
||||
-webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15);
|
||||
box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15);
|
||||
}
|
||||
@@ -762,7 +762,7 @@ fieldset[disabled] .ke-button:active,
|
||||
.ke-button[disabled].active,
|
||||
fieldset[disabled] .ke-button.active {
|
||||
background-color: #fff;
|
||||
border-color: #d6dae3;
|
||||
border-color: #d8dbde;
|
||||
}
|
||||
/* inputbox */
|
||||
.ke-input-text {
|
||||
@@ -790,10 +790,10 @@ fieldset[disabled] .ke-button.active {
|
||||
}
|
||||
.ke-input-text:focus,
|
||||
.ke-input-text.focus {
|
||||
border-color: #0c64eb;
|
||||
border-color: #2e7fff;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(12, 100, 235, .6);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(12, 100, 235, .6);
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(46, 127, 255, .6);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(46, 127, 255, .6);
|
||||
}
|
||||
.ke-input-text[disabled] {
|
||||
background: #eee;
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
/*!
|
||||
* ZUI: Zentao Kindeditor - v1.10.0 - 2022-04-19
|
||||
* http://openzui.com
|
||||
* GitHub: https://github.com/easysoft/zui.git
|
||||
* Copyright (c) 2022 cnezsoft.com; Licensed MIT
|
||||
*/
|
||||
|
||||
/******************************************************************************
|
||||
* KindEditor - WYSIWYG HTML Editor for Internet
|
||||
* Copyright (C) 2006-2013 kindsoft.net
|
||||
@@ -304,7 +297,7 @@
|
||||
],
|
||||
fontSizeTable: ['9px', '10px', '12px', '14px', '16px', '18px', '24px', '32px'],
|
||||
htmlTags: {
|
||||
font: ['id', 'class', 'color', 'size', 'face', '.background-color'],
|
||||
font: ['id', 'class', 'color', 'size', 'face', '.background-color', '.color', '.font-size', '.font-family'],
|
||||
span: [
|
||||
'id', 'class', '.color', '.background-color', '.font-size', '.font-family', '.background',
|
||||
'.font-weight', '.font-style', '.text-decoration', '.vertical-align', '.line-height'
|
||||
@@ -10359,14 +10352,17 @@ KindEditor.plugin('pasteimage', function(K) {
|
||||
var original = ev.originalEvent;
|
||||
var clipboardItems = original.clipboardData && original.clipboardData.items;
|
||||
var clipboardItem = null;
|
||||
if(clipboardItems) {
|
||||
if(clipboardItems)
|
||||
{
|
||||
var IMAGE_MIME_REGEX = /^image\/(p?jpeg|gif|png)$/i;
|
||||
for (var i = 0; i < clipboardItems.length; i++)
|
||||
{
|
||||
if (IMAGE_MIME_REGEX.test(clipboardItems[i].type))
|
||||
var dataType = clipboardItems[i].type;
|
||||
if(options.pasteTextFirst && dataType.indexOf('text/') === 0) return;
|
||||
if (IMAGE_MIME_REGEX.test(dataType))
|
||||
{
|
||||
clipboardItem = clipboardItems[i];
|
||||
break;
|
||||
if(!options.pasteTextFirst) break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+6
-12
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user