Upgrade CkEditor to version 4.7
This commit is contained in:
@@ -38,7 +38,7 @@ CKEDITOR.editorConfig = function( config ) {
|
||||
|
||||
//skin: 'moono-cryptpad,/pad/themes/moono-cryptpad/'
|
||||
//skin: 'flat,/pad/themes/flat/'
|
||||
config.skin= 'moono-lisa,/pad/themes/moono-lisa/'
|
||||
//config.skin= 'moono-lisa,/pad/themes/moono-lisa/'
|
||||
//skin: 'moono-dark,/pad/themes/moono-dark/'
|
||||
//skin: 'office2013,/pad/themes/office2013/'
|
||||
};
|
||||
|
||||
@@ -28,7 +28,8 @@
|
||||
box-sizing: border-box;
|
||||
padding: 0px 6px;
|
||||
|
||||
background-color: #BBBBFF;
|
||||
//background-color: #BBBBFF;
|
||||
background-color: #FF0073;
|
||||
|
||||
.fa {
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
.cryptpad-toolbar {
|
||||
box-sizing: border-box;
|
||||
padding: 0px 6px;
|
||||
background-color: #BBBBFF;
|
||||
background-color: #FF0073;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
|
||||
@@ -169,6 +169,9 @@ define(function () {
|
||||
out.history_restoreDone = "Document restauré";
|
||||
out.history_version = "Version :";
|
||||
|
||||
// Ckeditor links
|
||||
out.openLinkInNewTab = "Ouvrir le lien dans un nouvel onglet";
|
||||
|
||||
// Polls
|
||||
|
||||
out.poll_title = "Sélecteur de date Zero Knowledge";
|
||||
|
||||
@@ -171,6 +171,9 @@ define(function () {
|
||||
out.history_restoreDone = "Document restored";
|
||||
out.history_version = "Version:";
|
||||
|
||||
// Ckeditor links
|
||||
out.openLinkInNewTab = "Open Link in New Tab";
|
||||
|
||||
// Polls
|
||||
|
||||
out.poll_title = "Zero Knowledge Date Picker";
|
||||
|
||||
Reference in New Issue
Block a user