patch 1893538 done correctly this time
This commit is contained in:
@@ -113,10 +113,9 @@ fieldset fieldset {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fieldset legend {
|
fieldset legend {
|
||||||
background-color: transparent;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #444444;
|
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,
|
/* buttons in some browsers (eg. Konqueror) are block elements,
|
||||||
|
Reference in New Issue
Block a user