diff --git a/ChangeLog b/ChangeLog index aeac8d982..225cb513f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + [lang] Serbian update, thanks to Mihailo Stefanovic - bug #1798841 [relations] Copying db does not copy internal relations - bug #1798646 [display] Character '+' in query wrongly interpreted +- bug #1801919 [themes] Do not use NaviDatabaseNameColor for fieldset legend 2.11.1.0 (2007-09-20) diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 5ca7f91ee..4a728d5b6 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -121,7 +121,7 @@ fieldset fieldset { } fieldset legend { - color: #666699; + color: #444444; font-weight: bold; background: ; padding: 2px 2px 2px 2px; diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index bac71b84b..9c62c8ffd 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -107,7 +107,7 @@ fieldset fieldset { fieldset legend { background-color: transparent; font-weight: bold; - color: ; + color: #444444; } /* buttons in some browsers (eg. Konqueror) are block elements,