Development > Feature Requests

Add a class attribute to the Recent Topics/Posts tr tag

(1/1)

kode54:
While it may be a good idea to implement this using alternating classes on the tr tags, it is also easy enough to implement with a single class.

Basically, alternating row background colors. With a single class, it's easy enough to add a style sheet attribute:


--- Code: ---tr.sp_recent:nth-child(even) {
   background: #eee;
}
--- End code ---

Navigation

[0] Message Index

Go to full version