Uniform look for tabs in major browsers

This commit is contained in:
Crack
2010-04-01 17:43:50 +02:00
committed by Michal Čihař
parent 1fb01bc420
commit 1359e78bcd
2 changed files with 4 additions and 4 deletions

View File

@@ -666,8 +666,8 @@ ul#topmenu li {
background-color: <?php echo $GLOBALS['cfg']['BgOne']; ?>; background-color: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
border: 1pt solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>; border: 1pt solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
border-bottom: 0; border-bottom: 0;
border-top-left-radius: 0.4em; -moz-border-radius: 0.4em 0.4em 0 0;
border-top-right-radius: 0.4em; border-radius: 0.4em 0.4em 0 0;
} }
/* enabled hover/active tabs */ /* enabled hover/active tabs */

View File

@@ -641,8 +641,8 @@ ul#topmenu li {
background-color: <?php echo $GLOBALS['cfg']['BgOne']; ?>; background-color: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
border: 1pt solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>; border: 1pt solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
border-bottom: 0; border-bottom: 0;
border-top-left-radius: 0.4em; -moz-border-radius: 0.4em 0.4em 0 0;
border-top-right-radius: 0.4em; border-radius: 0.4em 0.4em 0 0;
} }
/* enabled hover/active tabs */ /* enabled hover/active tabs */