I'm trying to align the text to the center inside the select element of a form. It works fine in Firefox but the text still align to left in Chrome: any ideas?
Here's the css:
.top-search select{
background: #fff;
border: 1px solid #ccc;
width: 190px;
height: 28px;
text-align: center;
padding-top: 4px;
}
Works fine in FF but not in Chrome