fixed bug #1446017 red border in outdated themes

This commit is contained in:
Sebastian Mendel
2006-04-12 16:56:28 +00:00
parent 2ce3cc1da9
commit be110ca9b9
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ $Id$
$Source$ $Source$
2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net> 2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* css/phpmyadmin.css.php:
fixed bug #1446017 red border in outdated themes
* libraries/common.lib.php: * libraries/common.lib.php:
- added option to PMA_arrayWalkRecursive() to use function also on keys - added option to PMA_arrayWalkRecursive() to use function also on keys
- un-magic_quotes_gpc also keys in GPC arrays - un-magic_quotes_gpc also keys in GPC arrays

View File

@@ -168,7 +168,7 @@ div#querywindowcontainer fieldset {
/* Gecko bug */ /* Gecko bug */
div[class=formelementrow], div[class=formelementrow],
div[id=queryfieldscontainer] { div[id=queryfieldscontainer] {
border: 1px solid red; border: 1px solid transparent;
} }
div#sqlquerycontainer { div#sqlquerycontainer {