/**
 * @file
 * Functional styles for the CKEditor-based formatted text in-place editor.
 */

/**
 * Adjust the style of in-place editing CKEditor instances.
 */
.quickedit-toolgroup.wysiwyg-main .cke_chrome,
.quickedit-toolgroup.wysiwyg-main .cke_inner,
.quickedit-toolgroup.wysiwyg-main .cke_top {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background: transparent;
  box-shadow: none;
}
