Sha256: 0f7faa49579c2e06f46eecc723f75830227fa9a73ac7dd796158f1d0bd27b7d3

Contents?: true

Size: 772 Bytes

Versions: 7

Compression:

Stored size: 772 Bytes

Contents

/**
 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
 * For licensing, see LICENSE.md or http://ckeditor.com/license
 */

.cke_colordialog_colorcell {
	width: 12px; /* All cells have equal width which depends on parent width (in this case table parent). Width works more like max-width. */
	height: 14px;
	padding: 1px; /* Padding is replaced by border for focused cells. Prevents 'jumping' when adding borders. */
}

.cke_colordialog_colorcell.cke_colordialog_focused_light,
.cke_colordialog_colorcell.cke_colordialog_focused_dark {
	padding: 0; /* Shrink cell to allow 1px border indicating focus. */
	border: 1px dotted #000;
}

.cke_colordialog_colorcell.cke_colordialog_focused_dark {
	border-color: #FFF;
}

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
ckeditor_rails-4.5.11 vendor/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor-4.2.2 vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
glebtv-ckeditor-4.5.10.3 vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
glebtv-ckeditor-4.5.10.2 vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
glebtv-ckeditor-4.5.10.1 vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor_rails-4.5.10 vendor/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor-4.2.0 vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css