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-color
color
font-size
padding
padding-top
padding-bottom
padding-left
padding-right
margin
margin-top
margin-bottom
margin-left
margin-right
height
width
min-height
min-width
max-height
max-width
border
border-radius
border-top
border-bottom
border-left
border-right
border-color
border-style
text-align
text-decoration
text-transform
If you require additional properties for customization, please contact us, and we will add them upon your request.