[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC2-730-g5188c43

Marc Delisle lem9 at users.sourceforge.net
Wed May 4 18:48:55 CEST 2011


The branch, master has been updated
       via  5188c435b34a3cf5f10726b62f20d4d71d5d300a (commit)
      from  9e4118d7bf46b79b739e5b739ea7206737719fb8 (commit)


- Log -----------------------------------------------------------------
commit 5188c435b34a3cf5f10726b62f20d4d71d5d300a
Author: Marc Delisle <marc at infomarc.info>
Date:   Wed May 4 12:48:45 2011 -0400

    Put back the red X displayed on some menu tabs when the action is not possible

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

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

diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 431adbc..6e3a756 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -798,7 +798,7 @@ ul#topmenu > li.active {
 
 /* disabled drop/empty tabs */
 ul#topmenu span.tab,
-a.warning,
+a.error,
 ul#topmenu span.tabcaution {
     cursor:             url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
 }
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 80ac42d..41d0fbb 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -992,6 +992,7 @@ ul#topmenu > li.active {
 
 /* disabled drop/empty tabs */
 ul#topmenu span.tab,
+a.error,
 ul#topmenu span.tabcaution {
     cursor:             url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
     color:#ccc;


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list