diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-30 23:01:37 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-01-30 23:01:37 +0100 |
commit | c2fbd144cf5aa5cafd486190c0fb31ffd73ccac1 (patch) | |
tree | 216ccce4101d24a4e6d63a3ca51aba26b6d950ee /app/assets/stylesheets | |
parent | 86b3cb512052b8969e2f259dd784569738efe33f (diff) |
Add "open in web" link to detailed public status pages
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/stream_entries.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/stream_entries.scss b/app/assets/stylesheets/stream_entries.scss index 2d3cb1436..595275527 100644 --- a/app/assets/stylesheets/stream_entries.scss +++ b/app/assets/stylesheets/stream_entries.scss @@ -302,6 +302,14 @@ color: $color3; } } + + .open-in-web-link { + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } } .embed { |