From 822358adca34e49d23224c9c6c78d7da60eb5cfa Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 12 Jun 2014 15:23:48 +0200 Subject: add hover effect to expand/collaps --- view/theme/redbasic/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'view/theme/redbasic') 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 { -- cgit v1.2.3