Documentation

Documentation versions (currently viewingVaadin 24)

Confirm Dialog

Styling API reference for the Confirm Dialog component.

CSS Selectors

The following CSS selectors can be used in stylesheets to target the various parts and states of the component. See the Styling documentation for more details on how to style components.

Overlay

Root element

vaadin-confirm-dialog-overlay

Modality curtain (backdrop)

vaadin-confirm-dialog-overlay::part(backdrop)

Dialog surface

vaadin-confirm-dialog-overlay::part(overlay)

Header

vaadin-confirm-dialog-overlay::part(header)

Default title element

vaadin-confirm-dialog-overlay > [slot="header"]

Content Area

Content area

vaadin-confirm-dialog-overlay::part(content)

Message

vaadin-confirm-dialog-overlay::part(message)

Footer

vaadin-confirm-dialog-overlay::part(footer)

Confirm button

vaadin-confirm-dialog-overlay > [slot="confirm-button"]

Reject button

vaadin-confirm-dialog-overlay > [slot="reject-button"]

Cancel button

vaadin-confirm-dialog-overlay > [slot="cancel-button"]