diff options
-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 { |