aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 cdbf770b6..41f48141d 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2016,9 +2016,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 {