summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-11 15:17:51 +0000
committerMatthew Hodgson <matthew@matrix.org>2014-11-11 15:17:51 +0000
commit548ace0115624db486f7eb27406385ab8514fff7 (patch)
treeed88e49bba6857a92b35b0985ad88ac137573656
parentfix stupid truncation bug (diff)
downloadsynapse-548ace0115624db486f7eb27406385ab8514fff7.tar.xz
make image buttons more buttony
Diffstat (limited to '')
-rwxr-xr-xsyweb/webclient/app.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/syweb/webclient/app.css b/syweb/webclient/app.css
index 854ea75813..bede533594 100755
--- a/syweb/webclient/app.css
+++ b/syweb/webclient/app.css
@@ -350,6 +350,7 @@ textarea, input {
 
 #attachButton {
     position: absolute;
+    cursor: pointer;
     margin-top: 3px;
     right: 0px;
     background: url('img/attach.png');
@@ -470,6 +471,7 @@ textarea, input {
 }
 
 .controlButton {
+    cursor: pointer;
     border: 0px;
     width: 30px;
     height: 30px;