From 9589c5ecfb015baf19cd5e4f5d26ccbfae70e75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 6 Apr 2002 08:00:13 +0000 Subject: [PATCH] Fixed "bug" #539756 - Bad CSS Styles for textarea have chosen thanks to Rabus --- ChangeLog | 4 ++++ header.inc.php3 | 6 +++--- left.php3 | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 02c6fbd36..c73c860dd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-04-06 Loïc Chapeaux + * header.inc.php3, lines 64-66; left.php3, lines 135-136 & 154-155: fixed + "bug" #539756 - Bad CSS Styles for textarea have chosen thanks to Rabus. + 2002-04-05 Marc Delisle * release 2.2.6-rc1 diff --git a/header.inc.php3 b/header.inc.php3 index 73066085e..1bbd422b2 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -61,9 +61,9 @@ pre, tt {font-size: } th {font-family: ; font-size: ; font-weight: bold; background-color: } td {font-family: ; font-size: } form {font-family: ; font-size: } -input {font-family: ; font-size: ; color: #000000} -select {font-family: ; font-size: ; color: #000000} -textarea {font-family: ; font-size: ; color: #000000} +input {font-family: ; font-size: ; background-color: #ffffff; color: #000000} +select {font-family: ; font-size: ; background-color: #ffffff; color: #000000} +textarea {font-family: ; font-size: ; background-color: #ffffff; color: #000000} h1 {font-family: ; font-size: ; font-weight: bold} A:link {font-family: ; font-size: ; text-decoration: none; color: #0000FF} A:visited {font-family: ; font-size: ; text-decoration: none; color: #0000FF} diff --git a/left.php3 b/left.php3 index d75ef2c37..4fe6b7acc 100755 --- a/left.php3 +++ b/left.php3 @@ -132,6 +132,7 @@ else if ($num_dbs == 1) {