Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Use Bootstrap-style naming for striped tables
Browse files Browse the repository at this point in the history
  • Loading branch information
reefdog committed May 31, 2016
1 parent 7d53f3a commit 14a8383
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public/stylesheets/v2/ui/tables.css
Expand Up @@ -3,11 +3,7 @@
border-collapse: collapse;
}

.table-zebra > tbody > tr:nth-child(even) {
background-color: transparent;
}

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

Expand Down

0 comments on commit 14a8383

Please sign in to comment.