From 25cf0a827f6e08aba108639bcdd66f8013ccf0c6 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Mon, 24 Jul 2006 15:55:56 +0000 Subject: [PATCH] Darken up the top X highlighting to make it more visible --- include/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/util.php b/include/util.php index 0d4ce4e..a1ca1a0 100644 --- a/include/util.php +++ b/include/util.php @@ -280,7 +280,7 @@ function outputTopXRow($oRow) $oVersion = new Version($oRow->versionId); $oApp = new Application($oVersion->iAppId); $img = Screenshot::get_random_screenshot_img(null, $oRow->versionId, false); // image, disable extra formatting - html_tr_highlight_clickable('appview.php?iVersionId='.$oRow->versionId, "white", "#fffef6", "white"); + html_tr_highlight_clickable('appview.php?iVersionId='.$oRow->versionId, "white", "#f0f6ff", "white"); echo ' '.$oApp->sName.' '.$oVersion->sName.'