Wazery
Wazery

Reputation: 15883

Bootstrap File Input Style

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

Answers (2)

Syed Shibli
Syed Shibli

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

rhernando
rhernando

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

Related Questions