From c6cae8e0c260d4286720626f765baab1280c2330 Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 26 Jun 2014 19:08:16 +0200 Subject: make it a div to prevent extra borders in some browsers after click --- view/theme/redbasic/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view') 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; } -- cgit v1.2.3