sii / siptrackweb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stylesheet error related to .table-striped

bottomlesspit opened this issue · comments

.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9;
}

This above part is added to the odd rows and breaks the stylesheet causing white rows instead of the expected color red.

Error seen here:

image

Similar issue discussed here:

swiss/styleguide#358

This was caused by use of an old class to mark a table row as disabled. I've updated all the new bootstrap styled tables to use .text-danger and .danger classes instead.

There still remain old tables that don't use the bootstrap styling but this is no high priority so I'm leaving them for some future commit.