aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-06-26 19:08:16 +0200
committermarijus <mario@mariovavti.com>2014-06-26 19:08:16 +0200
commitc6cae8e0c260d4286720626f765baab1280c2330 (patch)
tree995f48ac031870a03e83fbd1d1bb542b7fdcc089 /view/theme
parent4d093e0e6db6fb8953a7d7761c335b812977c9f9 (diff)
downloadvolse-hubzilla-c6cae8e0c260d4286720626f765baab1280c2330.tar.gz
volse-hubzilla-c6cae8e0c260d4286720626f765baab1280c2330.tar.bz2
volse-hubzilla-c6cae8e0c260d4286720626f765baab1280c2330.zip
make it a div to prevent extra borders in some browsers after click
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css4
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;
}