diff --git a/less/tables.less b/less/tables.less index 2e1ef337b7..e5347362e8 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;