Appearance individualization
The IBI-aws WebClient appearance can be adjusted if required. The CSS file custom-style.css
is available for this purpose. Please, use only this file for individualization. By using the custom
class identifier, all existing CSS classes can be overwritten. To determine the corresponding CSS classes, we recommend to use the developer tools available in the web browser.
Beispiel
CSS
/* Set background of message card to green */
.custom .remark-card {
background-color: green;
}