ckeditor-admin.css
Seven specific styling for CKEditor admin.
File
-
core/
themes/ seven/ css/ theme/ ckeditor-admin.css
View source
- /**
- * @file
- * Seven specific styling for CKEditor admin.
- */
-
- /*
- * This rule is needed to provide Seven's blue focus outline.
- */
- .ckeditor-toolbar-disabled .ckeditor-buttons li a:focus {
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff;
- }
-
- .ckeditor-toolbar-active .ckeditor-buttons li a:focus {
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.