Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: css - fix hts-doc-text tr.even rule
  • Loading branch information
perexg committed Jun 12, 2015
1 parent ab89a31 commit 327fb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/ext.css
Expand Up @@ -610,7 +610,7 @@
font-weight: bold
}

.hts-doc-text tr.even {
.hts-doc-text tr:nth-child(even) {
background-color: #F2F7FE
}

Expand Down

0 comments on commit 327fb22

Please sign in to comment.