fixed bug #1446017 red border in outdated themes
This commit is contained in:
@@ -6,6 +6,8 @@ $Id$
|
||||
$Source$
|
||||
|
||||
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:
|
||||
- added option to PMA_arrayWalkRecursive() to use function also on keys
|
||||
- un-magic_quotes_gpc also keys in GPC arrays
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user