AudienceView Connect
AudienceView Documentation

CSS Gradients - Search Box and shoppingCart.asp Performance Totals

CSS Selectors Line Reference Default Properties Default Property Values New Property Value
#searchBox ul,
.dataTable tfoot td,
.order-totals
807 background #DDD  
    background -moz-linear-gradient(top, #DDD 0%, #BBB 100%)  
    background -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDD), color-stop(100%,#BBB))  
    background -webkit-linear-gradient(top, #DDD 0%,#BBB 100%)  
    background -o-linear-gradient(top, #DDD 0%,#BBB 100%)  
    background -ms-linear-gradient(top, #DDD 0%,#BBB 100%)  
    background linear-gradient(top, #DDD 0%,#BBB 100%)  
    filter progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCC', endColorstr='#AAA',GradientType=0 )