bug #1758159 Wrong place for styling
This commit is contained in:
@@ -1540,6 +1540,10 @@ $cfg['TrustedProxies'] =
|
||||
<dd>The style used for the pointer in the navi frame.
|
||||
See <tt>themes/themename/layout.inc.php</tt>.</dd>
|
||||
|
||||
<dt id="cfg_NaviDatabaseNameColor">$cfg['NaviDatabaseNameColor'] string [valid css code]<br />
|
||||
<dd>The color used for the database name in the navi frame.
|
||||
See <tt>themes/themename/layout.inc.php</tt>.</dd>
|
||||
|
||||
<dt id="cfg_LeftPointerEnable">$cfg['LeftPointerEnable'] boolean</dt>
|
||||
<dd>A value of <tt>TRUE</tt> activates the navi pointer (when LeftFrameLight
|
||||
is <tt>FALSE</tt>).</dd>
|
||||
|
@@ -790,18 +790,5 @@ body.loginform div.container {
|
||||
<?php
|
||||
} // end styles 2.9
|
||||
|
||||
if ($_SESSION['PMA_Theme']->checkVersion('2.11')) {
|
||||
?>
|
||||
/********************/
|
||||
/* NEW in PMA 2.11 */
|
||||
/********************/
|
||||
|
||||
.navi_dbName {
|
||||
font-weight: bold;
|
||||
color: #0000FF;
|
||||
}
|
||||
<?php
|
||||
} // end styles 2.11
|
||||
|
||||
$_SESSION['PMA_Theme_Manager']->printCss($_REQUEST['js_frame']);
|
||||
?>
|
||||
|
@@ -27,6 +27,9 @@ $GLOBALS['cfg']['NaviPointerColor'] = '#000000';
|
||||
// background of the pointer in navi frame
|
||||
$GLOBALS['cfg']['NaviPointerBackground'] = '#9999cc';
|
||||
|
||||
// text color of the selected database name (when showing the table list)
|
||||
$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#ff9900';
|
||||
|
||||
/**
|
||||
* main frame
|
||||
*/
|
||||
|
@@ -62,6 +62,10 @@ button {
|
||||
margin-left: 0.3em;
|
||||
}
|
||||
|
||||
.navi_dbName {
|
||||
font-weight: bold;
|
||||
color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
/* specific elements */
|
||||
|
@@ -25,6 +25,8 @@ $GLOBALS['cfg']['NaviBackground'] = '#D0DCE0';
|
||||
$GLOBALS['cfg']['NaviPointerColor'] = '#000000';
|
||||
// background of the pointer in navi frame
|
||||
$GLOBALS['cfg']['NaviPointerBackground'] = '#9999CC';
|
||||
// text color of the selected database name (when showing the table list)
|
||||
$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#0000FF';
|
||||
|
||||
/**
|
||||
* main frame
|
||||
|
Reference in New Issue
Block a user