From 48e8946acee1e2e0b55ba946e827b0ec49db57d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 16:21:17 +0100 Subject: [PATCH] Better color for pointer --- layout.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layout.inc.php b/layout.inc.php index 6d311030ce..10dfdd8821 100644 --- a/layout.inc.php +++ b/layout.inc.php @@ -36,16 +36,16 @@ $GLOBALS['cfg']['MainBackground'] = '#fff'; //$GLOBALS['cfg']['MainBackground'] = '#F5F5F5 url(' . $_SESSION['PMA_Theme']->getImgPath() . 'vertical_line.png) repeat-y'; // foreground (text) color of the pointer in browse mode -$GLOBALS['cfg']['BrowsePointerColor'] = '#000000'; +$GLOBALS['cfg']['BrowsePointerColor'] = '#000'; // background of the pointer in browse mode -$GLOBALS['cfg']['BrowsePointerBackground'] = '#CCFFCC'; +$GLOBALS['cfg']['BrowsePointerBackground'] = '#eef'; // foreground (text) color of the marker (visually marks row by clicking on it) in browse mode -$GLOBALS['cfg']['BrowseMarkerColor'] = '#000000'; +$GLOBALS['cfg']['BrowseMarkerColor'] = '#000'; // background of the marker (visually marks row by clicking on it) in browse mode -$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FFCC99'; +$GLOBALS['cfg']['BrowseMarkerBackground'] = '#FC9'; /** * fonts