More visible pointer background

This commit is contained in:
Michal Čihař
2011-02-08 19:38:34 +01:00
parent a5b6ca2a58
commit 2647b26071

View File

@@ -39,7 +39,7 @@ $GLOBALS['cfg']['MainBackground'] = '#fff';
$GLOBALS['cfg']['BrowsePointerColor'] = '#000'; $GLOBALS['cfg']['BrowsePointerColor'] = '#000';
// background of the pointer in browse mode // 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 // foreground (text) color of the marker (visually marks row by clicking on it) in browse mode
$GLOBALS['cfg']['BrowseMarkerColor'] = '#000'; $GLOBALS['cfg']['BrowseMarkerColor'] = '#000';