1 2 3 4 5 6 7 8 9 10 11
/** * 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; }