Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

table.css

Same filename in this branch
  1. 11.1.x core/themes/olivero/css/components/table.css
  2. 11.1.x core/misc/dialog/off-canvas/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. }
RSS feed
Powered by Drupal