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';