AudienceView Connect
AudienceView Documentation

CSS Gradients - My Account Menu Items

CSS Selectors Line Reference Default Properties Default Property Values New Property Value
.account-menu li a 881 Background white  
    background -moz-linear-gradient(top, white 0%, #F2F2F7 100%)  
    background -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#F2F2F7))  
    background -webkit-linear-gradient(top, white 0%,#F2F2F7 100%)  
    background -o-linear-gradient(top, white 0%,#F2F2F7 100%)  
    background -ms-linear-gradient(top, white 0%,#F2F2F7 100%)  
    background linear-gradient(top, white 0%,#F2F2F7 100%)  
    filter progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F2F2F7',GradientType=0 )