You can change the looks of your designer applications by modifying their cascading style sheets, or CSS in short. Stylesheets can give your application a unique look, and can change properties like colors, spacing, font types, and many other visual elements.

SpreadsheetWEB features a wide selection of prebuilt style templates that you can choose from. To modify the style of your application, go to the Stylesheets menu in the designer interface. On this page, you will see all active stylesheets for this application. Click Add New to add a new stylesheet into your application. You can choose from existing templates in the system. Click Update to apply the stylesheet into your application.

The order at which stylesheets are displayed on the Stylesheets page will determine their load order during run-time. This means that the top stylesheet will be loaded first, then the second, and so on. Due to the precedence rules of CSS, the bottom stylesheet will have the highest precedence. This means that if stylesheet 1 assigns a value to a property, stylesheet 2 could override that value if they are pointing to the same selector. You can drag-and-drop active stylesheets to change their load order.