table.css

Same filename in this branch
  1. 11.x core/misc/dialog/off-canvas/css/table.css
  2. 11.x core/themes/olivero/css/components/table.css
Same filename in other branches
  1. 9 core/themes/olivero/css/components/table.css
  2. 9 core/themes/bartik/css/components/table.css
  3. 8.9.x core/themes/bartik/css/components/table.css
  4. 10 core/misc/dialog/off-canvas/css/table.css
  5. 10 core/themes/olivero/css/components/table.css
  6. 10 core/modules/ckeditor5/css/table.css
/**
 * Allow users to specify the background color in all themes.
 *
 * (Users can set this using CKEditor 5's optional TableProperties and
 * TableCellProperties plugins.)
 */
.ck tr,
.ck th,
.ck td {
  background-color: transparent;
}

File

core/modules/ckeditor5/css/table.css

View source
  1. /**
  2. * Allow users to specify the background color in all themes.
  3. *
  4. * (Users can set this using CKEditor 5's optional TableProperties and
  5. * TableCellProperties plugins.)
  6. */
  7. .ck tr,
  8. .ck th,
  9. .ck td {
  10. background-color: transparent;
  11. }

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