style submenu on firefox

This commit is contained in:
did 2011-11-25 11:12:55 +01:00
parent 80c9d5091f
commit cda038e320
2 changed files with 6 additions and 3 deletions

View File

@ -87,6 +87,7 @@ body {
overflow: hidden;
z-index: 997;
top: -1px;
padding-bottom: 8px;
> div.inner {

View File

@ -10,19 +10,21 @@
clear: both;
z-index: 990;
// overflow: hidden;
height: 58px;
margin: -1px 8px 0 8px;
margin: 0px 8px 0 8px;
top: -1px;
@include border-top-right-radius(4px);
@include box-shadow(rgba(0, 0, 0, 0.3) 0px -1px 10px 0px, rgba(0, 0, 0, 0.2) 0px 4px 6px 4px, rgba(255, 255, 255, 0.4) 0 1px 0 0 inset);
// @include box-shadow(rgba(0, 0, 0, 0.3) 0px -1px 10px 3px, rgba(255, 255, 255, 0.4) 0 1px 0 0 inset);
@include background-image(linear-gradient(#2478ac, #1c5d86)); // # default = blue
border-bottom: 1px solid #000;
& > ul {
height: 58px;
margin: 0px;