Uniform look for tabs in major browsers
This commit is contained in:
@@ -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 */
|
||||||
|
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user