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
- /**
- * 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;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.