datatable-base-skin.css revision cb693237166595dde0db7d83d60ac7c662660fe0
/* basic skin styles */
margin: 0;
padding: 0;
}
color: #000;
}
margin: 0;
}
}
/* header gradient */
0 0,
0 100%,
/* IE gradient doesn't support color stops, so this isn't going to work out */
/*
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr='#80ffffff',
endColorstr='#00ffffff',
GradientType=0);
*/
color: #000;
}
/*
striping:
even - #fff (white)
odd - #edf5ff (light blue)
*/
}
}
}