[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC2-731-gea3af83

Marc Delisle lem9 at users.sourceforge.net
Wed May 4 18:53:10 CEST 2011


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


- Log -----------------------------------------------------------------
commit ea3af8325e2814641dce1e4f6dc8e22d9d286523
Author: Marc Delisle <marc at infomarc.info>
Date:   Wed May 4 12:53:00 2011 -0400

    tabcaution no longer exists

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

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

diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 6e3a756..406dc9d 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -700,19 +700,6 @@ ul#topmenu span.tab {
     color:              #666666;
 }
 
-/* disabled drop/empty tabs */
-ul#topmenu span.tabcaution {
-    color:              #ff6666;
-}
-
-/* enabled drop/empty tabs */
-ul#topmenu a.tabcaution {
-    color:              #FF0000;
-}
-ul#topmenu a.tabcaution:hover {
-    color: #FFFFFF;
-    background-color:   #FF0000;
-}
 fieldset.caution a {
     color:              #FF0000;
 }
@@ -796,10 +783,9 @@ ul#topmenu > li.active {
      border-bottom:      1pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
 }
 
-/* disabled drop/empty tabs */
+/* disabled tabs */
 ul#topmenu span.tab,
-a.error,
-ul#topmenu span.tabcaution {
+a.error {
     cursor:             url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
 }
 <?php } ?>
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 41d0fbb..a2035c3 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -894,19 +894,6 @@ ul#topmenu span.tab {
     color:              #666666;
 }
 
-/* disabled drop/empty tabs */
-ul#topmenu span.tabcaution {
-    color:              #ff6666;
-}
-
-/* enabled drop/empty tabs */
-ul#topmenu a.tabcaution {
-    color:              #FF0000;
-}
-ul#topmenu a.tabcaution:hover {
-    color: #FFFFFF;
-    background-color:   #FF0000;
-}
 fieldset.caution a {
     color:              #FF0000;
 }
@@ -990,10 +977,9 @@ ul#topmenu > li.active {
     border-right:0px;
 }
 
-/* disabled drop/empty tabs */
+/* disabled tabs */
 ul#topmenu span.tab,
-a.error,
-ul#topmenu span.tabcaution {
+a.error {
     cursor:             url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
     color:#ccc;
 }


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list