diff options
author | friendica <info@friendica.com> | 2014-06-26 16:26:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-26 16:26:33 -0700 |
commit | fea4eac17a5979fc5ffe0ac74e626c3cc562a45e (patch) | |
tree | 33c1ebecb67d9fdec59c27b9fbf45f381d6606cc /view | |
parent | 8b545d91db1bec0881645a989f4d7fc146397154 (diff) | |
parent | 0db4b55223d5df47a13cdb47d25ba30fd57df5c1 (diff) | |
download | volse-hubzilla-fea4eac17a5979fc5ffe0ac74e626c3cc562a45e.tar.gz volse-hubzilla-fea4eac17a5979fc5ffe0ac74e626c3cc562a45e.tar.bz2 volse-hubzilla-fea4eac17a5979fc5ffe0ac74e626c3cc562a45e.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4ee8a7477..50e698e48 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2062,10 +2062,14 @@ img.mail-list-sender-photo { border-bottom-right-radius: $radiuspx; border-bottom-left-radius: $radiuspx; text-align: center; + font-weight: bold; + color: $link_colour; + cursor: pointer; } .divgrow-showmore:hover { border-top: 1px dashed #adadad; + text-decoration: underline; } |