sam5863015
Posts: 0
Joined: Thu May 16, 2013 5:50 pm

change radio button colour

Is there anyway to change the colour of a radio button? I have set the theme by using jQuery's theme roller and have my default colours on the page but now I'd like to change the colour of the radio button but would like to keep the theme I have too. Is there any way to do this?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

change radio button colour

Hello! You can also use CSS to do that.
http://docs.appery.io/documentation/w...

sam5863015
Posts: 0
Joined: Thu May 16, 2013 5:50 pm

change radio button colour

Ok I've checked that out and it only makes reference to font style how do I change the actual box colour? Appery is great tool by the way will we ever see a downloaded version or will it stay on cloud?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

change radio button colour

Hello.

To change radio button colour use next CSS code:
precode
.ui-radio .ui-btn
{ background:green!important;
}
/code/pre

[quote:]Appery is great tool by the way will we ever see a downloaded version or will it stay on cloud?
[/quote]

it stay as a cloud-based mobile platform.

sam5863015
Posts: 0
Joined: Thu May 16, 2013 5:50 pm

change radio button colour

Thank you for your help :)

sam5863015
Posts: 0
Joined: Thu May 16, 2013 5:50 pm

change radio button colour

Hello,

I have added the CSS code to my app and it works great however I have 5 seperate radio boxes on the page and would like to code each a different colour, by using this CSS code I colour all the same.

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

change radio button colour

Hi Sam,

Use extended CSS request:
code[dsid="mobileradiogroup_13"] .ui-radio .ui-btn
{
background:green!important;
}/code

sam5863015
Posts: 0
Joined: Thu May 16, 2013 5:50 pm

change radio button colour

Thank you both for your help

Return to “Issues”