diff options
author | Max Kostikov <max@kostikov.co> | 2019-03-30 23:05:37 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-03-30 23:05:37 +0100 |
commit | b384b275466655659c063253e82962c3fe524f6f (patch) | |
tree | 40b154dab9793ffab70fae7586c46f76cfc703d4 | |
parent | 0b996245d5ef54d23e7b06307c2b0abac5988dce (diff) | |
download | volse-hubzilla-b384b275466655659c063253e82962c3fe524f6f.tar.gz volse-hubzilla-b384b275466655659c063253e82962c3fe524f6f.tar.bz2 volse-hubzilla-b384b275466655659c063253e82962c3fe524f6f.zip |
Revert "Add submit button styling"
This reverts commit 0b996245d5ef54d23e7b06307c2b0abac5988dce
-rwxr-xr-x | view/tpl/profile_photo.tpl | 2 |
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> |