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;
|
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 {
|
||||||
|
Reference in New Issue
Block a user