CSS tutorials search (Sencha Touch)

I want to change the layout of my application. I want to use my own buttons and change the background color. Can anyone post some useful lessons. I'm not so good at css

thanks for the help

+1
source share
3 answers

My only advice is to use Firebug if you want to customize the application. Set the attributes clsfor your components, run the application on Firefox / Chrome / Safari, and then just right-click the HTML element you want to customize and look at the CSS set for that element. Then, all about writing CSS.

+1
source

ya you can change the background colors in the file touch-charts-full.css. In this you can also change the shape of the buttons. If you want to change the background color of the toolbar, find the toolbar in the css file and change the background color in this.

0
source

Source: https://habr.com/ru/post/1538771/


All Articles