The branch, master has been updated
       via  3496dded6a4432f31a956a70229a8cc9e6da989a (commit)
      from  2647b2607130c297d3d0d03f6c9ae5137bf59d6c (commit)


- Log -----------------------------------------------------------------
commit 3496dded6a4432f31a956a70229a8cc9e6da989a
Author: Michal Čihař <[email protected]>
Date:   Tue Feb 8 19:47:24 2011 +0100

    Simplify hover CSS

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

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

diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php
index c047df5..2fbfd26 100644
--- a/graphite/css/theme_right.css.php
+++ b/graphite/css/theme_right.css.php
@@ -216,8 +216,6 @@ tr.even {
 
 <?php if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?>
 /* marked table rows */
-td.marked,
-tr.marked th,
 tr.marked {
     background:   <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
     color:   <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
@@ -235,9 +233,7 @@ tr.marked {
 }
 
 /* hovered table rows */
-tr.odd:hover th,
-tr.even:hover th,
-tr.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