antonback89
Posts: 0
Joined: Mon Apr 14, 2014 7:17 pm

Change color of "Close"-button in dialog page!?

How can i change color on my "close"-button on my dialog page who runs at startup?
Tried the ".ui-btn" in CSS but it doesn't work.

Thanks!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Change color of "Close"-button in dialog page!?

Hi Anton,

Add the following CSS:pre[name=mobileheader] a{
background:red!important;
}/preWhere 'mobileheader' is a dialog header name.

antonback89
Posts: 0
Joined: Mon Apr 14, 2014 7:17 pm

Change color of "Close"-button in dialog page!?

Hey!

Thanks it's worked like a charm!
When i preview my app in the browser my dialog pops up but on my phone (Nexus 5) it doesn't show up.

My event is: Start Load Open as dialog

Any idea why it dont work on my phone?!

antonback89
Posts: 0
Joined: Mon Apr 14, 2014 7:17 pm

Change color of "Close"-button in dialog page!?

Also when i preview it on my phones browser it works, but not in the app itself =/

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Change color of "Close"-button in dialog page!?

Hello Anton,

Please clarify, do you have any errors in console? You can check that using Weinre: http://devcenter.appery.io/documentat...

Return to “Issues”