Hi all,
I'd like to change the color of the borders in the default template, and I see they're defined by the class thinborder. However, I've searched through all the files and I can't find where thinborder is defined.
I found this piece of code in /templates/admin/English/styles.css:
TD.thinborder { border:solid black 1px; }
However, my appearing borders are #666666, not black, so this can't be it. Did anyone find where to change the border color?