You are here

editor_ckeditor.seven.admin.css in Editor 7

/**
 * The .seven.admin.css file is intended to contain styles that override
 * declarations in the Seven admin theme.
 */
.block .ckeditor-toolbar-configuration ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

File

modules/editor_ckeditor/css/editor_ckeditor.seven.admin.css
View source
  1. /**
  2. * The .seven.admin.css file is intended to contain styles that override
  3. * declarations in the Seven admin theme.
  4. */
  5. .block .ckeditor-toolbar-configuration ul {
  6. list-style: none;
  7. margin: 0;
  8. padding: 0;
  9. }