Re: Activity Stream background different for admins and groups
@hnla – thank you.
So, the proper css for the function would be:
`ul.activity-list li.highlightpost-mine {
background: #ebf7ff url(/images/ctr.png) no-repeat;
background-position:100% 99%;
padding: 4px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 2px 2px 2px #ebf7ff;
-webkit-box-shadow: 2px 2px 2px #ebf7ff;
margin:40px;
}
div.activity-comments ul li {
background: #ebf7ff url(/images/ctr.png) no-repeat;
background-position:100% 99%;
padding: 4px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 2px 2px 2px #ebf7ff;
-webkit-box-shadow: 2px 2px 2px #ebf7ff;
}`