Applying CSS styles to screen objects
I'm doing good with my first Tiggzi project. It does a good job of building your app and writing the code for you. As I am new to how Tiggzi works, yet quite familiar with HTML and CSS styling, I am hopeful to be able to apply some extra styling I need.
Simple case, how do I style the background-color of a screen object, such as a Label?
In standard HTML code, I might make a CSS entry like:
label {
background-color: #FFFFCC;
}
I have tried the class label and label.ui-input-text. I have tried adding a CSS doc in the builder. I have tried entering these parameters in Properties / More properties. I have tried the Pallette Panel for entering HTML code. Having spent WAY too much time on this, I am now looking for some clues.
What is the best way to apply CSS styles to screen objects in the context of the Tiggzi builder?