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

Commit

Permalink
fixup table hovering a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbryner committed Apr 5, 2019
1 parent e631248 commit fe79d66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meteor/imports/themes/classic/mozdef.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,13 @@ input[type="search"] {
background-color: var(--row-color-odd);
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
background-color: var(--row-color-even)
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
.table-hover tbody tr:hover > th,
.table-hover > tbody > tr:hover {
background-color: var(--txt-highlight-color);
}

Expand Down

0 comments on commit fe79d66

Please sign in to comment.