Sha256: d6e190e3d2031a24a50e97961bb88b0b6aea208f2880180c34b69c3e4d2067e2

Contents?: true

Size: 772 Bytes

Versions: 9

Compression:

Stored size: 772 Bytes

Contents

/**
 * @license Copyright (c) 2003-2017, 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

9 entries across 8 versions & 5 rubygems

Version Path
jinda_lte-0.0.1 lib/generators/jinda_lte/templates/app/assets/jinda_assets/bower_components/ckeditor/plugins/uicolor/dialogs/uicolor.css
jinda_lte-0.0.1 lib/generators/jinda_lte/templates/app/assets/jinda_assets/bower_components/ckeditor/plugins/colordialog/dialogs/colordialog.css
glebtv-ckeditor-4.7.3.1 vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
glebtv-ckeditor-4.7.3 vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor-4.2.4 vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor-4.2.3 vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
tehranjs-0.1.0 lib/tehranjs/web/views/public/assets/js/plugins/colordialog/dialogs/colordialog.css
glebtv-ckeditor-4.6.0 vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.css
ckeditor_rails-4.6.2 vendor/assets/stylesheets/ckeditor/plugins/colordialog/dialogs/colordialog.css