ckeditor-admin.css

Seven specific styling for CKEditor admin.

File

core/themes/seven/css/theme/ckeditor-admin.css

View source
  1. /**
  2. * @file
  3. * Seven specific styling for CKEditor admin.
  4. */
  5. /*
  6. * This rule is needed to provide Seven's blue focus outline.
  7. */
  8. .ckeditor-toolbar-disabled .ckeditor-buttons li a:focus {
  9. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff;
  10. }
  11. .ckeditor-toolbar-active .ckeditor-buttons li a:focus {
  12. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff;
  13. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.