When adding custom styles, it is essential to consider the potential need for adjustments due to HTML changes. Developers of ozma.io cannot guarantee class name stability in the future.
The custom_css setting provides the opportunity to tailor the application's appearance to your preferences by incorporating user-defined CSS styles.
funapp.settings on your instance.custom_css.Example setting value:
.header-panel {
background-color: antiquewhite;
}
Currently, you can modify the following properties:
background-colorcolorfont-sizepaddingpadding-toppadding-bottompadding-leftpadding-rightmarginmargin-topmargin-bottommargin-leftmargin-rightheightwidthmin-heightmin-widthmax-heightmax-widthborderborder-radiusborder-topborder-bottomborder-leftborder-rightborder-colorborder-styletext-aligntext-decorationtext-transformIf you require additional properties for customization, please contact us, and we will add them upon your request.