diff options
author | marijus <mario@mariovavti.com> | 2014-06-12 15:23:48 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-06-12 15:23:48 +0200 |
commit | 822358adca34e49d23224c9c6c78d7da60eb5cfa (patch) | |
tree | 333cc682daaa68942b8d25a6aecbf064ba689bcd /view/theme | |
parent | 4a4281448f3485f03aa5b8b1bac1175e217a58c2 (diff) | |
download | volse-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.css | 7 |
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 { |