add hover effect to expand/collaps
This commit is contained in:
parent
4a4281448f
commit
822358adca
@ -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 {
|
||||
|
Reference in New Issue
Block a user