The branch, master has been updated
       via  82443928d5db3dba662f2ea0b600ecc9d294b8e7 (commit)
      from  c1d26ca43111fe9e243087540a63f51692f936df (commit)


- Log -----------------------------------------------------------------
commit 82443928d5db3dba662f2ea0b600ecc9d294b8e7
Author: Piotr Przybylski <[email protected]>
Date:   Sat Apr 16 23:18:52 2011 +0200

    fix overwriting of .even/.odd <th> background in IE (was broken by gradient 
filter)

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

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

diff --git a/themes/pmahomme/css/theme_right.css.php 
b/themes/pmahomme/css/theme_right.css.php
index a4acc5d..6e93510 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -348,12 +348,14 @@ button.mult_submit {
 table tr.odd th,
 .odd {
     background: #fff;
+    filter: none;
 }
 
 /* even items 2,4,6,8,... */
 table tr.even th,
 .even {
     background: #f3f3f3;
+    filter: none;
 }
 
 /* odd table rows 1,3,5,7,... */


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to