Drupal 7 Bootstrap image field upload widget
December 31, 2014
When using the Bootstrap theme in Drupal 7, the image upload widget leaves a lot to be desired. I looks pretty crappy Below is how I overcame this.It should probably work with file fields too but instead of overriding THEME_image_widget, you would override THEME_file_widget, though I haven't tried it yet. First, add this to your css .btn-file { position: relative; overflow: hidden; } .btn-file.....