Profile Page Warning Tab Table Header

Divvens

Well-known member
I was wondering what style property or css controls the profile page warning tab table header? It's white for me with white text and I'd like to change it.
Warn.webp
 
Last edited:
I believe it just uses the table class, the same as the smilies page.

You can use EXTRA.css to style them.

HTML:
table.dataTable

.dataTable tr.dataRow th

.dataTable tr.dataRow td
 
Top Bottom