aboutsummaryrefslogtreecommitdiff
path: root/viewcompetition.css
diff options
context:
space:
mode:
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;
+}