aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_photo.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-23 19:43:05 -0800
committerzotlabs <mike@macgirvin.com>2018-02-23 19:43:05 -0800
commit7ddf51722cdbe2d69084b7e9597fc6b11aeeb686 (patch)
tree75d649901edc668938635933303a7bd63daa03a1 /view/tpl/profile_photo.tpl
parent59dafb610d049c8b19a038871fa282231f809c93 (diff)
downloadvolse-hubzilla-7ddf51722cdbe2d69084b7e9597fc6b11aeeb686.tar.gz
volse-hubzilla-7ddf51722cdbe2d69084b7e9597fc6b11aeeb686.tar.bz2
volse-hubzilla-7ddf51722cdbe2d69084b7e9597fc6b11aeeb686.zip
style the buttons even more
Diffstat (limited to 'view/tpl/profile_photo.tpl')
-rwxr-xr-xview/tpl/profile_photo.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/profile_photo.tpl b/view/tpl/profile_photo.tpl
index 04d04d549..1f468c2e5 100755
--- a/view/tpl/profile_photo.tpl
+++ b/view/tpl/profile_photo.tpl
@@ -45,8 +45,8 @@
</form>
<br />
<div id="profile-photo-link-select-wrapper">
- <button id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
- <i id="embed-photo" class="fa fa-file-image-o jot-icons"></i> {{$select}}
+ <button id="embed-photo-wrapper" class="btn btn-default btn-primary" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
+ <i id="embed-photo" class="fa fa-file-image-o"></i> {{$select}}
</button>
</div>
</div>