File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1007,17 +1007,21 @@ hover_menu = function() {
10071007 nav_a . css ( { 'min-height' : 111 - st + 'px' } ) ;
10081008 nav_context . css ( { 'margin-top' : 215 - st + 'px' } ) ;
10091009 sep_2 . css ( { 'box-shadow' :'none' } ) ;
1010+ sep_2 . css ( { 'background-color' : '#ddd' } ) ;
1011+ sep_2 . css ( { 'height' : '1px' } ) ;
10101012 }
10111013
10121014 if ( st > 112 ) {
10131015 sep_1 . css ( { 'margin-top' : '100px' } ) ;
1014- sep_2 . css ( { 'margin-top' : '145px' } ) ;
1016+ sep_2 . css ( { 'margin-top' : '130px' } ) ;
1017+ sep_2 . css ( { 'height' : '15px' } ) ;
1018+ sep_2 . css ( { 'background-color' : '#fff' } ) ;
10151019 nav_a . css ( { 'height' : '0' } ) ;
10161020 nav_a . css ( { 'min-height' : '0' } ) ;
10171021 nav_context . css ( { 'margin-top' : '101px' } ) ;
10181022 nav_a . find ( 'ul' ) . css ( { 'visibility' : 'hidden' } ) ;
10191023 nav_main . css ( { 'padding-top' : '27px' } ) ;
1020- sep_2 . css ( { 'box-shadow' :'0 2px 5px 0 rgba(0, 0, 0 , 0.6 )' } ) ;
1024+ sep_2 . css ( { 'box-shadow' :'0 5px 3px 0 rgba(200, 200, 200 , 0.5 )' } ) ;
10211025 }
10221026
10231027 if ( st == 0 ) {
You can’t perform that action at this time.
0 commit comments