diff --git a/include/ajaxupload.js b/include/ajaxupload.js
index ef872b52f..992190bc1 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 baa743e61..0dfad3f5e 100644
--- a/view/jot.tpl
+++ b/view/jot.tpl
@@ -17,7 +17,7 @@
@@ -31,7 +31,7 @@
-
$bang
+
$bang
$acl
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 57d6ec5e9..a28231426 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;