Just-Boris
2 Nov 2012, 3:27 AM
I want green not rounded button and create custom UI.
@include extjs-button-ui(
/* UI + Scale */ 'green-button-medium',
// ...
//colors, fonts, padding
// ...
$border-radius: 0px
);
Then I build theme using compass compile. But warnings like this appears in progress:
WARNING: @theme-background-image: Theme image not found: ../images/btn/btn-green-button-medium-pressed-corners.gif
on line 18 of ../../ext/resources/themes/stylesheets/ext4/default/mixins/_theme-background-image.scss
This sprites doesn't need because this button hasn't rounded borders, but compass still write it. Built theme works correct but because of this warnings I may miss something really important.
I slice theme on sptites by sencha cmd, but these files still missing. How to hide or fix it?
@include extjs-button-ui(
/* UI + Scale */ 'green-button-medium',
// ...
//colors, fonts, padding
// ...
$border-radius: 0px
);
Then I build theme using compass compile. But warnings like this appears in progress:
WARNING: @theme-background-image: Theme image not found: ../images/btn/btn-green-button-medium-pressed-corners.gif
on line 18 of ../../ext/resources/themes/stylesheets/ext4/default/mixins/_theme-background-image.scss
This sprites doesn't need because this button hasn't rounded borders, but compass still write it. Built theme works correct but because of this warnings I may miss something really important.
I slice theme on sptites by sencha cmd, but these files still missing. How to hide or fix it?