add hover effect to expand/collaps

This commit is contained in:
marijus 2014-06-12 15:23:48 +02:00
parent 4a4281448f
commit 822358adca

View File

@ -2006,9 +2006,16 @@ img.mail-list-sender-photo {
display: block; display: block;
width: 100%; width: 100%;
border-top: 1px dashed #ccc; border-top: 1px dashed #ccc;
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;
text-align: center; text-align: center;
} }
.divgrow-showmore:hover {
background-color: $editbuttons_bghover;
}
/* widgets */ /* widgets */
.widget { .widget {