[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. 4d1aaea80b27aef30d7e3581655ee6e890ffab93

Michal Čihař nijel at users.sourceforge.net
Tue Feb 8 19:53:01 CET 2011


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


- Log -----------------------------------------------------------------
commit 4d1aaea80b27aef30d7e3581655ee6e890ffab93
Author: Michal Čihař <michal at cihar.com>
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




More information about the Git mailing list