about summary refs log tree commit diff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-30 18:04:15 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-30 18:07:17 +0100
commit404d2050d3e96a05ec15e43f64cd24d5fca9e394 (patch)
tree410c3b5c3a79da9cd44f97ca0398e91b75efd209 /app/assets/stylesheets
parent02cd2e42b245d7d81e4664729552fd94bb62b6d7 (diff)
Add explicit "load more" link to the bottom of StatusList and notifications
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/components.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index a09021a12..6810fae12 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -743,3 +743,9 @@ button.active i.fa-retweet {
     background: lighten($color1, 6%);
   }
 }
+
+.load-more {
+  &:hover {
+    background: lighten($color1, 6%);
+  }
+}