annoying webkit adds stupid styles to HTML5 elements that can’t be overwritten like they can for all other elements. Seriously WebKit?

This commit is contained in:
Stefan Breunig
2013-02-04 15:11:51 +01:00
parent e4677b6219
commit f268f0cffc
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ document.getElementsByTagName('body')[0].innerHTML = ''
+ '<div id="sidebar" style="display: none">'
+ ' <div id="playerstat">t</div>'
+ ' <div id="gamestat">&nbsp;loading global control stats</div>'
+ ' <input id="geosearch" placeholder="Search location…" type="search"/>'
+ ' <input id="geosearch" placeholder="Search location…" type="text"/>'
+ ' <div id="portaldetails"></div>'
+ ' <input id="redeem" placeholder="Redeem code…" type="text"/>'
+ ' <div id="updatestatus"></div>'