SimplePortal

Development => Feature Requests => Topic started by: kode54 on December 28, 2015, 03:08:08 AM

Title: Add a class attribute to the Recent Topics/Posts tr tag
Post by: kode54 on December 28, 2015, 03:08:08 AM
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: [Select]
tr.sp_recent:nth-child(even) {
   background: #eee;
}
SimplePortal 2.3.8 © 2008-2024, SimplePortal