From be110ca9b94d6f755e01a50a7e9da4757c68ad22 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 12 Apr 2006 16:56:28 +0000 Subject: [PATCH] fixed bug #1446017 red border in outdated themes --- ChangeLog | 2 ++ css/phpmyadmin.css.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e963ac234..bc89350f7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ $Id$ $Source$ 2006-04-12 Sebastian Mendel + * css/phpmyadmin.css.php: + fixed bug #1446017 red border in outdated themes * libraries/common.lib.php: - added option to PMA_arrayWalkRecursive() to use function also on keys - un-magic_quotes_gpc also keys in GPC arrays diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index d233db30e..f07296283 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -168,7 +168,7 @@ div#querywindowcontainer fieldset { /* Gecko bug */ div[class=formelementrow], div[id=queryfieldscontainer] { - border: 1px solid red; + border: 1px solid transparent; } div#sqlquerycontainer {