The branch, master has been updated
       via  4d1aaea80b27aef30d7e3581655ee6e890ffab93 (commit)
      from  8149d709157172f9dc05723fe8a44a4fc8fd319b (commit)


- Log -----------------------------------------------------------------
commit 4d1aaea80b27aef30d7e3581655ee6e890ffab93
Author: Michal Čihař <[email protected]>
Date:   Tue Feb 8 19:52:52 2011 +0100

    No hover for table title

-----------------------------------------------------------------------

Summary of changes:
 graphite/css/theme_right.css.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php
index 0897c55..ec45d7b 100644
--- a/graphite/css/theme_right.css.php
+++ b/graphite/css/theme_right.css.php
@@ -229,7 +229,8 @@ tr.marked {
 }
 
 /* hovered table rows */
-tr:hover th,
+tr.even:hover th,
+tr.odd:hover th,
 tr:hover {
     background:   <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
     color:   <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;


hooks/post-receive
-- 
phpMyAdmin themes

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to