Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

Styling input radio buttons not working in linux firefox

  • 6 uphendule
  • 2 zinale nkinga
  • 43 views
  • Igcine ukuphendulwa ngu cor-el

more options

On linux we cannot use radio buttons switch from foundation zurb. Look at this issue: https://github.com/zurb/foundation/issues/1615#issuecomment-14593962.

On linux we cannot use radio buttons switch from foundation zurb. Look at this issue: https://github.com/zurb/foundation/issues/1615#issuecomment-14593962.

Isisombululo esikhethiwe

The buttons work if I add a -moz-appearance:none rule

div.switch input {
 position: absolute;
 z-index: 3;
 opacity: 0;
 width: 100%;
 height: 100%;
 -moz-appearance: none
}
Funda le mpendulo ngokuhambisana nalesi sihloko 👍 2

All Replies (6)

more options

I'll check it first on my Ubuntu system and then possibly/probably file a bug.

Thanks for the report!

more options

Thanks for your interest. Here is a page where it does not work: http://foundation.zurb.com/docs/components/switch.html . Radio button is too small (only click on the top right corner can toggle the button).

more options

Give me a day or two - I am out in the wilderness w/o my Ubuntu workhorse :)

Okulungisiwe ngu smo

more options

Isisombululo Esikhethiwe

The buttons work if I add a -moz-appearance:none rule

div.switch input {
 position: absolute;
 z-index: 3;
 opacity: 0;
 width: 100%;
 height: 100%;
 -moz-appearance: none
}
more options

AWESOME! Cor-el thanks, thanks, thanks! ;) this is the best solution, but temporary, because I think it's a bug, that I can not styling input field, while on the widows OS all works well.

@cor-el BIG thanks, you made my day today :)

more options

You're welcome.