Skip to content

Commit

Permalink
Fix top menu borders.
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Cheng <c4150221@gmail.com>
  • Loading branch information
WhaleWatching committed Feb 27, 2014
1 parent c5c76a9 commit 5a906af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion themes/pmahomme/css/common.css.php
Expand Up @@ -924,7 +924,6 @@
.menucontainer {
<?php echo $_SESSION['PMA_Theme']->getCssGradient('ffffff', 'dcdcdc'); ?>
border-top: 1px solid #aaa;
border-bottom: 1px solid #ccc;
}

/* default tab styles */
Expand Down Expand Up @@ -972,6 +971,11 @@
ul#topmenu > li {
border-right: 1px solid #fff;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

ul#topmenu > li:first-child {
border-left: 0;
}

/* default tab styles */
Expand Down Expand Up @@ -1020,6 +1024,7 @@
ul#topmenu > li.active {
/* border-bottom: 0pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>; */
border-right: 0;
border-bottom-color: #fff;
}
/* end topmenu */

Expand Down

0 comments on commit 5a906af

Please sign in to comment.