diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-30 18:04:15 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-30 18:07:17 +0100 |
commit | 404d2050d3e96a05ec15e43f64cd24d5fca9e394 (patch) | |
tree | 410c3b5c3a79da9cd44f97ca0398e91b75efd209 /app/assets/stylesheets | |
parent | 02cd2e42b245d7d81e4664729552fd94bb62b6d7 (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.scss | 6 |
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%); + } +} |