8
0

table.css 706 B

1234567891011121314151617181920212223242526
  1. /*
  2. * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. .ck table.ck-widget th.ck-editor__nested-editable {
  6. border-color: inherit;
  7. border-style: inset;
  8. }
  9. .ck table.ck-widget td.ck-editor__nested-editable {
  10. border-color: inherit;
  11. border-style: inset;
  12. }
  13. .ck table.ck-widget td.ck-editor__nested-editable.ck-editor__nested-editable_focused,
  14. .ck table.ck-widget td.ck-editor__nested-editable:focus {
  15. background-color: inherit;
  16. color: inherit;
  17. }
  18. .ck table.ck-widget th.ck-editor__nested-editable.ck-editor__nested-editable_focused,
  19. .ck table.ck-widget th.ck-editor__nested-editable:focus {
  20. background-color: inherit;
  21. color: inherit;
  22. }