File diff 6789b25e69a3 → 430d3dad99eb
static/src/less/custom.less
Show inline comments
...
 
@@ -24,6 +24,15 @@ p.login-signup {
 
        }
 
        .make-sm-column(4);
 
        .text-center;
 
        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;
 
}