bug #1801919 [themes] Do not use NaviDatabaseNameColor for fieldset legend
This commit is contained in:
@@ -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)
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user