html - Plain background colour for buttons is not supported by Firefox OS -


i ve created button in html , styled using css below.

<input type="button" class="mainmenu" value="practice"/>  .mainmenu{ background-color:#ff0000; } 

it working fine on browsers background color of button plain red when made firefox os app instead of plain red color background see light red color button appearance. don't want button appearance. how rid of it?

this how see in normal browsers.

this how see in normal browsers

when installed on firefox os phone or firefox os emulator

when installed on firefox os phone or firefox os emulator

it because default ffos browser's style input[type="button"] has linear-gradient background, background-image property, not overridden background-color="#ff0000".

you can override changing background-color background.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -