[pypy-commit] jitviewer default: use a nicer color (light gray) to highlight the selected loop

antocuni noreply at buildbot.pypy.org
Fri Jul 22 14:57:54 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r158:0d2e083b7862
Date: 2011-07-22 14:57 +0200
http://bitbucket.org/pypy/jitviewer/changeset/0d2e083b7862/

Log:	use a nicer color (light gray) to highlight the selected loop

diff --git a/_jitviewer/static/style.css b/_jitviewer/static/style.css
--- a/_jitviewer/static/style.css
+++ b/_jitviewer/static/style.css
@@ -199,7 +199,7 @@
 }
 
 .selected {
-    background-color: #aa6;
+    background-color: #ddd;
     -moz-border-radius: 3px;
 		-webkit-border-radius: 3px;
 		border-radius: 3px;


More information about the pypy-commit mailing list