Sha256: 99cf1dbf3169717bfe96e19f2ea422c7438ba2cee3f7c6035f9d30bb8fc8b78d

Contents?: true

Size: 792 Bytes

Versions: 13

Compression:

Stored size: 792 Bytes

Contents

/**
 * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. 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

13 entries across 13 versions & 7 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/ckeditor-4.3.0/vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
releaf-core-2.2.0 app/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css
releaf-core-2.1.2 app/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor_rails_6-4.10.3 vendor/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor_rails_6-4.10.2 vendor/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css
releaf-core-2.1.1 app/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css
releaf-core-2.1.0 app/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css
releaf-core-2.0.1 app/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css
releaf-core-2.0.0 app/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css
drg_default_html_editor-0.6.0.0 app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
glebtv-ckeditor-4.11.1 vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor-4.3.0 vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor_rails-4.10.0 vendor/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css