diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-02-08 11:25:46 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-02-08 11:38:38 +0000 |
| commit | 8303bc5050fe56a4f0c28fcbfe3bb1c625076517 (patch) | |
| tree | 1659293173f14fee78c1c83113981678901f8775 /resources | |
| parent | b56fa9dd6a5e9075de5337fd34748412e9e559a7 (diff) | |
| download | webtrees-8303bc5050fe56a4f0c28fcbfe3bb1c625076517.tar.gz webtrees-8303bc5050fe56a4f0c28fcbfe3bb1c625076517.tar.bz2 webtrees-8303bc5050fe56a4f0c28fcbfe3bb1c625076517.zip | |
Form styling
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/views/modals/media-file-fields.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modals/media-file-fields.phtml b/resources/views/modals/media-file-fields.phtml index 6ac948d269..a158d6c727 100644 --- a/resources/views/modals/media-file-fields.phtml +++ b/resources/views/modals/media-file-fields.phtml @@ -41,7 +41,7 @@ use Fisharebest\Webtrees\Tree; <?= I18N::translate('A file on your computer') ?> </label> <div class="col-sm-10"> - <input class="form-control" id="file" name="file" type="file"> + <input class="form-control-file" id="file" name="file" type="file"> <small class="text-muted"> <?= I18N::translate('Maximum upload size: ') ?> <?= $max_upload_size ?> |
