table.css
Same filename in this branch
Same filename and directory in other branches
- 10 core/misc/dialog/off-canvas/css/table.css
- 10 core/themes/olivero/css/components/table.css
- 11.x core/misc/dialog/off-canvas/css/table.css
- 11.x core/themes/olivero/css/components/table.css
- 11.x core/modules/ckeditor5/css/table.css
- 10 core/modules/ckeditor5/css/table.css
- 9 core/themes/olivero/css/components/table.css
- 9 core/themes/bartik/css/components/table.css
- 8.9.x core/themes/bartik/css/components/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.