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
path: root/themes
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-04-16 03:57:06 +0400
committerMarc Delisle <marc@infomarc.info>2012-04-16 03:57:06 +0400
commit049a22264854bbf70b875a344168e06c15399308 (patch)
treef582f0b45bf0562c5f323a60bf410a83559c2607 /themes
parent32345e888e75aa2ccab5bc7d34645a770794a78e (diff)
Remove LightTabs configuration directive
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_right.css.php11
-rw-r--r--themes/pmahomme/css/theme_right.css.php13
2 files changed, 0 insertions, 24 deletions
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 683e382359..65bc3c88f6 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -752,16 +752,6 @@ fieldset.caution a:hover {
background-color: #FF0000;
}
-<?php if ($GLOBALS['cfg']['LightTabs']) { ?>
-/* active tab */
-ul#topmenu a.tabactive, ul#topmenu2 a.tabactive {
- color: black;
-}
-
-ul#topmenu ul {
- background: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
-}
-<?php } else { ?>
#topmenu {
margin-top: 0.5em;
padding: 0.1em 0.3em 0.1em 0.3em;
@@ -832,7 +822,6 @@ ul#topmenu span.tab,
a.error {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
}
-<?php } ?>
/* end topmenu */
/* zoom search */
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 99199a41c2..c97dc8dff3 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -1018,18 +1018,6 @@ fieldset.caution a:hover {
background-color: #FF0000;
}
-<?php if ($GLOBALS['cfg']['LightTabs']) { ?>
-/* active tab */
-ul#topmenu a.tabactive,
-ul#topmenu2 a.tabactive {
- color: #000;
-}
-
-ul#topmenu ul {
- background: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
-}
-<?php } else { ?>
-
#topmenu {
margin-top: .5em;
padding: .1em .3em;
@@ -1100,7 +1088,6 @@ a.error {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
color: #ccc;
}
-<?php } ?>
/* end topmenu */
/* zoom search */