From 2647b2607130c297d3d0d03f6c9ae5137bf59d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 8 Feb 2011 19:38:34 +0100 Subject: [PATCH] More visible pointer background --- graphite/layout.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphite/layout.inc.php b/graphite/layout.inc.php index 10dfdd882..b759da335 100644 --- a/graphite/layout.inc.php +++ b/graphite/layout.inc.php @@ -39,7 +39,7 @@ $GLOBALS['cfg']['MainBackground'] = '#fff'; $GLOBALS['cfg']['BrowsePointerColor'] = '#000'; // background of the pointer in browse mode -$GLOBALS['cfg']['BrowsePointerBackground'] = '#eef'; +$GLOBALS['cfg']['BrowsePointerBackground'] = '#eff'; // foreground (text) color of the marker (visually marks row by clicking on it) in browse mode $GLOBALS['cfg']['BrowseMarkerColor'] = '#000';