replace stripes with hover highlight

Mathieu 11 years ago
parent eca11122f9
commit 0f78612964

@ -82,8 +82,8 @@ ul.breadcrumb {
background-color: @table-border-color;
};
a {text-decoration: none;}
&:nth-child(odd) {
background-color: @list_stripe_color;
&:hover {
background-color: darken(white,2%);
}
}

Loading…
Cancel
Save