Skip to content
Snippets Groups Projects

Resolve "Rethink mobile tables"

Merged Lloyd Meins requested to merge 505-rethink-mobile-tables into master
Files
2
@@ -422,6 +422,10 @@ span.badge .material-icons {
/* Table*/
.table-container {
overflow-x: auto;
}
table.striped > tbody > tr:nth-child(odd), table tr.striped, table tbody.striped tr {
background-color: rgba(208, 208, 208, 0.5);
}
Loading