Skip to content
Snippets Groups Projects
Verified Commit 675f6c4e authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Extend CSS classes for striped table rows

parent fe3a2c34
Branches 616-docs-document-dashboard-and-dashboard-widgets
No related tags found
1 merge request!143Add base template for printing views
Pipeline #767 failed
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment