diff --git a/ChangeLog b/ChangeLog index 4e1afff882..954b761290 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,7 @@ phpMyAdmin - ChangeLog - bug #4259 reCaptcha sound session expired problem - bug #4263 Japanese character encoding not working properly when exporting - bug #4269 Notice on table relation page +- bug #4270 Bad text-color for table comments 4.1.6.0 (2014-01-26) - bug #4232 User not found after creating the user diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 3ad0567dc2..9ba540db6c 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -817,9 +817,12 @@ div#tablestatistics table { } #span_table_comment { - font-weight: normal; - font-style: italic; - white-space: nowrap; + font-weight: bold; + font-style: italic; + white-space: nowrap; + margin-left: 10px; + color: #D6D6D6; + text-shadow: none; } #serverinfo img { diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index c5e3ac20a9..187c00475f 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1064,9 +1064,12 @@ div#tablestatistics table { } #span_table_comment { - font-weight: normal; + font-weight: bold; font-style: italic; white-space: nowrap; + margin-left: 10px; + color: #D6D6D6; + text-shadow: none; } #serverinfo img {