Carlos Castillo6909856
Posts: 0
Joined: Tue Jun 03, 2014 12:51 pm

Please help can't change a collapsable background

I did this on the CSS
FondoPres

[name=mobilecollapsblockheader_70] .ui-btn-inner {
background-color: #dd9933;
}
[name=mobilecollapsblockheader_70] .ui-btn-inner:hover {
background-color: #dd9933;
}

but does nothing, what ma I doing wrong?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Please help can't change a collapsable background

Hi Carlos.

Please specify: what Appery.io libraries version you are using?

Also if you using v2.0 you can use following CSS code:

pre

html head + body [name=mobilecollapsblockheader_70] .ui-btn {
background-color: #dd9933;
}
html head + body [name=mobilecollapsblockheader_70] .ui-btn:hover {
background-color: #ff9933;
}

/pre

Regards.

Carlos Castillo6909856
Posts: 0
Joined: Tue Jun 03, 2014 12:51 pm

Please help can't change a collapsable background

It did not work!

Why????

My proyect
user/projects/45bccb8f-033f-4f29-8206-4fac54d332f2/openNewEditor

Carlos Castillo6909856
Posts: 0
Joined: Tue Jun 03, 2014 12:51 pm

Please help can't change a collapsable background

I solved this with
Appery("mobilecollapsblockheader_70").css('background-color', '#dfe907');

and run a Java script when open panel

But isn't there an easier way of doing this????

Is jus a backround color change....

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Please help can't change a collapsable background

Hi Carlos,

Did you change in CSS code "mobilecollapsblockheader_70" with name of your component?:

pre

/* note you should replse "mobilecollapsblockheader_70" with your mobileCollapsioleBlockHeader component name */
html head + body [name=mobilecollapsblockheader_70] .ui-btn {
background-color: #dd9933;
}
html head + body [name=mobilecollapsblockheader_70] .ui-btn:hover {
background-color: #ff9933;
}

/pre

If not - please do it.

If so - please give us your app public link and describe steps to reproduce this problem.

Regards.

Carlos Castillo6909856
Posts: 0
Joined: Tue Jun 03, 2014 12:51 pm

Please help can't change a collapsable background

Ok

Thank you very much

Actually you where right, I did the changes and woke very well, any way it would help more to have a panel of color embedded into the dashboard to easily change does kind of parameter like the once you already have in some tools like Grid.

Any way it did worked fine.

Best

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Please help can't change a collapsable background

Hi Carlos,

Thanks for your update and suggestion.

Regards.

Return to “Issues”