bug #1801919 [themes] Do not use NaviDatabaseNameColor for fieldset legend

This commit is contained in:
Marc Delisle
2007-09-26 13:49:55 +00:00
parent 7d517bd66a
commit c0289a78b6
3 changed files with 3 additions and 2 deletions

View File

@@ -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)

View File

@@ -121,7 +121,7 @@ fieldset fieldset {
}
fieldset legend {
color: #666699;
color: #444444;
font-weight: bold;
background: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
padding: 2px 2px 2px 2px;

View File

@@ -107,7 +107,7 @@ fieldset fieldset {
fieldset legend {
background-color: transparent;
font-weight: bold;
color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
color: #444444;
}
/* buttons in some browsers (eg. Konqueror) are block elements,