border around tabs bug #1326730

This commit is contained in:
Sebastian Mendel
2005-10-17 10:55:52 +00:00
parent 5760c8fa5b
commit 8f29d32741
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-10-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* css/phpmyadmin.css.php: border around tabs bug #1326730
2005-10-16 Michal Čihař <michal@cihar.com>
* db_details_links.php: Disable drop tab on mysql database (RFE #1327514).
* server_databases.php: Don't allow to check mysql database for dropping

View File

@@ -261,7 +261,7 @@ textarea { overflow: auto; }
/* Gecko bug */
#topmenucontainer {
border: 1px solid <?php echo $GLOBALS['cfg']['BgcolorOne']; ?>;
border: 1px solid <?php echo $GLOBALS['cfg']['RightBgColor']; ?>;
}
ul#topmenu {