I ve created a button in html and styled it using css as below.
<input type="button" class="mainmenu" value="Practice"/>
.mainmenu{
background-color:#FF0000;
}
It is working fine on all browsers with background color of the button as plain red but when it is made into a Firefox OS app instead of plain red color as background I see light red color with the button like appearance. I don't want this button like appearance. How to get rid of it?
This is how I see in normal browsers.
When Installed on Firefox OS phone or Firefox OS emulator