Fernando
Posts: 0
Joined: Sat Mar 14, 2015 10:59 am

Where are themes in the new Bootstrap AngularJS UI?

Hi,

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

Thanks! Image

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Where are themes in the new Bootstrap AngularJS UI?

Hi Fernando --

What exact UI you are looking for?

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

Fernando
Posts: 0
Joined: Sat Mar 14, 2015 10:59 am

Where are themes in the new Bootstrap AngularJS UI?

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Where are themes in the new Bootstrap AngularJS UI?

Fernando --

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

Chris N
Posts: 0
Joined: Thu Mar 19, 2015 5:18 pm

Where are themes in the new Bootstrap AngularJS UI?

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Where are themes in the new Bootstrap AngularJS UI?

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.

Chris N
Posts: 0
Joined: Thu Mar 19, 2015 5:18 pm

Where are themes in the new Bootstrap AngularJS UI?

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Where are themes in the new Bootstrap AngularJS UI?

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

Return to “Issues”