Skip to content

Commit fe79d66

Browse files
committed
fixup table hovering a bit
1 parent e631248 commit fe79d66

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

meteor/imports/themes/classic/mozdef.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,13 @@ input[type="search"] {
267267
background-color: var(--row-color-odd);
268268
}
269269

270+
.table-striped > tbody > tr:nth-of-type(2n+1) {
271+
background-color: var(--row-color-even)
272+
}
273+
270274
.table-hover tbody tr:hover > td,
271-
.table-hover tbody tr:hover > th {
275+
.table-hover tbody tr:hover > th,
276+
.table-hover > tbody > tr:hover {
272277
background-color: var(--txt-highlight-color);
273278
}
274279

0 commit comments

Comments
 (0)