0
votes

I am using CSS to add background colors to cells in a Sharepoint ListView webpart. The trouble is, the colors disappear when the webpart refreshes - e.g. when I add an item, or when I click a column header to sort the list. Is there any way to reapply the CSS dynamically?

1

1 Answers

0
votes

I've seen this one time, hope it will help you :

document.styleSheets.reload()