
The branch, master has been updated via 2647b2607130c297d3d0d03f6c9ae5137bf59d6c (commit) from a5b6ca2a58616de103e6b1a56bbd3b3b75136823 (commit) - Log ----------------------------------------------------------------- commit 2647b2607130c297d3d0d03f6c9ae5137bf59d6c Author: Michal Čihař <michal@cihar.com> Date: Tue Feb 8 19:38:34 2011 +0100 More visible pointer background ----------------------------------------------------------------------- Summary of changes: graphite/layout.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/graphite/layout.inc.php b/graphite/layout.inc.php index 10dfdd8..b759da3 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'; hooks/post-receive -- phpMyAdmin themes