aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-03-30 23:05:37 +0100
committerMax Kostikov <max@kostikov.co>2019-03-30 23:05:37 +0100
commitb384b275466655659c063253e82962c3fe524f6f (patch)
tree40b154dab9793ffab70fae7586c46f76cfc703d4 /view
parent0b996245d5ef54d23e7b06307c2b0abac5988dce (diff)
downloadvolse-hubzilla-b384b275466655659c063253e82962c3fe524f6f.tar.gz
volse-hubzilla-b384b275466655659c063253e82962c3fe524f6f.tar.bz2
volse-hubzilla-b384b275466655659c063253e82962c3fe524f6f.zip
Revert "Add submit button styling"
This reverts commit 0b996245d5ef54d23e7b06307c2b0abac5988dce
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/profile_photo.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_photo.tpl b/view/tpl/profile_photo.tpl
index 4b39d9d3f..819502df5 100755
--- a/view/tpl/profile_photo.tpl
+++ b/view/tpl/profile_photo.tpl
@@ -124,7 +124,7 @@
{{/if}}
<div id="profile-photo-submit-wrapper">
- <button type="submit" class="btn btn-outline-primary" name="submit" id="profile-photo-submit">{{$submit}}</button>
+ <input type="submit" name="submit" id="profile-photo-submit" value="{{$submit}}">
</div>
</div>