# HG changeset patch # User Paul Boddie # Date 1444067230 -7200 # Node ID 406ea519958617d8ed07cc7fbf506d05ca559fce # Parent 94129cd1cbdda19250e1cd64358e808f15f9387f Changed the selected counter-proposal colour. diff -r 94129cd1cbdd -r 406ea5199586 htdocs/styles.css --- a/htdocs/styles.css Mon Oct 05 19:00:49 2015 +0200 +++ b/htdocs/styles.css Mon Oct 05 19:47:10 2015 +0200 @@ -119,7 +119,7 @@ } table.counters tr.selected { - background-color: #ee2; + background-color: #af8; } /* New event controls. */ @@ -311,5 +311,5 @@ } label.reset { - border-left: 1em solid #5f4; /* (selected) .timepoint background-color */ + border-left: 1em solid #5f4; }