From 404d2050d3e96a05ec15e43f64cd24d5fca9e394 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 30 Jan 2017 18:04:15 +0100 Subject: Add explicit "load more" link to the bottom of StatusList and notifications --- app/assets/stylesheets/components.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/assets/stylesheets') 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%); + } +} -- cgit