Issue #2831442 by Wim Leers, tkoleary, tstoeckler, mattlt: Switch to CKEditor 4.6's new "Moono-Lisa" skin
| 
						 | 
				
			
			@ -22,7 +22,7 @@
 | 
			
		|||
/* exported CKBUILDER_CONFIG */
 | 
			
		||||
 | 
			
		||||
var CKBUILDER_CONFIG = {
 | 
			
		||||
	skin: 'moono',
 | 
			
		||||
	skin: 'moono-lisa',
 | 
			
		||||
	ignore: [
 | 
			
		||||
		// CKEditor repository structure: unrelated to the usage of CKEditor itself.
 | 
			
		||||
		'dev',
 | 
			
		||||
| 
						 | 
				
			
			@ -49,7 +49,7 @@ var CKBUILDER_CONFIG = {
 | 
			
		|||
		'gruntfile.js',
 | 
			
		||||
		'styles.js',
 | 
			
		||||
		'samples',
 | 
			
		||||
		'skins/moono/readme.md'
 | 
			
		||||
		'skins/moono-lisa/readme.md'
 | 
			
		||||
	],
 | 
			
		||||
	plugins : {
 | 
			
		||||
		'about' : 1,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
		 After Width: | Height: | Size: 3.1 KiB  | 
| 
		 After Width: | Height: | Size: 11 KiB  | 
| 
		 Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 191 B  | 
| 
		 After Width: | Height: | Size: 615 B  | 
| 
		 After Width: | Height: | Size: 1.2 KiB  | 
| 
		 After Width: | Height: | Size: 1.0 KiB  | 
| 
		 After Width: | Height: | Size: 1.0 KiB  | 
| 
		 After Width: | Height: | Size: 1.6 KiB  | 
| 
		 After Width: | Height: | Size: 511 B  | 
| 
		 After Width: | Height: | Size: 506 B  | 
| 
		 After Width: | Height: | Size: 757 B  | 
| 
		 Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB  | 
| 
		 Before Width: | Height: | Size: 7.5 KiB  | 
| 
		 Before Width: | Height: | Size: 22 KiB  | 
| 
		 Before Width: | Height: | Size: 929 B  | 
| 
		 Before Width: | Height: | Size: 869 B  | 
| 
		 Before Width: | Height: | Size: 1.5 KiB  | 
| 
		 Before Width: | Height: | Size: 1.7 KiB  | 
| 
		 Before Width: | Height: | Size: 1.5 KiB  | 
| 
		 Before Width: | Height: | Size: 1.6 KiB  | 
| 
		 Before Width: | Height: | Size: 2.3 KiB  | 
| 
		 Before Width: | Height: | Size: 801 B  | 
| 
		 Before Width: | Height: | Size: 849 B  | 
| 
		 Before Width: | Height: | Size: 1.0 KiB  | 
| 
						 | 
				
			
			@ -44,7 +44,7 @@ drupal.ckeditor.admin:
 | 
			
		|||
  css:
 | 
			
		||||
    theme:
 | 
			
		||||
      css/ckeditor.admin.css: {}
 | 
			
		||||
      /core/assets/vendor/ckeditor/skins/moono/editor.css: {}
 | 
			
		||||
      /core/assets/vendor/ckeditor/skins/moono-lisa/editor.css: {}
 | 
			
		||||
  dependencies:
 | 
			
		||||
    - core/jquery
 | 
			
		||||
    - core/drupal
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||