Firefox の選択ボックス キャプションの垂直方向の配置に問題があります。
select の CSS は次のようになります。
select#cities_list {
width: 95px;
height: 45px;
line-height: 45px;
background: url('./img/select-arrow.png') no-repeat right transparent;
-webkit-appearance: none;
border: 1px solid #dcdcdc;
border-left: none;
border-right: none;
padding: 0 10px;
margin: 0;
float: left;
}
Chrome では、すべて問題なく表示されます。
ヘルプ!