Support Forums

Got a question? Post it here. We'd love to help.

Knowledge Base:

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthormiksik
    • CommentTimeSep 9th 2008 edited
     

    Is there a way to implement highlighting rows and columns in Grader report for the Solstice theme?

    •  
      CommentAuthorptrkmkl
    • CommentTimeSep 14th 2008
     

    Sorry about the delay on this. I've had a terrible head cold this week, and looking at code was not particularly a thing I wanted to do.

    Add the following to the bottom of styles_solstice.css:

    td.cell.hmarked { background: #eee !important; } td.cell.vmarked { background: #ccc !important; }

    Note: I was using Solstice_04. Let me know if the gray highlighting looks strange in your theme variant. If so, tell me which you're using and I will gladly test colors for you.

    •  
      CommentAuthorptrkmkl
    • CommentTimeSep 14th 2008
     

    Oh, and I highly recommend deleting this code from styles_[variant #}.css:

    .forumheaderlist tr:hover, .generaltable tr:hover, .logtable tr:hover { background: #ccc; }

    as it may interfere with the highlighting appearance.