aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-06-12 15:23:48 +0200
committermarijus <mario@mariovavti.com>2014-06-12 15:23:48 +0200
commit822358adca34e49d23224c9c6c78d7da60eb5cfa (patch)
tree333cc682daaa68942b8d25a6aecbf064ba689bcd /view/theme
parent4a4281448f3485f03aa5b8b1bac1175e217a58c2 (diff)
downloadvolse-hubzilla-822358adca34e49d23224c9c6c78d7da60eb5cfa.tar.gz
volse-hubzilla-822358adca34e49d23224c9c6c78d7da60eb5cfa.tar.bz2
volse-hubzilla-822358adca34e49d23224c9c6c78d7da60eb5cfa.zip
add hover effect to expand/collaps
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b2d78c5a5..a39e91c3b 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2006,9 +2006,16 @@ img.mail-list-sender-photo {
display: block;
width: 100%;
border-top: 1px dashed #ccc;
+ border-bottom-right-radius: $radiuspx;
+ border-bottom-left-radius: $radiuspx;
text-align: center;
}
+.divgrow-showmore:hover {
+ background-color: $editbuttons_bghover;
+}
+
+
/* widgets */
.widget {