chiark / gitweb /
Reverse colours of all stripey tables to have dark (different) first
[ypp-sc-tools.main.git] / yarrg / web / lookup
index 4dbd7558e68a8161ad3394f669bb54d5d161c4b8..39da2e9699bc4a599e6360ca63f774d27df3cef3 100755 (executable)
@@ -124,8 +124,8 @@ body {
   color: #000000;
   background: #ffffff;
 }
-tr.datarow0 { background: #ffffff; }
-tr.datarow1 { background: #e3e3e3; }
+tr.datarow0 { background: #e3e3e3; }
+tr.datarow1 { background: #ffffff; }
 </style>
 <&| script &>
   function register_onload(f) {
@@ -153,7 +153,8 @@ foreach my $var (@vars) {
 
 foreach my $var (keys %ARGS) {
        next unless $var =~
-               m/^(?: (?:route|commod)string |
+               m/^(?: (?:route|commod|capacity)string |
+                       commodid |
                        islandid \d |
                        archipelago \d |
                        debug |