@@ -161,12 +161,27 @@ import { CrudMixin } from './vaadin-crud-mixin.js';
161161 * `footer` | The footer of the dialog
162162 * `content` | The wrapper for the form
163163 *
164- * The following custom properties are available:
165- *
166- * Custom Property | Description | Default
167- * ----------------|----------------
168- * --vaadin-crud-editor-max-height | max height of editor when opened on the bottom | 40%
169- * --vaadin-crud-editor-max-width | max width of editor when opened on the side | 40%
164+ * The following custom CSS properties are available for styling:
165+ *
166+ * Custom CSS property |
167+ * :--------------------------------------|
168+ * | `--vaadin-crud-background` |
169+ * | `--vaadin-crud-border-color` |
170+ * | `--vaadin-crud-border-radius` |
171+ * | `--vaadin-crud-border-width` |
172+ * | `--vaadin-crud-editor-max-height` |
173+ * | `--vaadin-crud-editor-max-width` |
174+ * | `--vaadin-crud-footer-background` |
175+ * | `--vaadin-crud-footer-gap` |
176+ * | `--vaadin-crud-footer-padding` |
177+ * | `--vaadin-crud-form-padding` |
178+ * | `--vaadin-crud-header-color` |
179+ * | `--vaadin-crud-header-font-size` |
180+ * | `--vaadin-crud-header-font-weight` |
181+ * | `--vaadin-crud-header-line-height` |
182+ * | `--vaadin-crud-header-padding` |
183+ * | `--vaadin-crud-toolbar-background` |
184+ * | `--vaadin-crud-toolbar-padding` |
170185 *
171186 * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
172187 *
0 commit comments