Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2007-07-21 19:28:36 +0400
committerMarc Delisle <marc@infomarc.info>2007-07-21 19:28:36 +0400
commite80964228348e68c8c79421f62a109e531d2028a (patch)
tree4eaedec444aba968fd3827f76e8f4eca91650af6 /phpmyadmin.css.php
parent9d20600f8290b5efde6cbde64f9eac6f4c9b7924 (diff)
put emphasis on the db name in navi panel
Diffstat (limited to 'phpmyadmin.css.php')
-rw-r--r--phpmyadmin.css.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/phpmyadmin.css.php b/phpmyadmin.css.php
index 543ad5664e..c6b240d081 100644
--- a/phpmyadmin.css.php
+++ b/phpmyadmin.css.php
@@ -790,5 +790,18 @@ 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']);
?>