aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/tables.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less
index 2e1ef337b..e5347362e 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -106,6 +106,7 @@ th {
.table-striped {
> tbody > tr:nth-child(odd) {
+ background-color: @table-bg-accent;
> td,
> th {
background-color: @table-bg-accent;