diff --git a/include/ajaxupload.js b/include/ajaxupload.js index ef872b52f8..992190bc17 100644 --- a/include/ajaxupload.js +++ b/include/ajaxupload.js @@ -160,9 +160,11 @@ left : box.left + 'px', top : box.top + 'px', width : from.offsetWidth + 'px', - height : from.offsetHeight + 'px' + height : from.offsetHeight + 'px', + cursor : 'pointer' }); to.title = from.title; + } /** diff --git a/view/jot.tpl b/view/jot.tpl index baa743e61d..0dfad3f5e2 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -17,7 +17,7 @@
-
Upload Photo
+
Upload Photo
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 57d6ec5e93..a282314260 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -78,6 +78,17 @@ blockquote:before { border: 1px solid #F5F6FB; } +#jot-perms-icon, +#profile-location, +#profile-video, +#profile-link, +#wall-image-upload, +#profile-upload-wrapper, +#wall-image-upload-div, +.focus { + cursor: pointer; +} + .fakelink, .fakelink:visited { color: #15607B; text-decoration: none;