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:
2
main.js
2
main.js
@ -58,7 +58,7 @@ document.getElementsByTagName('body')[0].innerHTML = ''
|
||||
+ '<div id="sidebar" style="display: none">'
|
||||
+ ' <div id="playerstat">t</div>'
|
||||
+ ' <div id="gamestat"> 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>'
|
||||
|
Reference in New Issue
Block a user