about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-28 00:43:36 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-28 00:43:36 +0100
commit809455aaaed1e576ca2613828ad009a93224afa0 (patch)
tree64330a3b7e2a3cec22621dc424e0aaa8cf7087b1 /app
parent9214b5d02ee76dfc202af6c986a6b67e4cecb989 (diff)
Add elephant friend to missing indicator
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/components.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index 5fc67d9c1..3b7c6ddf4 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -1074,8 +1074,10 @@ button.active i.fa-retweet {
   text-align: center;
   font-size: 16px;
   font-weight: 500;
-  color: lighten($color1, 26%);
-  padding-top: 120px;
+  color: lighten($color1, 16%);
+  padding-top: 210px;
+  background: image-url('mastodon-not-found.png') no-repeat center -50px;
+  cursor: default;
 }
 
 .column-header {