diff --git a/aleksis/core/static/style.scss b/aleksis/core/static/style.scss
index ab23bc22313797502d2c27bec66041e1f9ddc70e..c9421f5a31e7d20e8befa3409e009ad956b9232a 100644
--- a/aleksis/core/static/style.scss
+++ b/aleksis/core/static/style.scss
@@ -252,7 +252,7 @@ span.badge .material-icons {
 
 /* Table*/
 
-table.striped > tbody > tr:nth-child(odd) {
+table.striped > tbody > tr:nth-child(odd), table tr.striped, table tbody.striped tr  {
   background-color: rgba(208, 208, 208, 0.5);
 }