summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-02-08 11:25:46 +0000
committerGreg Roach <greg@subaqua.co.uk>2021-02-08 11:38:38 +0000
commit8303bc5050fe56a4f0c28fcbfe3bb1c625076517 (patch)
tree1659293173f14fee78c1c83113981678901f8775 /resources
parentb56fa9dd6a5e9075de5337fd34748412e9e559a7 (diff)
downloadwebtrees-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.phtml2
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 ?>