summaryrefslogtreecommitdiff
path: root/assets/css/src/table.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/src/table.css')
-rw-r--r--assets/css/src/table.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/src/table.css b/assets/css/src/table.css
index 9bc0c712..ea788623 100644
--- a/assets/css/src/table.css
+++ b/assets/css/src/table.css
@@ -58,6 +58,10 @@ th a:hover {
text-overflow: ellipsis;
}
+.table-stripped tr:nth-child(odd) td {
+ background: #fefefe;
+}
+
.column-5 {
width: 5%;
}