Custom styling for Bootstrap select -


i find select twitter bootstrap's dropdown ugly, how can deactivate bootstrap select widget? or possible customize way select dropdown looks?

you can overwrite css styling adding own example:

select {    background: #333333; } 

this basic example example of how can customize own liking.


Comments

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -