Darker colors for profileinfo
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Fri, 23 Mar 2012 07:31:46 +0000 (07:31 +0000)
committerNiklas Laxström <niklas.laxstrom@gmail.com>
Fri, 23 Mar 2012 09:26:25 +0000 (09:26 +0000)
The original colors were indistinguishable on my screen.
Also adds bold on hover, to make it easier to match numbers to line.

Change-Id: I8e1ae3f123ad0ff57cb7531026f7ae8f83f79c67

profileinfo.php

index 1549349..03a6f0f 100644 (file)
@@ -56,16 +56,20 @@ header( 'Content-Type: text/html; charset=utf-8' );
                text-align: right;
        }
        td.timep, td.tpc, td.tpr {
-               background-color: #fffff0;
+               background-color: #ffff80;
        }
        td.memoryp, td.mpc, td.mpr {
-               background-color: #f0f8ff;
+               background-color: #80f8ff;
        }
        td.count, td,cpr {
-               background-color: #f0fff0;
+               background-color: #80ff80;
        }
        td.name {
-               background-color: #f9f9f9;
+               background-color: #89f9f9;
+       }
+
+       tr:hover {
+               font-weight: bold;
        }
 </style>
 </head>