style submenu on firefox
This commit is contained in:
parent
80c9d5091f
commit
cda038e320
@ -87,6 +87,7 @@ body {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 997;
|
z-index: 997;
|
||||||
|
|
||||||
|
top: -1px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
|
||||||
> div.inner {
|
> div.inner {
|
||||||
|
@ -10,19 +10,21 @@
|
|||||||
clear: both;
|
clear: both;
|
||||||
|
|
||||||
z-index: 990;
|
z-index: 990;
|
||||||
// overflow: hidden;
|
|
||||||
|
|
||||||
height: 58px;
|
height: 58px;
|
||||||
|
|
||||||
margin: -1px 8px 0 8px;
|
margin: 0px 8px 0 8px;
|
||||||
|
|
||||||
|
top: -1px;
|
||||||
|
|
||||||
@include border-top-right-radius(4px);
|
@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 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
|
@include background-image(linear-gradient(#2478ac, #1c5d86)); // # default = blue
|
||||||
|
|
||||||
|
border-bottom: 1px solid #000;
|
||||||
|
|
||||||
& > ul {
|
& > ul {
|
||||||
height: 58px;
|
height: 58px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user