<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("tr:even").css("background-color", "green");});
</script>
or try
<style> #MSOZoneCell_WebPartWPQ2 .ms-alternating { background-color: green; } </style>
No comments:
Post a Comment