Fixed the scrollbar bug with NS4
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2001-05-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* left.js, lines 241-242: fixed the scrollbar bug with NS4
|
||||
|
||||
2001-05-18 Pete Kelly <webmaster@trafficg.com>
|
||||
* db_readdump.php3 & lib.inc.php3: finally fixed all the special characters
|
||||
problems (Bug #421889)
|
||||
|
4
left.js
4
left.js
@@ -238,8 +238,8 @@ if (capable) {
|
||||
write('DIV { color:black; }');
|
||||
}
|
||||
else {
|
||||
write('.parent {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration:none; position:absolute; visibility:hidden; color: black;}');
|
||||
write('.child {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;color: #000000; position:absolute; visibility:hidden}');
|
||||
write('.parent {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration:none; position:absolute; visibility:show; color: black;}');
|
||||
write('.child {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;color: #000000; position:absolute; visibility:show}');
|
||||
write('.item { color: darkblue; text-decoration:none;}');
|
||||
write('.regular {font-family: Arial,Helvetica,sans-serif; position:absolute; visibility:hidden}');
|
||||
write('DIV { color:black; }');
|
||||
|
Reference in New Issue
Block a user