Reputation: 15883
I want to style a file input with a consistent style to Bootstrap, how I can accomplish that? Do I need a plugin or it is already built-in? I Checked Bootstrap components and didn't find it.
Upvotes: 0
Views: 5249
Reputation: 1072
bootstrap-filestyle is a owsome jquery plugin to style the the file input easily.
please check the demo
http://markusslima.github.io/bootstrap-filestyle/
Upvotes: 2
Reputation: 1071
In Bootstrap documentation (CSS) you have the example http://getbootstrap.com/css/#forms-example
Here is a link to customize a file input button http://css-tricks.com/snippets/css/custom-file-input-styling-webkitblink/
Upvotes: -1