See this post
http://www.lianja.com/community/showthread.php?1373-New-UI-theming-in-RC7&highlight=lianja_ui_
Type: Posts; User: barrymavin
See this post
http://www.lianja.com/community/showthread.php?1373-New-UI-theming-in-RC7&highlight=lianja_ui_
Lianja desktop apps are built on top of Qt widgets. You can study the various ways CSS can be described at:
http://qt-project.org/doc/qt-4.8/stylesheet-examples.html
All of the core Lianja UI...
Have you looked at the CSS theming example App. This shows you how to apply CSS.
CSS cascades down through the UI hierachy.
You can apply CSS at the App, Page, Section or Formitem level. Only the UI items that match the CSS selectors will be affected.
You can also create...