diff --git a/static/src/less/custom.less b/static/src/less/custom.less index e4e43ceabe34a4637d1b510f8b69f87c785653d1..bd9f02dce065e010dd0d4e80f02c80f43e408fa1 100644 --- a/static/src/less/custom.less +++ b/static/src/less/custom.less @@ -27,3 +27,12 @@ p.login-signup { margin: 2em 0; } } + +body.reviews.review-list .review-list, +body.reviews.voting-status .voting-status, +body.reviews.review-results .review-results { + z-index: 2; // Place active items above their siblings for proper border styling + color: @list-group-active-color; + background-color: @list-group-active-bg; + border-color: @list-group-active-border; +}