html - Select displaying weirdly in firefox -


so first of all, fiddle :

.nav-ehri.nav-ehri-select { -moz-appearance: button; border: 0 none; display: block; height: 40px; line-height: 20px !important; margin: 0; padding: 10px 0; vertical-align: baseline; white-space: normal !important; width: 100%; } 

http://jsfiddle.net/dj2ps/

the issue here visible on firefox not on chromium. weird reason, select not displayed button , can't find reason of that. assume firefox property i'm missing.

i running bootstrap , have copied every css bits needed code snippet.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -