summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-03-09 21:37:10 -0400
committerFrederic Guillot <fred@kanboard.net>2015-03-09 21:37:10 -0400
commitc870508923f62e90a81fe39d923d7776dd1e9634 (patch)
treef0c8966fe226b5c48730c29d3eaefb51a9010b8b /assets/css
parent732899564517c6efd9ef965f3f843309a222ce50 (diff)
Add user timetables
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/app.css4
-rw-r--r--assets/css/src/table.css4
2 files changed, 8 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%;
}
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%;
}