Styling <option>
by aaronmacy
HTML
<html>
<body>
<select style="background:#f0f0ef; -webkit-appearance:button; padding:10px;">
<option value="project">Project</option>
<option value="foo">Foo</option>
</select>
</body>
</html>