fontcolor.css 327 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. .ck .ck-button.ck-color-table__remove-color {
  6. display: flex;
  7. align-items: center;
  8. width: 100%;
  9. }
  10. label.ck.ck-color-grid__label {
  11. font-weight: unset;
  12. }