aboutsummaryrefslogtreecommitdiff
path: root/viewcompetition.css
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-04-27 11:59:45 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-04-27 11:59:45 +0200
commit10221d269c5af4985e73cb9c6efb96debbc10562 (patch)
treeb3b64c4c413c10afb78b0ed6fc8553aec86c325b /viewcompetition.css
parentf5c5445f5c8bdd80dac5896fe96c7418e366ed4c (diff)
Full visualisation now working!
Diffstat (limited to 'viewcompetition.css')
-rw-r--r--viewcompetition.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/viewcompetition.css b/viewcompetition.css
index 0fc53f5..2eb2b22 100644
--- a/viewcompetition.css
+++ b/viewcompetition.css
@@ -74,3 +74,6 @@ div#movelist tr:first-child > td{
div#movelist tr:nth-child(odd){background-color:#e4e4e4;}
div#movelist tr:nth-child(even){background-color:#fff;}
div#movelist tr:nth-child(n+2):hover{background-color:#bbf;cursor:pointer;}
+div#movelist tr.selected{
+ background-color:#afa;
+}