ckeditor.admin.css

Same filename in this branch
  1. 9 core/themes/stable9/css/ckeditor/ckeditor.admin.css
  2. 9 core/themes/stable/css/ckeditor/ckeditor.admin.css
  3. 9 core/modules/ckeditor/css/ckeditor.admin.css
Same filename in other branches
  1. 8.9.x core/themes/stable/css/ckeditor/ckeditor.admin.css
  2. 8.9.x core/modules/ckeditor/css/ckeditor.admin.css

Claro specific styling for CKEditor admin.

File

core/themes/claro/css/theme/ckeditor.admin.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Claro specific styling for CKEditor admin.
  10. */
  11. /*
  12. * This rule is needed to provide Claro's green focus outline. There is a style
  13. * in the CKEditor module CSS that adds a box-shadow at a higher specificity
  14. * than Claro's focus outline styling. This is added at one higher degree of
  15. * specificity.
  16. * @see core/modules/ckeditor/css/ckeditor.admin.css
  17. */
  18. .ckeditor-toolbar-disabled .ckeditor-buttons li a:focus {
  19. box-shadow: 0 0 0 2px #fff, 0 0 0 5px #26a769;
  20. }

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