html - Select Box alignment differ in chrome and mozilla -


enter image description here

selectbox font differ chrome , mozilla. correctly aligning in mozilla. not in chrome

css

 select {     -moz-appearance: none;     background: rgba(0, 0, 0, 0) url("../img/select-arrow.png") no-repeat scroll 90% center;     border: 0 none !important;     border-radius: 4px;     box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;     color: #000;     height: 22px;     padding: 0;     text-indent: 0.01px;     text-overflow: "";     width: 67%; } 


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -