summaryrefslogtreecommitdiff
path: root/css/tdd.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/tdd.css')
-rw-r--r--css/tdd.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/tdd.css b/css/tdd.css
new file mode 100644
index 0000000..3ebce4f
--- /dev/null
+++ b/css/tdd.css
@@ -0,0 +1,11 @@
+body > table > tbody > tr.tdd-header > td {
+ border-bottom: 1px solid #006;
+ padding-top: 30px;
+}
+body > table > tbody > tr {
+ opacity: 0.2
+}
+body > table > tbody > tr.hovered,
+body > table > tbody > tr.specified {
+ opacity: 1.0;
+}