Questions tagged [sencha-touch-theming]

Sencha Touch has introduced a revolutionary new theming system, built on SASS and Compass.

Sencha Touch has introduced a revolutionary new theming system, built on SASS and Compass, that allows you to create versions of our base theme custom tailored to your application and brand. Because Sencha Touch is built on web standards and targets WebKit, developers are free to use the wide variety of CSS3 properties already available to the platform, like border-radius, background gradients, and even more advanced properties like the CSS3 flexible box model. To create a custom variant of the bundled theme that uses SASS and Compass is very straight-forward as well.

33 questions
0
votes
2 answers

How to create custom toolbar in sencha touch?

I want a custom toolbar with background color as gradient. I tried with sass. But still it is not working.. What i did, i am writing it step by step: I create on resources folder in my current project. I kept themes and images folder there. I…
Arindam Mukherjee
  • 2,255
  • 11
  • 48
  • 83
0
votes
1 answer

Sencha Theming with Compass and Sass not working

I am trying to build a custom theme. I added the $base-color and $base_gradient properties to my resources/sass/app.scss and compiled it by issuing compass compile from the folder. The compilation worked and replaced the css/app.csss. However I am…
-1
votes
1 answer

how to implement sass in sencha touch 2.0

Please tell me how to include our own pictos in sencha 2.0. This is my .scss file. $base_color:#FF83D6; @import 'sencha-touch/default/all'; @include sencha-toolbar-ui('india', #66FF66, 'matte'); @include sencha-button-ui('india', #66ff66,…
srirams_m
  • 3
  • 4
1 2
3