Skip to content

Commit

Permalink
Merge branch 't/14569' into major
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Sep 16, 2016
2 parents 10377f5 + 163cebd commit f5bad7c
Show file tree
Hide file tree
Showing 432 changed files with 4,589 additions and 87 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -5,6 +5,7 @@ CKEditor 4 Changelog

New Features:

* [#14569](http://dev.ckeditor.com/ticket/14569): Added new CKEditor skin.
* [#12541](http://dev.ckeditor.com/ticket/12541): Added the [Upload File](http://ckeditor.com/addon/uploadfile) plugin.
* [#13794](http://dev.ckeditor.com/ticket/13794): [Upload Image](http://ckeditor.com/addon/uploadimage) Use `uploaded.width/height` if set.
* [#13829](http://dev.ckeditor.com/ticket/13829): Fixed: No class in [Widget](http://ckeditor.com/addon/widget) wrapper that would identify the widget type.
Expand Down
4 changes: 2 additions & 2 deletions ckeditor.js
Expand Up @@ -42,7 +42,7 @@ else {
*
* CKEDITOR.skinName = 'myskin,/customstuff/myskin/';
*
* @cfg {String} [skinName='moono']
* @cfg {String} [skinName='moono-lisa']
* @member CKEDITOR
*/
CKEDITOR.skinName = 'moono';
CKEDITOR.skinName = 'moono-lisa';
2 changes: 1 addition & 1 deletion dev/builder/build-config.js
Expand Up @@ -6,7 +6,7 @@
/* exported CKBUILDER_CONFIG */

var CKBUILDER_CONFIG = {
skin: 'moono',
skin: 'moono-lisa',
ignore: [
'bender.js',
'.bender',
Expand Down
Binary file modified plugins/about/icons/about.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/about/icons/hidpi/about.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/basicstyles/icons/bold.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/basicstyles/icons/hidpi/bold.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/basicstyles/icons/hidpi/italic.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/basicstyles/icons/hidpi/strike.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/basicstyles/icons/hidpi/subscript.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/basicstyles/icons/hidpi/superscript.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/basicstyles/icons/hidpi/underline.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/basicstyles/icons/italic.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/basicstyles/icons/strike.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/basicstyles/icons/subscript.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/basicstyles/icons/superscript.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/basicstyles/icons/underline.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/bidi/icons/bidiltr.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/bidi/icons/bidirtl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/bidi/icons/hidpi/bidiltr.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/bidi/icons/hidpi/bidirtl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/blockquote/icons/blockquote.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/blockquote/icons/hidpi/blockquote.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/clipboard/icons/copy-rtl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/clipboard/icons/copy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/clipboard/icons/cut-rtl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/clipboard/icons/cut.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/clipboard/icons/hidpi/copy-rtl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/clipboard/icons/hidpi/copy.png
Binary file modified plugins/clipboard/icons/hidpi/cut-rtl.png
Binary file modified plugins/clipboard/icons/hidpi/cut.png
Binary file modified plugins/clipboard/icons/hidpi/paste-rtl.png
Binary file modified plugins/clipboard/icons/hidpi/paste.png
Binary file modified plugins/clipboard/icons/paste-rtl.png
Binary file modified plugins/clipboard/icons/paste.png
Binary file modified plugins/codesnippet/icons/codesnippet.png
Binary file modified plugins/codesnippet/icons/hidpi/codesnippet.png
Binary file modified plugins/colorbutton/icons/bgcolor.png
Binary file modified plugins/colorbutton/icons/hidpi/bgcolor.png
Binary file modified plugins/colorbutton/icons/hidpi/textcolor.png
Binary file modified plugins/colorbutton/icons/textcolor.png
7 changes: 4 additions & 3 deletions plugins/dialog/plugin.js
Expand Up @@ -2106,9 +2106,10 @@ CKEDITOR.DIALOG_STATE_BUSY = 2;
}

function showCover( editor ) {
var win = CKEDITOR.document.getWindow();
var config = editor.config,
backgroundColorStyle = config.dialog_backgroundCoverColor || 'white',
var win = CKEDITOR.document.getWindow(),
config = editor.config,
skinName = ( CKEDITOR.skinName || editor.config.skin ),
backgroundColorStyle = config.dialog_backgroundCoverColor || ( skinName == 'moono-lisa' ? 'black' : 'white' ),
backgroundCoverOpacity = config.dialog_backgroundCoverOpacity,
baseFloatZIndex = config.baseFloatZIndex,
coverKey = CKEDITOR.tools.genKey( backgroundColorStyle, backgroundCoverOpacity, baseFloatZIndex ),
Expand Down
Binary file modified plugins/div/icons/creatediv.png
Binary file modified plugins/div/icons/hidpi/creatediv.png
Binary file modified plugins/docprops/icons/docprops-rtl.png
Binary file modified plugins/docprops/icons/docprops.png
Binary file modified plugins/docprops/icons/hidpi/docprops-rtl.png
Binary file modified plugins/docprops/icons/hidpi/docprops.png
1 change: 1 addition & 0 deletions plugins/find/dialogs/find.js
Expand Up @@ -588,6 +588,7 @@
},
{
type: 'fieldset',
className: 'cke_dialog_find_fieldset',
label: CKEDITOR.tools.htmlEncode( lang.findOptions ),
style: 'margin-top:29px',
children: [ {
Expand Down
Binary file modified plugins/find/icons/find-rtl.png
Binary file modified plugins/find/icons/find.png
Binary file modified plugins/find/icons/hidpi/find-rtl.png
Binary file modified plugins/find/icons/hidpi/find.png
Binary file modified plugins/find/icons/hidpi/replace.png
Binary file modified plugins/find/icons/replace.png
1 change: 1 addition & 0 deletions plugins/flash/dialogs/flash.js
Expand Up @@ -327,6 +327,7 @@
type: 'hbox',
widths: [ '280px', '110px' ],
align: 'right',
className: 'cke_dialog_flash_url',
children: [ {
id: 'src',
type: 'text',
Expand Down
Binary file modified plugins/flash/icons/flash.png
Binary file modified plugins/flash/icons/hidpi/flash.png
4 changes: 3 additions & 1 deletion plugins/forms/dialogs/select.js
@@ -1,4 +1,4 @@
/**
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
Expand Down Expand Up @@ -210,6 +210,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) {
},
{
type: 'hbox',
className: 'cke_dialog_forms_select_order_txtsize',
widths: [ '175px', '170px' ],
children: [ {
id: 'txtSize',
Expand Down Expand Up @@ -248,6 +249,7 @@ CKEDITOR.dialog.add( 'select', function( editor ) {
{
type: 'hbox',
widths: [ '115px', '115px', '100px' ],
className: 'cke_dialog_forms_select_order',
children: [ {
type: 'vbox',
children: [ {
Expand Down
Binary file modified plugins/forms/icons/button.png
Binary file modified plugins/forms/icons/checkbox.png
Binary file modified plugins/forms/icons/form.png
Binary file modified plugins/forms/icons/hiddenfield.png
Binary file modified plugins/forms/icons/hidpi/button.png
Binary file modified plugins/forms/icons/hidpi/checkbox.png
Binary file modified plugins/forms/icons/hidpi/form.png
Binary file modified plugins/forms/icons/hidpi/hiddenfield.png
Binary file modified plugins/forms/icons/hidpi/imagebutton.png
Binary file modified plugins/forms/icons/hidpi/radio.png
Binary file modified plugins/forms/icons/hidpi/select-rtl.png
Binary file modified plugins/forms/icons/hidpi/select.png
Binary file modified plugins/forms/icons/hidpi/textarea-rtl.png
Binary file modified plugins/forms/icons/hidpi/textarea.png
Binary file modified plugins/forms/icons/hidpi/textfield-rtl.png
Binary file modified plugins/forms/icons/hidpi/textfield.png
Binary file modified plugins/forms/icons/imagebutton.png
Binary file modified plugins/forms/icons/radio.png
Binary file modified plugins/forms/icons/select-rtl.png
Binary file modified plugins/forms/icons/select.png
Binary file modified plugins/forms/icons/textarea-rtl.png
Binary file modified plugins/forms/icons/textarea.png
Binary file modified plugins/forms/icons/textfield-rtl.png
Binary file modified plugins/forms/icons/textfield.png
Binary file modified plugins/horizontalrule/icons/hidpi/horizontalrule.png
Binary file modified plugins/horizontalrule/icons/horizontalrule.png
Binary file modified plugins/iframe/icons/hidpi/iframe.png
Binary file modified plugins/iframe/icons/iframe.png
7 changes: 5 additions & 2 deletions plugins/image/dialogs/image.js
@@ -1,4 +1,4 @@
/**
/**
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
Expand Down Expand Up @@ -270,7 +270,7 @@

return {
title: editor.lang.image[ dialogType == 'image' ? 'title' : 'titleButton' ],
minWidth: 420,
minWidth: ( CKEDITOR.skinName || editor.config.skin ) == 'moono-lisa' ? 500 : 420,
minHeight: 360,
onShow: function() {
this.imageElement = false;
Expand Down Expand Up @@ -490,6 +490,7 @@
type: 'hbox',
widths: [ '280px', '110px' ],
align: 'right',
className: 'cke_dialog_image_url',
children: [ {
id: 'txtUrl',
type: 'text',
Expand Down Expand Up @@ -692,6 +693,7 @@
{
id: 'ratioLock',
type: 'html',
className: 'cke_dialog_image_ratiolock',
style: 'margin-top:30px;width:40px;height:40px;',
onLoad: function() {
// Activate Reset button
Expand Down Expand Up @@ -1014,6 +1016,7 @@
{
type: 'button',
id: 'browse',
className: 'cke_dialog_image_browse',
filebrowser: {
action: 'Browse',
target: 'Link:txtUrl',
Expand Down
Binary file modified plugins/image/icons/hidpi/image.png
Binary file modified plugins/image/icons/image.png
Binary file modified plugins/image2/icons/hidpi/image.png
Binary file modified plugins/image2/icons/image.png
Binary file modified plugins/indent/icons/hidpi/indent-rtl.png
Binary file modified plugins/indent/icons/hidpi/indent.png
Binary file modified plugins/indent/icons/hidpi/outdent-rtl.png
Binary file modified plugins/indent/icons/hidpi/outdent.png
Binary file modified plugins/indent/icons/indent-rtl.png
Binary file modified plugins/indent/icons/indent.png
Binary file modified plugins/indent/icons/outdent-rtl.png
Binary file modified plugins/indent/icons/outdent.png
Binary file modified plugins/justify/icons/hidpi/justifyblock.png
Binary file modified plugins/justify/icons/hidpi/justifycenter.png
Binary file modified plugins/justify/icons/hidpi/justifyleft.png
Binary file modified plugins/justify/icons/hidpi/justifyright.png
Binary file modified plugins/justify/icons/justifyblock.png
Binary file modified plugins/justify/icons/justifycenter.png
Binary file modified plugins/justify/icons/justifyleft.png
Binary file modified plugins/justify/icons/justifyright.png
Binary file modified plugins/language/icons/hidpi/language.png
Binary file modified plugins/language/icons/language.png
2 changes: 1 addition & 1 deletion plugins/link/dialogs/link.js
Expand Up @@ -109,7 +109,7 @@

return {
title: linkLang.title,
minWidth: 350,
minWidth: ( CKEDITOR.skinName || editor.config.skin ) == 'moono-lisa' ? 450 : 350,
minHeight: 240,
contents: [ {
id: 'info',
Expand Down
Binary file modified plugins/link/icons/anchor-rtl.png
Binary file modified plugins/link/icons/anchor.png
Binary file modified plugins/link/icons/hidpi/anchor-rtl.png
Binary file modified plugins/link/icons/hidpi/anchor.png
Binary file modified plugins/link/icons/hidpi/link.png
Binary file modified plugins/link/icons/hidpi/unlink.png
Binary file modified plugins/link/icons/link.png
Binary file modified plugins/link/icons/unlink.png
Binary file modified plugins/link/images/anchor.png
Binary file modified plugins/link/images/hidpi/anchor.png
Binary file modified plugins/list/icons/bulletedlist-rtl.png
Binary file modified plugins/list/icons/bulletedlist.png
Binary file modified plugins/list/icons/hidpi/bulletedlist-rtl.png
Binary file modified plugins/list/icons/hidpi/bulletedlist.png
Binary file modified plugins/list/icons/hidpi/numberedlist-rtl.png
Binary file modified plugins/list/icons/hidpi/numberedlist.png
Binary file modified plugins/list/icons/numberedlist-rtl.png
Binary file modified plugins/list/icons/numberedlist.png
Binary file modified plugins/maximize/icons/hidpi/maximize.png
Binary file modified plugins/maximize/icons/maximize.png
Binary file modified plugins/newpage/icons/hidpi/newpage-rtl.png
Binary file modified plugins/newpage/icons/hidpi/newpage.png
Binary file modified plugins/newpage/icons/newpage-rtl.png
Binary file modified plugins/newpage/icons/newpage.png
Binary file modified plugins/pagebreak/icons/hidpi/pagebreak-rtl.png
Binary file modified plugins/pagebreak/icons/hidpi/pagebreak.png
Binary file modified plugins/pagebreak/icons/pagebreak-rtl.png
Binary file modified plugins/pagebreak/icons/pagebreak.png
Binary file modified plugins/pastefromword/icons/hidpi/pastefromword-rtl.png
Binary file modified plugins/pastefromword/icons/hidpi/pastefromword.png
Binary file modified plugins/pastefromword/icons/pastefromword-rtl.png
Binary file modified plugins/pastefromword/icons/pastefromword.png
Binary file modified plugins/pastetext/icons/hidpi/pastetext-rtl.png
Binary file modified plugins/pastetext/icons/hidpi/pastetext.png
Binary file modified plugins/pastetext/icons/pastetext-rtl.png
Binary file modified plugins/pastetext/icons/pastetext.png
Binary file modified plugins/placeholder/icons/hidpi/placeholder.png
Binary file modified plugins/placeholder/icons/placeholder.png
Binary file modified plugins/preview/icons/hidpi/preview-rtl.png
Binary file modified plugins/preview/icons/hidpi/preview.png
Binary file modified plugins/preview/icons/preview-rtl.png
Binary file modified plugins/preview/icons/preview.png
Binary file modified plugins/print/icons/hidpi/print.png
Binary file modified plugins/print/icons/print.png
Binary file modified plugins/removeformat/icons/hidpi/removeformat.png
Binary file modified plugins/removeformat/icons/removeformat.png
Binary file modified plugins/save/icons/hidpi/save.png
Binary file modified plugins/save/icons/save.png
Binary file modified plugins/selectall/icons/hidpi/selectall.png
Binary file modified plugins/selectall/icons/selectall.png
Binary file modified plugins/showblocks/icons/hidpi/showblocks-rtl.png
Binary file modified plugins/showblocks/icons/hidpi/showblocks.png
Binary file modified plugins/showblocks/icons/showblocks-rtl.png
Binary file modified plugins/showblocks/icons/showblocks.png
Binary file modified plugins/smiley/icons/hidpi/smiley.png
Binary file modified plugins/smiley/icons/smiley.png
Binary file modified plugins/sourcearea/icons/hidpi/source-rtl.png
Binary file modified plugins/sourcearea/icons/hidpi/source.png
Binary file modified plugins/sourcearea/icons/source-rtl.png
Binary file modified plugins/sourcearea/icons/source.png
Binary file modified plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png
Binary file modified plugins/sourcedialog/icons/hidpi/sourcedialog.png
Binary file modified plugins/sourcedialog/icons/sourcedialog-rtl.png
Binary file modified plugins/sourcedialog/icons/sourcedialog.png
Binary file modified plugins/specialchar/icons/hidpi/specialchar.png
Binary file modified plugins/specialchar/icons/specialchar.png
Binary file modified plugins/table/icons/hidpi/table.png
Binary file modified plugins/table/icons/table.png
Binary file modified plugins/templates/icons/hidpi/templates-rtl.png
Binary file modified plugins/templates/icons/hidpi/templates.png
Binary file modified plugins/templates/icons/templates-rtl.png
Binary file modified plugins/templates/icons/templates.png
Binary file modified plugins/templates/templates/images/template1.gif
Binary file modified plugins/templates/templates/images/template2.gif
Binary file modified plugins/templates/templates/images/template3.gif
9 changes: 6 additions & 3 deletions plugins/toolbar/plugin.js
Expand Up @@ -190,13 +190,15 @@
output.push( '<span class="cke_toolbox_main"' + ( expanded ? '>' : ' style="display:none">' ) );

var toolbars = editor.toolbox.toolbars,
toolbar = getToolbarConfig( editor );
toolbar = getToolbarConfig( editor ),
toolbarLength = toolbar.length;

for ( var r = 0; r < toolbar.length; r++ ) {
for ( var r = 0; r < toolbarLength; r++ ) {
var toolbarId,
toolbarObj = 0,
toolbarName,
row = toolbar[ r ],
lastToolbarInRow = row !== '/' && ( toolbar[ r + 1 ] === '/' || r == toolbarLength - 1 ),
items;

// It's better to check if the row object is really
Expand Down Expand Up @@ -244,7 +246,8 @@
toolbarName = row.name && ( editor.lang.toolbar.toolbarGroups[ row.name ] || row.name );

// Output the toolbar opener.
output.push( '<span id="', toolbarId, '" class="cke_toolbar"', ( toolbarName ? ' aria-labelledby="' + toolbarId + '_label"' : '' ), ' role="toolbar">' );
output.push( '<span id="', toolbarId, '" class="cke_toolbar' + ( lastToolbarInRow ? ' cke_toolbar_last"' : '"' ),
( toolbarName ? ' aria-labelledby="' + toolbarId + '_label"' : '' ), ' role="toolbar">' );

// If a toolbar name is available, send the voice label.
toolbarName && output.push( '<span id="', toolbarId, '_label" class="cke_voice_label">', toolbarName, '</span>' );
Expand Down
Binary file modified plugins/uicolor/icons/hidpi/uicolor.png
Binary file modified plugins/uicolor/icons/uicolor.png
Binary file modified plugins/undo/icons/hidpi/redo-rtl.png
Binary file modified plugins/undo/icons/hidpi/redo.png
Binary file modified plugins/undo/icons/hidpi/undo-rtl.png
Binary file modified plugins/undo/icons/hidpi/undo.png
Binary file modified plugins/undo/icons/redo-rtl.png
Binary file modified plugins/undo/icons/redo.png
Binary file modified plugins/undo/icons/undo-rtl.png
Binary file modified plugins/undo/icons/undo.png
60 changes: 26 additions & 34 deletions samples/css/samples.css

Large diffs are not rendered by default.

12 changes: 1 addition & 11 deletions samples/less/custom.less
Expand Up @@ -49,16 +49,6 @@ main .grid-container.freed-width {
border: dashed 5px @global-link-font-color;
}

// There were some inherited styles for links.
div.cke a.cke_button,
div.cke .cke_combo_button {
border-bottom: none;

&.cke_combo_button {
border-bottom: 1px solid #a6a6a6;
}
}

#main .adjoined-top:before {
height: 335px;
}
Expand Down Expand Up @@ -170,4 +160,4 @@ header {
display: none;
} );
}
}
}
183 changes: 183 additions & 0 deletions skins/moono-lisa/colorpanel.css
@@ -0,0 +1,183 @@
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

/*
colorpanel.css (part of editor.css)
=====================================
The color panel is related to the contents part of the panels that are
displayed when clicking the color buttons of the toolbar. See panels.css for
styles related to the outer part of panels.
The following is the visual representation of the color panel contents:
+-- .cke_panel_block.cke_colorblock --+
| +-- a.cke_colorauto --------------+ |
| | | |
| | AUTOMATIC COLOR | |
| | | |
| +---------------------------------+ |
| +-- table ------------------------+ |
| | | |
| | COLOR PALETTE | |
| | | |
| |---------------------------------| |
| | "More Colors" | |
| +---------------------------------+ |
+-------------------------------------+
The AUTOMATIC COLOR section is an <a> containing a table with two cells with
the following contents:
+-- TD -----------------+ +-- TD -----------------+
| +-- .cke_colorbox --+ | | |
| | | | | "Automatic" |
| +-------------------+ | | |
+-----------------------+ +-----------------------+
The COLOR PALETTE section instead is a table with a variable number of cells
(by default 8). Each cell represents a color box, with the following structure:
+-- A.cke_colorbox ---------+
| +-- SPAN.cke_colorbox --+ |
| | | |
| +-----------------------+ |
+---------------------------+
*/

/* The container of the color palette. */
.cke_colorblock
{
padding: 10px;
font-size: 11px;
font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
}

.cke_colorblock,
.cke_colorblock a
{
text-decoration: none;
color: #000;
}

/* The wrapper of the span.cke_colorbox. It provides an extra border and padding. */
a.cke_colorbox
{
padding: 2px;
float: left;
width: 20px;
height: 20px;
}

.cke_rtl a.cke_colorbox
{
float: right;
}

/* Different states of the a.cke_colorbox wrapper. */
a:hover.cke_colorbox,
a:focus.cke_colorbox,
a:active.cke_colorbox
{
outline: none;
padding: 0;
border: 2px solid #139FF7;
}

a:hover.cke_colorbox
{
border-color: #bcbcbc;
}

/* The box which is to represent a single color on the color palette.
It is a small, square-shaped element which can be selected from the palette. */
span.cke_colorbox
{
width: 20px;
height: 20px;
float: left;
}

.cke_rtl span.cke_colorbox
{
float: right;
}

/* Buttons which are visible at the top/bottom of the color palette:
- cke_colorauto (TOP) applies the automatic color.
- cke_colormore (BOTTOM) executes the color dialog.
*/
a.cke_colorauto,
a.cke_colormore
{
border: #fff 1px solid;
padding: 3px;
display: block;
cursor: pointer;
}

a.cke_colorauto
{
padding: 0;
border: 1px solid transparent;
margin-bottom: 6px;
height: 26px;
line-height: 26px;
}

a.cke_colormore
{
margin-top: 10px;
height: 20px;
line-height: 19px;
}

/* Different states of cke_colorauto/cke_colormore buttons. */
a:hover.cke_colorauto,
a:hover.cke_colormore,
a:focus.cke_colorauto,
a:focus.cke_colormore,
a:active.cke_colorauto,
a:active.cke_colormore
{
outline: none;
border: #139FF7 1px solid;
background-color: #f8f8f8;
}

a:hover.cke_colorauto,
a:hover.cke_colormore
{
border-color: #bcbcbc;
}

.cke_colorauto span.cke_colorbox
{
width: 18px;
height: 18px;
border: 1px solid #808080;
margin-left: 1px;
margin-top: 3px;
}

.cke_rtl .cke_colorauto span.cke_colorbox
{
margin-left: 0;
margin-right: 1px;
}

span.cke_colorbox[style*="#ffffff"],
span.cke_colorbox[style*="#FFFFFF"],
span.cke_colorbox[style="background-color:#fff"],
span.cke_colorbox[style="background-color:#FFF"],

/* IE, Edge */
span.cke_colorbox[style*="rgb(255,255,255)"],
span.cke_colorbox[style*="rgb(255, 255, 255)"]
{
border: 1px solid #808080;
width: 18px;
height: 18px;
}
Binary file added skins/moono-lisa/dev/icons16.png

0 comments on commit f5bad7c

Please sign in to comment.