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