RSS Git Download  Clone
Raw Blame History
ul.list-group.list-group-striped li:nth-of-type(odd) {
}

ul.list-group.list-group-striped li:nth-of-type(even) {
    background-color: fadein(@table-bg-accent, 50%);
}

ul.list-group.list-group-hover li:hover {
    background-color: @table-bg-hover;
}