Page 1 of 1

Where are themes in the new Bootstrap AngularJS UI?

Posted: Sat Mar 14, 2015 10:59 am
by Fernando

Hi,

i'm working in a project with the new UI but i can't find them...

Thanks! Image


Where are themes in the new Bootstrap AngularJS UI?

Posted: Sat Mar 14, 2015 12:10 pm
by Illya Stepanov

Hi Fernando --

What exact UI you are looking for?

We currently have only Bootstrap UI components -- http://devcenter.appery.io/documentat...


Where are themes in the new Bootstrap AngularJS UI?

Posted: Sat Mar 14, 2015 1:45 pm
by Fernando

Hi.

If i create a "Phone app" i can select theme in "App settings-General" and also import themes (from plugins), but i can't see any options if i create a "Bootstrap AngularJS App".

Regards.


Where are themes in the new Bootstrap AngularJS UI?

Posted: Sat Mar 14, 2015 2:59 pm
by Illya Stepanov

Fernando --

To be clear AngularJS apps are using Bootstrap UI, for more details please check this link - http://angular-ui.github.io/bootstrap...


Where are themes in the new Bootstrap AngularJS UI?

Posted: Tue Apr 21, 2015 11:49 pm
by Chris N

Hi Illya,

Will themes be supported somehow in the future with bootstrap? Can we override the bootstrap defaults by supplying our own CSS? Is there some best practices if we want to begin adding our own skinning for bootstrap?


Where are themes in the new Bootstrap AngularJS UI?

Posted: Wed Apr 22, 2015 4:27 pm
by Illya Stepanov

Hi Chris -

Thanks for this question. At this moment you can add Bootstrap theme as a CSS asset in builder, but more likely there should be made an additional corrections for the weight of the CSS selectors in the theme.

In our upcoming Appery.io new version of a builder, you'll be able to link themes as external resources and control the order of files connections in your final app.


Where are themes in the new Bootstrap AngularJS UI?

Posted: Wed Apr 22, 2015 5:16 pm
by Chris N

Hi Illya,

Thank you, I'm happy to hear that themes will be incorporated further. Can you detail a bit more about what you mean by "corrections for the weight of CSS selectors in the theme"?

Thanks,
Chris


Where are themes in the new Bootstrap AngularJS UI?

Posted: Wed Apr 22, 2015 8:28 pm
by Illya Stepanov

E.g. for some CSS selectors should be added !important
precode.favorite {
color: red !important;
font-weight: bold !important;
}/code/pre