summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/ckeditor5/css/table.css
blob: 47b7e377afd82e3726ad92c257e0a9e96c3a4084 (plain) (blame)
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;
}