patch 1893538 done correctly this time

This commit is contained in:
Marc Delisle
2008-02-15 21:17:17 +00:00
parent 44d92273e6
commit 64bc379de6

View File

@@ -105,10 +105,9 @@ fieldset fieldset {
}
fieldset legend {
background-color: transparent;
font-weight: bold;
color: #444444;
background: <?php echo 'OPERA' != PMA_USR_BROWSER_AGENT ? 'transparent' : $GLOBALS['cfg']['BgOne']; ?>;
background-color: <?php echo 'OPERA' != PMA_USR_BROWSER_AGENT ? 'transparent' : $GLOBALS['cfg']['BgOne']; ?>;
}
/* buttons in some browsers (eg. Konqueror) are block elements,