AudienceView Connect
AudienceView Documentation

CSS Gradients - Search Results Table

CSS Selectors Line Reference Default Properties Default Property Values New Property Value
tr.even td.active-code,
tr.odd td.active-code,
tr.even td.performance-description,
tr.odd td.performance-description,
#availability-legend
864 background #E6E6ED  
    background -moz-linear-gradient(top, #E6E6ED 0%, #CFCFD3 100%)  
    background -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E6ED), color-stop(100%,#CFCFD3))  
    background -webkit-linear-gradient(top, #E6E6ED 0%,#CFCFD3 100%)  
    background -o-linear-gradient(top, #E6E6ED 0%,#CFCFD3 100%)  
    background -ms-linear-gradient(top, #E6E6ED 0%,#CFCFD3 100%)  
    background linear-gradient(top, #E6E6ED 0%,#CFCFD3 100%)  
    filter progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6E6ED', endColorstr='#CFCFD3',GradientType=0 )