I am trying to change theme of sencha application, i want to know how to change background color of all panels and containers of sencha touch app like touchstyle application
I changed the title bar, tab panel color, but i don't know how to change the color of panel and container.
Two ways:
First(Directly change in panel):
Second(Add CSS class and use it in Panel's 'bodyCssClass' property):
Set the style config.
EDIT: You could set the
cls
config for your panel. E.g:cls: red-bg
and in your stylesheet: