imip-agent

Changeset

806:406ea5199586
2015-10-05 Paul Boddie raw files shortlog changelog graph Changed the selected counter-proposal colour.
htdocs/styles.css (file)
     1.1 --- a/htdocs/styles.css	Mon Oct 05 19:00:49 2015 +0200
     1.2 +++ b/htdocs/styles.css	Mon Oct 05 19:47:10 2015 +0200
     1.3 @@ -119,7 +119,7 @@
     1.4  }
     1.5  
     1.6  table.counters tr.selected {
     1.7 -    background-color: #ee2;
     1.8 +    background-color: #af8;
     1.9  }
    1.10  
    1.11  /* New event controls. */
    1.12 @@ -311,5 +311,5 @@
    1.13  }
    1.14  
    1.15  label.reset {
    1.16 -    border-left: 1em solid #5f4; /* (selected) .timepoint background-color */
    1.17 +    border-left: 1em solid #5f4;
    1.18  }