Sha256: a6c1aa43c78d8e21b3347c6ca6dbc39e9f0665633ba770be01b347f0c0863faa

Contents?: true

Size: 790 Bytes

Versions: 2

Compression:

Stored size: 790 Bytes

Contents

/**
 * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-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

2 entries across 2 versions & 2 rubygems

Version Path
drg_default_html_editor-0.7.0.3 app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor_rails-4.17.0 vendor/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css